| |
| /* |
| * Copyright 2017-present Open Networking Foundation |
| |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| |
| xos-nav { |
| .navigation { |
| max-height: 100%; |
| display: block; |
| overflow-y: scroll; |
| |
| nav { |
| margin-bottom: 200px; |
| } |
| |
| li { |
| cursor: pointer; |
| } |
| |
| // do not activate nav items that are just container |
| li.nav-container.active a { |
| border: none; |
| padding-left: 25px; |
| color: #848c94; |
| } |
| |
| li.nav-container .nav-second li.active a { |
| padding-left: 15px; |
| margin-left: 40px; |
| } |
| } |
| |
| .nav-info { |
| position: fixed !important; |
| bottom: 0; |
| width: 200px; |
| .row + .row:last-child { |
| margin-top: 20px; |
| } |
| } |
| } |