Sha256: df590a37bfe5f0d9f9e2ca944f29a9b60fa631dd2074589035fdaa59355a16b9

Contents?: true

Size: 415 Bytes

Versions: 8

Compression:

Stored size: 415 Bytes

Contents

.text-white {
  color: #FFF;
}

.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

8 entries across 8 versions & 1 rubygems

Version Path
minimum_viable_product-0.2.7 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.6 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.5 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.4 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.3 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.2 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.1 app/assets/stylesheets/mvp/components/typography.scss
minimum_viable_product-0.2.0 app/assets/stylesheets/mvp/components/typography.scss