vendor/assets/stylesheets/spectre/utilities/_text.scss in spectre_scss-0.5.8.0 vs vendor/assets/stylesheets/spectre/utilities/_text.scss in spectre_scss-0.5.9.0

- old
+ new

@@ -44,9 +44,21 @@ .text-large { font-size: 1.2em; } +.text-small { + font-size: .9em; +} + +.text-tiny { + font-size: .8em; +} + +.text-muted { + opacity: .8; +} + // Text overflow utilities .text-ellipsis { @include text-ellipsis(); }