mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
13 lines
218 B
Text
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;
|
|
}
|