bunteshaus.de/themes/buha/assets/scss/container.scss

22 lines
305 B
SCSS
Raw Normal View History

2022-06-08 04:42:32 +02:00
* {
}
2022-06-07 20:15:31 +02:00
.container {
2022-06-15 00:05:16 +02:00
overflow: auto;
2022-06-07 20:15:31 +02:00
display: flex;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
height: 100%;
height: 100vh;
2022-06-08 00:38:13 +02:00
width: 100%;
2022-06-15 00:05:16 +02:00
width: 100vw;
2022-06-07 20:15:31 +02:00
a {
color: var(--text-color);
}
}
2022-06-15 10:42:34 +02:00
.underline {
text-decoration: underline;
}