hookshot/web/components/elements/ButtonSet.module.scss
Will Hunt e87030487e
Move components from root to elements (#332)
* Move components from root to elements

* Revert change

* Fix import

* changelog
2022-05-06 10:25:10 +01:00

5 lines
87 B
SCSS

.buttonSet {
display: flex;
flex-direction: row;
align-items: flex-start;
}