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