mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 09:24:18 +01:00
23 lines
No EOL
310 B
Text
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;
|
|
}
|
|
} |