Picsur/frontend/src/app.scss
2022-02-28 10:29:40 +01:00

28 lines
295 B
SCSS

html, body {
background: rgb(24, 24, 24);
color: #eee;
}
html,
body,
#root {
height: 100%;
}
#root {
display: flex;
flex-direction: column;
}
.main-container {
flex-grow: 1;
}
.contentwindow {
border-radius: 20px;
height: 100%;
border-style: solid;
border-width: 5px;
}