mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
241 B
22 lines
241 B
7 years ago
|
.text-bold {
|
||
|
&, &.table td, &.table th {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.text-sm {
|
||
|
font-size: $font-size-sm;
|
||
|
}
|
||
|
|
||
|
.text-xs {
|
||
|
font-size: $font-size-base;
|
||
|
}
|
||
|
|
||
|
.text-lg {
|
||
|
font-size: $font-size-lg;
|
||
|
}
|
||
|
|
||
|
.text-xl {
|
||
|
font-size: $font-size-xl;
|
||
|
}
|