mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 08:30:08 +01:00
20 lines
380 B
SCSS
20 lines
380 B
SCSS
.NtosWrapper__header {
|
|
position: absolute;
|
|
top: 32px;
|
|
left: 0;
|
|
right: 0;
|
|
height: 28px;
|
|
line-height: 27px;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
font-family: Consolas, monospace;
|
|
font-size: 14px;
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
.NtosWrapper__content .Layout__content {
|
|
margin-top: 28px;
|
|
font-family: Consolas, monospace;
|
|
font-size: 14px;
|
|
}
|