Sha256: 0f7834d3b5e2a2d81c1d850c70866f598ea314219972c3cb1e1def0c506884d8

Contents?: true

Size: 503 Bytes

Versions: 9

Compression:

Stored size: 503 Bytes

Contents

.text-white {
  color: #FFF;
}

.text-grey {
  color: #999;
}

.text-light-grey {
  color: #EEE;
}

.text-dark-grey {
  color: #666;
}

.text-green {
  color: #58B957;
}

.text-black {
  color: #000;
}

.text-shadow {
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.text-light { font-weight: 300; }
.text-normal { font-weight: 400; }
.text-bold { font-weight: 700; }

@for $i from 1 through 99 {
  .text-sm-#{$i} {
    font-size: #{$i/100}em;
  }
  .text-lg-#{$i} {
    font-size: #{$i/100 + 100}em;
  }
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
minimum_viable_product-0.0.11 test/dummy/node_modules/minimum_viable_product/app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.10 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.9 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.8 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum-viable-product-0.0.7 app/assets/stylesheets/mvp/components/typography.scss
minimum-viable-product-0.0.6 app/assets/stylesheets/mvp/components/typography.scss
minimum-viable-product-0.0.5 app/assets/stylesheets/mvp/components/typography.scss
minimum-viable-product-0.0.4 app/assets/stylesheets/mvp/components/typography.scss
minimum-viable-product-0.0.2 app/assets/stylesheets/mvp/components/typography.scss