mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
17 lines
No EOL
276 B
Text
17 lines
No EOL
276 B
Text
@import "~ui/styles/theme.less";
|
|
|
|
.root {
|
|
background-color: @bg-color-alt;
|
|
}
|
|
|
|
.title {
|
|
border-bottom: 1px solid @border-color;
|
|
background-color: @bg-color;
|
|
padding: 0.3rem 0.6rem;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
.handle {
|
|
font-size: 0.8rem;
|
|
color: @font-color-suppressed;
|
|
} |