2
0
mirror of synced 2025-02-24 08:58:15 +00:00
blog/themes/embark/source/css/06-utilities/_utilities.text.scss
Jakub Sokołowski c7acd418c2
first commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:29:57 +02:00

23 lines
355 B
SCSS

// Config
// Utility
.u-text-normal {
color: $font-base-color !important;
text-decoration: none;
}
.u-text-death {
color: get-color(gray) !important;
}
.u-text-light {
color: get-color(blue, light) !important;
}
.u-text-ghost {
color: get-color(unique, white) !important;
}
.u-text-danger {
color: get-color-semantic(danger) !important;
}