jsketcher/modules/ui/components/Stack.less
2018-01-30 19:41:05 -08:00

8 lines
158 B
Text

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