mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 12:23:03 +01:00
16 lines
No EOL
252 B
Text
16 lines
No EOL
252 B
Text
.root {
|
|
color: #eee;
|
|
font: 11px 'Lucida Grande', sans-serif;
|
|
background-color: #1a1a1a;
|
|
}
|
|
|
|
.title {
|
|
height: 27px;
|
|
line-height: 27px;
|
|
overflow: hidden;
|
|
padding: 0 4px 0 5px;
|
|
border-bottom: 1px solid #2c2c2c;
|
|
|
|
padding-left: 16px;
|
|
|
|
} |