blob: 4881b4357c80c6201653054e60c5c9ccff8b735f [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 }
Matteo Scandolo00d97892016-12-23 17:53:12 -080010
11 li {
12 cursor: pointer;
13 }
14
15 // do not activate nav items that are just container
16 li.nav-container.active a {
17 border: none;
18 padding-left: 25px;
19 color: #848c94;
20 }
Matteo Scandolod62ea792016-12-22 14:02:28 -080021 }
22
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080023 .nav-info {
Matteo Scandolod62ea792016-12-22 14:02:28 -080024 position: fixed !important;
25 bottom: 0;
26 width: 200px;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080027 .row + .row:last-child {
28 margin-top: 20px;
29 }
30 }
31}