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 | 266907e | 2016-12-20 13:41:42 -0800 | [diff] [blame] | 19 | #toast-container [toast]:not(:first-child) { |
| 20 | margin-top: 10px !important; |
Matteo Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 21 | } |
| 22 | |
| 23 | xos-header { |
| 24 | .navbar-brand { |
| 25 | padding: 10px 30px !important; |
| 26 | position: relative; |
| 27 | background: #24262d !important; |
| 28 | span { |
| 29 | position: absolute; |
| 30 | right: 30px; |
| 31 | bottom: 0; |
Matteo Scandolo | 67c105f | 2017-01-09 09:30:52 -0800 | [diff] [blame] | 32 | color: lighten(#24262d, 40%); |
Matteo Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 33 | } |
| 34 | } |
| 35 | |
| 36 | .navbar-default { |
| 37 | background: #2a2d35 !important; |
| 38 | } |
Matteo Scandolo | 86bc26a | 2017-01-18 11:06:47 -0800 | [diff] [blame] | 39 | |
| 40 | .dropdown-menu { |
| 41 | background: #2a2d35 !important; |
| 42 | min-width: 275px; |
| 43 | max-height: 600px; |
| 44 | overflow-y: scroll; |
| 45 | |
| 46 | .active > a { |
| 47 | border-left: 6px solid #f6a821; |
| 48 | background: #494b54; |
| 49 | color: #fff !important; |
| 50 | } |
| 51 | |
| 52 | a { |
| 53 | color: #c0c4c8 !important; |
| 54 | display: block; |
| 55 | width: 100%; |
| 56 | } |
| 57 | |
| 58 | a:hover { |
| 59 | background: #494b54 !important; |
| 60 | } |
| 61 | } |
Matteo Scandolo | 63e43eb | 2016-12-14 14:18:53 -0800 | [diff] [blame] | 62 | } |