jsketcher/modules/brep/debug/debugger/BrepDebuggerWindow.less
Val Erastov (xibyte) f053cab1ba move brep to a module
2020-07-19 22:59:42 -07:00

11 lines
213 B
Text

.root {
z-index: 998;
border: 2px solid rgb(49, 121, 255);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
& :global(.x-Window-content) {
font-size: 1.2rem;
background: #eee;
color: #1a1a1a;
}
}