blob: ca97ae2df34d3f7bf62e5d116550cd10b202c1cf [file] [log] [blame]
Matteo Scandolo266907e2016-12-20 13:41:42 -08001#toast-container [toast]:not(:first-child) {
2 margin-top: 10px !important;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -08003}
4
5xos-header {
6 .navbar-brand {
7 padding: 10px 30px !important;
8 position: relative;
9 background: #24262d !important;
10 span {
11 position: absolute;
12 right: 30px;
13 bottom: 0;
Matteo Scandolo67c105f2017-01-09 09:30:52 -080014 color: lighten(#24262d, 40%);
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -080015 }
16 }
17
18 .navbar-default {
19 background: #2a2d35 !important;
20 }
Matteo Scandolo86bc26a2017-01-18 11:06:47 -080021
22 .dropdown-menu {
23 background: #2a2d35 !important;
24 min-width: 275px;
25 max-height: 600px;
26 overflow-y: scroll;
27
28 .active > a {
29 border-left: 6px solid #f6a821;
30 background: #494b54;
31 color: #fff !important;
32 }
33
34 a {
35 color: #c0c4c8 !important;
36 display: block;
37 width: 100%;
38 }
39
40 a:hover {
41 background: #494b54 !important;
42 }
43 }
Matteo Scandolo63e43eb2016-12-14 14:18:53 -080044}