jsketcher/modules/ui/components/controls/Field.less
2022-08-09 21:51:57 -07:00

12 lines
187 B
Text

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