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