mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
15 lines
No EOL
135 B
Text
15 lines
No EOL
135 B
Text
|
|
.root {
|
|
margin: 5px;
|
|
padding: 3px 5px;
|
|
background-color: #000D;
|
|
color: white;
|
|
}
|
|
|
|
.item {
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.hr {
|
|
.item;
|
|
} |