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