jsketcher/web/app/cad/expressions/Expressions.less
2020-03-20 00:20:07 -07:00

37 lines
No EOL
475 B
Text

@import "~ui/styles/theme.less";
.root {
display: flex;
flex-direction: column;
flex: 1;
}
textarea.script {
flex: 1;
resize: none;
background: inherit;
border: none;
color: #C4E1A4;
padding: 2px;
outline: none;
line-height: 1.8;
&:focus {
border: none;
background: inherit;
}
}
.workingArea {
display: flex;
flex-direction: column;
flex: 1;
}
.switcher {
border-bottom: 1px solid @border-color;
width: 100%;
}
.toolBar {
}