12 lines
240 B
SCSS
12 lines
240 B
SCSS
.container {
|
|
width: 100%;
|
|
height: 0%;
|
|
}
|
|
|
|
.wrapper {
|
|
height: var(--config_window_topbar_height);
|
|
background-color: var(--dark_850_color);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-shrink: 0;
|
|
} |