7 lines
107 B
SCSS
7 lines
107 B
SCSS
|
.navigation {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: var(--bg-surface-low);
|
||
|
|
||
|
display: flex;
|
||
|
}
|