bulmil
Version:

24 lines • 622 B
CSS
bm-buttons bm-button:not(:last-child):not(.is-fullwidth) {
margin-right: 0.5rem;
}
bm-buttons .buttons:last-child {
margin-bottom: initial;
}
bm-buttons:last-child {
margin-bottom: -0.5rem;
}
bm-buttons:not(:last-child) {
margin-bottom: 1rem;
}
bm-buttons .buttons.has-addons bm-button:not(:first-child) .button {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
bm-buttons .buttons.has-addons bm-button:not(:last-child) .button {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-right: -1px;
}
bm-buttons .buttons.has-addons bm-button:last-child .button {
margin-right: 0;
}