blob: 30347f8cf898fe23ae2005bb4f40b326a75b8978 [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;
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 Scandolo63e43eb2016-12-14 14:18:53 -080062}