Files
GhomandArchie 291dcf9515 Merge pull request #10575 from Arturlang/TGUIs_Nexties
[TESTMERGE] Properly working TGUI Next
2021-01-04 19:47:54 -03:00

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;
}