Sha256: a5795675bbbe0b1b96429f70dad8021b9b8bfa70fbc136833325806413bdfbbf

Contents?: true

Size: 554 Bytes

Versions: 32

Compression:

Stored size: 554 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; }

.text-underline {
  text-decoration: underline;
}

@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

32 entries across 32 versions & 1 rubygems

Version Path
minimum_viable_product-0.1.2 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.1.1 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.1.0 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.42 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.41 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.40 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.39 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.38 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.37 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.36 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.35 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.34 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.33 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.32 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.30 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.29 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.27 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.26 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.25 app/assets/stylesheets/minimum_viable_product/components/typography.scss
minimum_viable_product-0.0.24 app/assets/stylesheets/minimum_viable_product/components/typography.scss