blob: 263740cbaeb83eaf05a646b481dcc97520e51ced [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 Scandolo63e43eb2016-12-14 14:18:53 -080021}