mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
9 lines
138 B
Text
9 lines
138 B
Text
@import '../styles/theme';
|
|
@import '../styles/mixins';
|
|
|
|
.root > * {
|
|
|
|
border-bottom: 1px solid @border-color;
|
|
padding: 0.3em 0.5em;
|
|
|
|
}
|