jsketcher/web/css/brep-debugger.less
2018-01-03 01:52:17 -08:00

17 lines
No EOL
352 B
Text

#brep-debugger {
font-size: 1.2em;
position: absolute;
left:10px;
top:10px;
bottom: 20px;
overflow: auto;
background: #eee;
border: 5px solid rgb(49, 121, 255);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
& .tool-caption {
padding: 0.3em;
background-color: rgb(238, 255, 246);
cursor: default;
user-select: none
}
}