jsketcher/modules/ui/components/Stack.less
2018-07-03 21:30:11 -07:00

8 lines
162 B
Text

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