app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.45 vs app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.46
- old
+ new
@@ -16,27 +16,10 @@
.txt--uppercase {
text-transform: uppercase;
}
-.txt--subtle {
- color: $color-txt--subtle;
-}
-
-.txt--subtle-reversed {
- color: $color-txt--subtle-reversed;
-}
-
-.txt--full-contrast {
- color: $color-txt;
-}
-
-.txt--meta {
- font-size: $text-sm;
- color: $color-txt--subtle;
-}
-
.txt--nowrap {
white-space: nowrap;
}
.txt--break-words {
@@ -61,16 +44,10 @@
.txt--very-dimmed {
opacity: $opacity-50;
}
-.txt--highlight {
- background-color: $color-bg--highlight;
- border-radius: $rounded-full;
- padding: $size-0 $size-1;
-}
-
.txt--overflow-hidden {
overflow: hidden;
}
.txt--xs {
@@ -134,19 +111,9 @@
}
.txt--9xl {
font-size: $text-9xl;
line-height: $leading-none;
-}
-
-.decorated {
- color: $color-txt--decorated;
- text-decoration: underline;
-}
-
-.decorated--subtle {
- color: $color-txt--subtle;
- text-decoration: underline;
}
.undecorated {
color: inherit;
text-decoration: none;