This commit is contained in:
Alex Gyoshev 2017-09-07 11:25:35 +03:00
Родитель 9b1139e8a9
Коммит d9f4b9ed90
3 изменённых файлов: 16 добавлений и 18 удалений

Просмотреть файл

@ -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;