jsketcher/modules/ui/components/controls/ButtonGroup.less
2018-01-17 00:06:32 -08:00

8 lines
95 B
Text

.root {
display: flex;
justify-content: flex-end;
& > * {
margin-left: 0.5em;
}
}