mirror of https://github.com/ColorlibHQ/AdminLTE
renamed `.text-xs` to `.text-md` and created a correct `.text-xs`
parent
7f68cf5cc9
commit
accf50cf1b
|
@ -9,11 +9,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: $font-size-xs !important;
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: $font-size-sm !important;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
.text-md {
|
||||
font-size: $font-size-base !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue