mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-18 06:22:54 +01:00
33 lines
No EOL
408 B
Text
33 lines
No EOL
408 B
Text
@import "~ui/styles/theme.less";
|
|
|
|
.root {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
|
|
.script {
|
|
flex: 1;
|
|
resize: none;
|
|
background: inherit;
|
|
border: none;
|
|
color: #C4E1A4;
|
|
padding: 2px;
|
|
outline: none;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.workingArea {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
|
|
.switcher {
|
|
border-bottom: 1px solid @border-color;
|
|
width: 100%;
|
|
}
|
|
|
|
.toolBar {
|
|
|
|
} |