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; |
Matteo Scandolo | d3cd3b1 | 2018-03-22 16:59:48 -0700 | [diff] [blame] | 42 | min-width: 300px; |
Matteo Scandolo | 86bc26a | 2017-01-18 11:06:47 -0800 | [diff] [blame] | 43 | |
Matteo Scandolo | d3cd3b1 | 2018-03-22 16:59:48 -0700 | [diff] [blame] | 44 | .table { |
| 45 | margin-bottom: 0; |
Matteo Scandolo | 86bc26a | 2017-01-18 11:06:47 -0800 | [diff] [blame] | 46 | } |
| 47 | |
Matteo Scandolo | d3cd3b1 | 2018-03-22 16:59:48 -0700 | [diff] [blame] | 48 | .table tr th:first-child { |
| 49 | padding-left: 20px; |
Matteo Scandolo | 86bc26a | 2017-01-18 11:06:47 -0800 | [diff] [blame] | 50 | } |
| 51 | |
Matteo Scandolo | d3cd3b1 | 2018-03-22 16:59:48 -0700 | [diff] [blame] | 52 | .table tr th:last-child { |
| 53 | padding-right: 20px; |
Matteo Scandolo | 86bc26a | 2017-01-18 11:06:47 -0800 | [diff] [blame] | 54 | } |
| 55 | } |
Matteo Scandolo | d3cd3b1 | 2018-03-22 16:59:48 -0700 | [diff] [blame] | 56 | |
| 57 | .navbar-nav a { |
| 58 | margin: 10px; |
| 59 | } |
| 60 | |
| 61 | .navbar-nav > .open > a, |
| 62 | .navbar-nav > .open > a:hover { |
| 63 | color:#ffffff !important; |
| 64 | background-color:rgba(246,168,33,0.1) !important;; |
| 65 | border-color:#f6a821; |
| 66 | } |
Matteo Scandolo | 63e43eb | 2016-12-14 14:18:53 -0800 | [diff] [blame] | 67 | } |