[DE PE SSE] Change styles of buttons in toolbar
This commit is contained in:
parent
c4c0af3e28
commit
bb6e189217
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue