mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 01:44:19 +01:00
9 lines
140 B
Text
9 lines
140 B
Text
@import '../styles/theme';
|
|
@import '../styles/mixins';
|
|
|
|
.root > * {
|
|
|
|
border-bottom: 1px solid @border-color;
|
|
padding: 0.3rem 0.6rem;
|
|
|
|
}
|