blob: 55725b8a2a5c36ebecf6b09f10764cf9e7f27343 [file] [log] [blame]
Matteo Scandolofb46ae62017-08-08 09:10:50 -07001
2/*
3 * Copyright 2017-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080019xos-nav {
Matteo Scandolod62ea792016-12-22 14:02:28 -080020 .navigation {
21 max-height: 100%;
22 display: block;
23 overflow-y: scroll;
24
25 nav {
26 margin-bottom: 200px;
27 }
Matteo Scandolo00d97892016-12-23 17:53:12 -080028
29 li {
30 cursor: pointer;
31 }
32
33 // do not activate nav items that are just container
34 li.nav-container.active a {
35 border: none;
36 padding-left: 25px;
37 color: #848c94;
38 }
Matteo Scandolo9ed0c902017-03-27 18:43:48 -070039
40 li.nav-container .nav-second li.active a {
41 padding-left: 15px;
42 margin-left: 40px;
43 }
Matteo Scandolod62ea792016-12-22 14:02:28 -080044 }
45
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080046 .nav-info {
Matteo Scandolod62ea792016-12-22 14:02:28 -080047 position: fixed !important;
48 bottom: 0;
49 width: 200px;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080050 .row + .row:last-child {
51 margin-top: 20px;
52 }
53 }
Max Chuc5eb27e2017-11-01 17:47:29 -070054}