13 lines
167 B
CSS
13 lines
167 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
gap: rem(10);
|
|
}
|
|
|
|
.top-panel {
|
|
padding: rem(5);
|
|
gap: rem(10);
|
|
display: flex;
|
|
}
|