mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
17 lines
No EOL
352 B
Text
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
|
|
}
|
|
} |