fix: Switch to a variable from pixels for font-size of col sorting index text
This commit is contained in:
Родитель
d0c7156848
Коммит
c3c0de95c6
|
@ -94,7 +94,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-sort-order {
|
.k-sort-order {
|
||||||
font-size: 12px;
|
font-size: $icon-size * .75;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче