fix: Switch to separate vars for alert vertical / horizontal padding
This commit is contained in:
Родитель
c154b0fe06
Коммит
a3bb9c6a5a
|
@ -10,8 +10,8 @@
|
|||
|
||||
> .k-i-close {
|
||||
position: absolute;
|
||||
top: $alert-padding-y;
|
||||
right: $alert-padding-x;
|
||||
top: $alert-padding-y * 1.25;
|
||||
right: $alert-padding-x * .75;
|
||||
display: none;
|
||||
}
|
||||
.k-notification-button & .k-i-close {
|
||||
|
@ -19,4 +19,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче