mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
cards components, progress fixes, font fixes
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
.text-inherit { color: inherit !important; }
|
||||
.text-default { color: $body-color !important; }
|
||||
|
||||
.text-h6 { font-size: $h6-font-size !important; }
|
||||
.text-h5 { font-size: $h5-font-size !important; }
|
||||
.text-h4 { font-size: $h4-font-size !important; }
|
||||
.text-h3 { font-size: $h3-font-size !important; }
|
||||
.text-h2 { font-size: $h2-font-size !important; }
|
||||
.text-h1 { font-size: $h1-font-size !important; }
|
||||
|
||||
.text-subheader {
|
||||
font-size: $h6-font-size;
|
||||
font-weight: 600;
|
||||
@@ -18,18 +8,6 @@
|
||||
letter-spacing: .04em;
|
||||
}
|
||||
|
||||
.text-label {
|
||||
font-size: $h6-font-size;
|
||||
color: $text-muted;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.leading-none { line-height: 1 !important; }
|
||||
.leading-tight { line-height: 1.25 !important; }
|
||||
.leading-normal { line-height: $line-height-base !important; }
|
||||
.leading-loose { line-height: 2 !important; }
|
||||
|
||||
|
||||
/**
|
||||
Antialiasing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user