chore: fix lint warnings
This commit is contained in:
Родитель
9b1139e8a9
Коммит
d9f4b9ed90
|
@ -11,10 +11,13 @@ rules:
|
|||
property-sort-order: 0
|
||||
mixins-before-declarations: 0
|
||||
|
||||
nesting-depth:
|
||||
- 1
|
||||
- max-depth: 4
|
||||
|
||||
indentation:
|
||||
- 2
|
||||
-
|
||||
size: 4
|
||||
- size: 4
|
||||
|
||||
force-element-nesting: 0
|
||||
force-attribute-nesting: 0
|
||||
|
|
|
@ -449,6 +449,14 @@
|
|||
.k-numerictextbox {
|
||||
&.form-control {
|
||||
&-sm {
|
||||
.k-link-increase > .k-icon {
|
||||
bottom: -$numerictextbox-icon-offset-sm;
|
||||
}
|
||||
|
||||
.k-link-decrease > .k-icon {
|
||||
top: -$numerictextbox-icon-offset-sm;
|
||||
}
|
||||
|
||||
.k-link {
|
||||
height: $bootstrap-integration-input-height-sm / 2;
|
||||
}
|
||||
|
@ -462,21 +470,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.k-numerictextbox,
|
||||
.k-dateinput {
|
||||
&.form-control {
|
||||
&-sm {
|
||||
.k-link-increase > .k-icon {
|
||||
bottom: -$numerictextbox-icon-offset-sm;
|
||||
}
|
||||
|
||||
.k-link-decrease > .k-icon {
|
||||
top: -$numerictextbox-icon-offset-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.k-dateinput {
|
||||
&.form-control {
|
||||
.k-dateinput-wrap {
|
||||
|
|
|
@ -702,7 +702,9 @@
|
|||
|
||||
// RTL icons
|
||||
.k-rtl .k-i-indent-increase,
|
||||
.k-rtl .k-i-indent-decrease { transform: scaleX(-1); }
|
||||
.k-rtl .k-i-indent-decrease {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.k-sprite {
|
||||
display: inline-block;
|
||||
|
|
Загрузка…
Ссылка в новой задаче