jsketcher/modules/ui/styles/global/documentation.less
2022-08-10 02:48:05 -07:00

23 lines
No EOL
310 B
Text

.documentation-content {
//background: #323444;
//font-size: 16px;
//padding: 10px;
height: 100%;
width: 100%;
}
.documentation-toolbar {
display: flex;
color: white;
padding-left: 3px;
* > {
padding: 3px;
margin: 3px 3px 3px 0;
}
svg {
width: 24px;
height: 24px;
}
}