blob: 2db767c1cfbcdfcdd2dbef413e39ab2e518de033 [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 */
Matteo Scandolo29edc0f2018-04-26 17:19:10 +020017@import './../../style/vars.scss';
Matteo Scandolofb46ae62017-08-08 09:10:50 -070018
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 Scandolo29edc0f2018-04-26 17:19:10 +020044 /* service status */
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070045 .table {
46 margin-bottom: 0;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080047 }
48
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070049 .table tr th:first-child {
50 padding-left: 20px;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080051 }
52
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070053 .table tr th:last-child {
54 padding-right: 20px;
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080055 }
Matteo Scandolo29edc0f2018-04-26 17:19:10 +020056
57 /* search bar */
58
59 li.uib-typeahead-match > a {
60 color: #ccc;
61 }
62
63 li.uib-typeahead-match.active > a,
64 li.uib-typeahead-match.active > a:hover,
65 li.uib-typeahead-match.active > a:focus {
66 font-weight: bold;
67 background-color: rgba(68, 70, 79, 0.5);
68 color: #fff;
69 }
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080070 }
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070071
72 .navbar-nav a {
73 margin: 10px;
74 }
75
76 .navbar-nav > .open > a,
77 .navbar-nav > .open > a:hover {
78 color:#ffffff !important;
Matteo Scandolo29edc0f2018-04-26 17:19:10 +020079 background-color:rgba(246,168,33,0.1) !important;
Matteo Scandolod3cd3b12018-03-22 16:59:48 -070080 border-color:#f6a821;
81 }
Matteo Scandolo29edc0f2018-04-26 17:19:10 +020082
Matteo Scandolo63e43eb2016-12-14 14:18:53 -080083}