| 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; | |
| } | |
| } | |
| } |