blob: 9ecddfccad372f4bd535d614ed4bb61b78e12358 [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 Scandolo9ed0c902017-03-27 18:43:48 -070021
22 li.nav-container .nav-second li.active a {
23 padding-left: 15px;
24 margin-left: 40px;
25 }
Matteo Scandolod62ea792016-12-22 14:02:28 -080026 }
27
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080028 .nav-info {
Matteo Scandolod62ea792016-12-22 14:02:28 -080029 position: fixed !important;
30 bottom: 0;
31 width: 200px;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080032 .row + .row:last-child {
33 margin-top: 20px;
34 }
35 }
36}