jsketcher/modules/ui/components/controls/Field.less
2022-06-25 15:19:48 -07:00

12 lines
169 B
Text

@import "~ui/styles/theme.less";
.root {
display: flex;
justify-content: space-between;
align-items: center;
}
.active {
background-color: @color-highlight
}