blob: ef3020b9e4fcc512c0a737ae945965a9696634aa [file] [log] [blame]
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -08001xos-nav {
Matteo Scandolod62ea792016-12-22 14:02:28 -08002 .navigation {
3 max-height: 100%;
4 display: block;
5 overflow-y: scroll;
6
7 nav {
8 margin-bottom: 200px;
9 }
10 }
11
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080012 .nav-info {
Matteo Scandolod62ea792016-12-22 14:02:28 -080013 position: fixed !important;
14 bottom: 0;
15 width: 200px;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080016 .row + .row:last-child {
17 margin-top: 20px;
18 }
19 }
20}