mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
13 lines
192 B
SCSS
13 lines
192 B
SCSS
@use "Globals";
|
|
|
|
.main {
|
|
position: relative;
|
|
display: flex;
|
|
background-color: Globals.$primary-background-color;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.content {
|
|
padding: 0.5rem;
|
|
flex: 1 1 0;
|
|
} |