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
smashing-1.3.6 templates/project/widgets/text/text.scss
smashing-1.3.5 templates/project/widgets/text/text.scss
smashing-1.3.4 templates/project/widgets/text/text.scss
smashing-1.3.3 templates/project/widgets/text/text.scss
smashing-1.3.2 templates/project/widgets/text/text.scss
smashing-1.3.1 templates/project/widgets/text/text.scss
smashing-1.3.0 templates/project/widgets/text/text.scss
smashing-1.2.0 templates/project/widgets/text/text.scss
smashing-1.1.0 templates/project/widgets/text/text.scss
dashing-rails-2.6.2 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.6.1 vendor/assets/stylesheets/dashing/widgets/text.scss
dashing-rails-2.6.0 vendor/assets/stylesheets/dashing/widgets/text.scss
smashing-1.0.0 templates/project/widgets/text/text.scss
kiteboard-0.1.0 app/assets/stylesheets/widgets/text.scss
my_dashboard-0.8.6 vendor/assets/stylesheets/my_dashboard/widgets/text.scss
dashing-1.3.7 templates/project/widgets/text/text.scss
my_dashboard-0.8.5 vendor/assets/stylesheets/my_dashboard/widgets/text.scss
my_dashboard-0.8.4 vendor/assets/stylesheets/my_dashboard/widgets/text.scss
my_dashboard-0.8.3 vendor/assets/stylesheets/my_dashboard/widgets/text.scss
my_dashboard-0.8.1 vendor/assets/stylesheets/my_dashboard/widgets/text.scss