blob: 4881b4357c80c6201653054e60c5c9ccff8b735f [file] [log] [blame]
xos-nav {
.navigation {
max-height: 100%;
display: block;
overflow-y: scroll;
nav {
margin-bottom: 200px;
}
li {
cursor: pointer;
}
// do not activate nav items that are just container
li.nav-container.active a {
border: none;
padding-left: 25px;
color: #848c94;
}
}
.nav-info {
position: fixed !important;
bottom: 0;
width: 200px;
.row + .row:last-child {
margin-top: 20px;
}
}
}