Change paddings for huge buttons

This commit is contained in:
Julia Radzhabova 2021-04-27 22:27:47 +03:00
parent fc66f37f43
commit cc41080814

View file

@ -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 {