jsketcher/modules/ui/components/Stack.less
2018-07-03 00:28:28 -07:00

8 lines
168 B
Text

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