Sha256: b2cd59b39f7a8dfb19d8f158bb39b87e52b9fd9096a853174ea8554de24a18b2

Contents?: true

Size: 737 Bytes

Versions: 2

Compression:

Stored size: 737 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

2 entries across 2 versions & 1 rubygems

Version Path
dashing-1.0 templates/project/widgets/text/text.scss
dashing-0.1.2 templates/project/widgets/text/text.scss