mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
12 lines
168 B
SCSS
12 lines
168 B
SCSS
.scenery-section {
|
|
position: relative;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.list-warning {
|
|
padding: 1em 0.5em;
|
|
background-color: #444;
|
|
font-size: 1.2em;
|
|
}
|