Sha256: 8cd335068e1b1665973b54fd5d58a117b8ee6f1aad5d7325c4eff6d5860130c5

Contents?: true

Size: 1.19 KB

Versions: 79

Compression:

Stored size: 1.19 KB

Contents

// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
$background-color:  #dc5945;

$title-color:       rgba(255, 255, 255, 0.7);
$moreinfo-color:    rgba(255, 255, 255, 0.3);
$tick-color:        rgba(0, 0, 0, 0.4);


// ----------------------------------------------------------------------------
// Widget-graph styles
// ----------------------------------------------------------------------------
.widget-graph {

  background-color: $background-color;
  position: relative;


  svg {
    position: absolute;
    opacity: 0.4;
    fill-opacity: 0.4;
    left: 0px;
    top: 0px;
  }

  .title, .value {
    position: relative;
    z-index: 99;
  }

  .title {
    color: $title-color;
  }

  .more-info {
    color: $moreinfo-color;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
  }

  .x_tick {
    position: absolute;
    bottom: 0;
    .title {
      font-size: 20px;
      color: $tick-color;
      opacity: 0.5;
      padding-bottom: 3px;
    }
  }

  .y_ticks {
    font-size: 20px;
    fill: $tick-color;
    fill-opacity: 1;
  }

  .domain {
    display: none;
  }

}

Version data entries

79 entries across 79 versions & 8 rubygems

Version Path
smashing-1.3.6 templates/project/widgets/graph/graph.scss
smashing-1.3.5 templates/project/widgets/graph/graph.scss
smashing-1.3.4 templates/project/widgets/graph/graph.scss
smashing-1.3.3 templates/project/widgets/graph/graph.scss
smashing-1.3.2 templates/project/widgets/graph/graph.scss
smashing-1.3.1 templates/project/widgets/graph/graph.scss
smashing-1.3.0 templates/project/widgets/graph/graph.scss
smashing-1.2.0 templates/project/widgets/graph/graph.scss
smashing-1.1.0 templates/project/widgets/graph/graph.scss
dashing-rails-2.6.2 vendor/assets/stylesheets/dashing/widgets/graph.scss
dashing-rails-2.6.1 vendor/assets/stylesheets/dashing/widgets/graph.scss
dashing-rails-2.6.0 vendor/assets/stylesheets/dashing/widgets/graph.scss
smashing-1.0.0 templates/project/widgets/graph/graph.scss
my_dashboard-0.8.6 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss
dashing-1.3.7 templates/project/widgets/graph/graph.scss
my_dashboard-0.8.5 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss
my_dashboard-0.8.4 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss
my_dashboard-0.8.3 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss
my_dashboard-0.8.1 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss
my_dashboard-0.8.0 vendor/assets/stylesheets/my_dashboard/widgets/graph.scss