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

13 lines
218 B
Text

@import '../styles/theme.less';
@import '../styles/mixins.less';
.root > * {
border-bottom: 1px solid @border-color;
padding: 3px 6px;
line-height: 1.7;
}
.root > .root {
padding: 0;
border-bottom: none;
}