overleaf/services/web/frontend/stylesheets/bootstrap-5/components/button-group.scss

16 lines
205 B
SCSS
Raw Normal View History

.btn-group {
> .btn {
&:first-child {
padding-left: var(--spacing-05);
}
&:last-child {
padding-right: var(--spacing-05);
}
}
}
.btn-toolbar {
gap: var(--spacing-03);
}