blob: 0df150c2274bd74a4eca744be32dac2f32f64200 [file] [log] [blame]
Matteo Scandolo63e43eb2016-12-14 14:18:53 -08001xos-header {
2 .badge {
3 display: block;
4 width: 3px;
5 height: 3px;
6 border-radius: 50%;
7 border: 4px solid red;
8 background: transparent;
9 position: absolute;
10 right: 15px;
11 top: 18px;
12 }
13
14 .fa {
15 cursor: pointer;
16 }
17
18 .notification-panel {
19 position: absolute;
20 background: darken(grey, 20);
21 right: 0;
22 top: 60px;
23 border: 1px solid darken(grey, 35);
24
25 ul {
26 margin: 0;
27 margin-right: 10px;
28 list-style: none;
29 padding: 10px 5px 0;
30
31 li {
32 border-bottom: 1px solid darken(grey, 35);
33 color: #fff;
34 }
35 }
36 }
37}