[DE PE SSE] Change styles of buttons in toolbar

This commit is contained in:
JuliaSvinareva 2022-01-13 16:35:36 +03:00
parent c4c0af3e28
commit bb6e189217
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
@x-huge-btn-height: 48px;
@x-huge-btn-height: 52px;
@x-huge-btn-icon-size: 28px;
.btn {
@ -236,14 +236,15 @@
display: flex;
//align-items: center;
align-items: start;
height: 24px;
.caption {
max-width: 85px;
max-height: 22px;
max-height: 24px;
text-overflow: ellipsis;
white-space: pre;
line-height: 10px;
line-height: 12px;
padding: 0 2px;
.caret {

View file

@ -162,7 +162,7 @@
.box-controls {
//height: @height-controls; // button has strange offset in IE when odd height
padding: 9px 0;
padding: 7px 0;
display: flex;
//background-color: #F2CBBF;
@ -273,7 +273,7 @@
font-size: 0;
&:not(:first-child) {
margin-top: 8px;
margin-top: 12px;
}
&.font-normal {