mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
18 lines
No EOL
179 B
Text
18 lines
No EOL
179 B
Text
|
|
.root {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
margin: 5px;
|
|
padding: 3px 5px;
|
|
background-color: #000D;
|
|
color: white;
|
|
}
|
|
|
|
.item {
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.hr {
|
|
.item;
|
|
} |