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

18 lines
220 B
SCSS
Raw Normal View History

2016-11-10 14:26:24 +01:00
.container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
overflow-y: auto;
}
.navigation {
.active {
background-color: #EEE;
}
}