Change paddings for huge buttons
This commit is contained in:
parent
fc66f37f43
commit
cc41080814
|
@ -229,7 +229,7 @@
|
|||
|
||||
.inner-box-caption {
|
||||
line-height: 18px;
|
||||
padding: 0 4px;
|
||||
padding: 0 2px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
@ -303,6 +303,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon-top.btn-group {
|
||||
&.x-huge, .x-huge {
|
||||
.inner-box-caption {
|
||||
padding-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-top {
|
||||
&.x-huge {
|
||||
.btn&, .btn-group& .btn-toolbar {
|
||||
|
|
Loading…
Reference in a new issue