Matteo Scandolo | fb46ae6 | 2017-08-08 09:10:50 -0700 | [diff] [blame] | 1 | |
| 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 Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 19 | xos-nav { |
Matteo Scandolo | d62ea79 | 2016-12-22 14:02:28 -0800 | [diff] [blame] | 20 | .navigation { |
| 21 | max-height: 100%; |
| 22 | display: block; |
| 23 | overflow-y: scroll; |
| 24 | |
| 25 | nav { |
| 26 | margin-bottom: 200px; |
| 27 | } |
Matteo Scandolo | 00d9789 | 2016-12-23 17:53:12 -0800 | [diff] [blame] | 28 | |
| 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 Scandolo | 9ed0c90 | 2017-03-27 18:43:48 -0700 | [diff] [blame] | 39 | |
| 40 | li.nav-container .nav-second li.active a { |
| 41 | padding-left: 15px; |
| 42 | margin-left: 40px; |
| 43 | } |
Matteo Scandolo | d62ea79 | 2016-12-22 14:02:28 -0800 | [diff] [blame] | 44 | } |
| 45 | |
Matteo Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 46 | .nav-info { |
Matteo Scandolo | d62ea79 | 2016-12-22 14:02:28 -0800 | [diff] [blame] | 47 | position: fixed !important; |
| 48 | bottom: 0; |
| 49 | width: 200px; |
Matteo Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 50 | .row + .row:last-child { |
| 51 | margin-top: 20px; |
| 52 | } |
| 53 | } |
| 54 | } |