mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
24 lines
344 B
Text
24 lines
344 B
Text
@import "~ui/styles/theme";
|
|
|
|
.root {
|
|
display: flex;
|
|
pointer-events:none;
|
|
padding: 2px 5px;
|
|
max-width: 400px;
|
|
color: @font-color-minor;
|
|
& > * {
|
|
padding: 3px 0;
|
|
}
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.hotKey {
|
|
text-align: right;
|
|
font-style: italic;
|
|
color: @font-color-suppressed;
|
|
}
|
|
|
|
.hint {
|
|
font-style: italic;
|
|
color: #E1A4A4;
|
|
}
|