blob: a1be115da6e5558a861c463a263d46de53011418 [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;
14 color: #24262d;
15 }
16 }
17
18 .navbar-default {
19 background: #2a2d35 !important;
20 }
Matteo Scandolo63e43eb2016-12-14 14:18:53 -080021}