mourningdove/htdocs/scss/components/button-groups.scss

9 lines
282 B
SCSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
@import "foundation/base";
// import the buttons component before we set $include-html-button-classes
@import "foundation/components/buttons";
$include-html-button-classes: false;
@import "foundation/components/button-groups";
.button-bar .button-group.right { margin-right: 0; }