blob: f6006d264fe21781e469e0da5fc0de044b6d5e9f [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 Scandolo266907e2016-12-20 13:41:42 -080019#toast-container [toast]:not(:first-child) {
20 margin-top: 10px !important;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080021}
22
23xos-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 Scandolo67c105f2017-01-09 09:30:52 -080032 color: lighten(#24262d, 40%);
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080033 }
34 }
35
36 .navbar-default {
37 background: #2a2d35 !important;
38 }
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080039
40 .dropdown-menu {
41 background: #2a2d35 !important;
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070042 min-width: 300px;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080043
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070044 .table {
45 margin-bottom: 0;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080046 }
47
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070048 .table tr th:first-child {
49 padding-left: 20px;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080050 }
51
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070052 .table tr th:last-child {
53 padding-right: 20px;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080054 }
55 }
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070056
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 Scandolo63e43eb2016-12-14 14:18:53 -080067}