Sha256: ccce4292a483810030e1deadb3d23e8fdf60857b413f331530589c6d98b1c725

Contents?: true

Size: 732 Bytes

Versions: 80

Compression:

Stored size: 732 Bytes

Contents

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

$title-color:       rgba(255, 255, 255, 0.7);
$moreinfo-color:    rgba(255, 255, 255, 0.7);

// ----------------------------------------------------------------------------
// Widget-text styles
// ----------------------------------------------------------------------------
.widget-text {

  background-color: $background-color;

  .title {
    color: $title-color;
  }

  .more-info {
    color: $moreinfo-color;
  }

  .updated-at {
    color: rgba(255, 255, 255, 0.7);
  }


  &.large h3 {
    font-size: 65px;
  }
}

Version data entries

80 entries across 80 versions & 9 rubygems

Version Path
dashing-1.3.2 templates/project/widgets/text/text.scss
dashing-rails-2.1.1 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.1.0 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.0.2 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.0.1 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.0.0 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-1.0.3 app/views/dashing/default_widgets/text/text.scss
dashing-rails-1.0.2 app/views/dashing/default_widgets/text/text.scss
dashing-1.3.1 templates/project/widgets/text/text.scss
dashing-1.3.0 templates/project/widgets/text/text.scss
dashing-rails-1.0.1 app/views/dashing/default_widgets/text/text.scss
dashing-rails-1.0.0 app/views/dashing/default_widgets/text/text.scss
dashing-1.2.0 templates/project/widgets/text/text.scss
dashing-1.1.0 templates/project/widgets/text/text.scss
dashing-1.0.6 templates/project/widgets/text/text.scss
dashing-1.0.5 templates/project/widgets/text/text.scss
dashing-1.0.4 templates/project/widgets/text/text.scss
dashing-1.0.3 templates/project/widgets/text/text.scss
dashing-1.0.2 templates/project/widgets/text/text.scss
dashing-1.0.1 templates/project/widgets/text/text.scss