1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00
Files
tabler/assets/scss/dashboard/_text.scss
T
2018-02-19 20:23:01 +01:00

13 lines
260 B
SCSS

.display-1,
.display-2,
.display-3,
.display-4 {
i {
vertical-align: baseline;
font-size: 0.815em;
}
}
.text-inherit { color: inherit !important; }
.text-default { color: $body-color !important; }
.text-muted-dark { color: $text-muted-dark !important; }