1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/styles.scss
2016-11-10 14:27:06 +01:00

18 lines
220 B
SCSS

.container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
overflow-y: auto;
}
.navigation {
.active {
background-color: #EEE;
}
}