mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
13 lines
260 B
SCSS
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; } |