jsketcher/modules/ui/components/controls/ButtonGroup.less
2018-01-29 01:21:46 -08:00

8 lines
96 B
Text

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