Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/_text.scss')
-rw-r--r--src/utilities/_text.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/utilities/_text.scss b/src/utilities/_text.scss
index 67793ac..5796905 100644
--- a/src/utilities/_text.scss
+++ b/src/utilities/_text.scss
@@ -46,6 +46,18 @@
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();