fix(window): fix title height for Bootstrap skin #752

This commit is contained in:
Magdalena Grigorova 2017-11-16 16:51:37 +02:00 коммит произвёл Mihail Parvanov
Родитель c09ddfaa9c
Коммит fa7603cabf
1 изменённых файлов: 3 добавлений и 6 удалений

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

@ -37,7 +37,7 @@
.k-window-title {
margin: 0;
font-size: $font-size-lg;
line-height: 20px / $font-size-lg;
line-height: 1;
text-overflow: ellipsis;
overflow: hidden;
cursor: default;
@ -55,11 +55,8 @@
vertical-align: top;
.k-button {
margin: -1*($button-padding-y + 1px) 0;
&:last-child {
margin-right: -1*($button-padding-y + 1px);
}
margin-top: calc(#{-1*$button-padding-y} - 1px);
margin-bottom: calc(#{-1*$button-padding-y} - 1px);
}
}