]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
5729f7625991bcd1c43152f13717bca2076da262
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / notifications / notifications.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 .running i {
4 color: vv.$primary;
5 }
6
7 .running:hover i {
8 color: vv.$white;
9 }
10
11 a {
12 .dot {
13 background-color: vv.$primary;
14 border: 2px solid vv.$secondary;
15 border-radius: 50%;
16 height: 11px;
17 position: absolute;
18 right: 17px;
19 top: 10px;
20 width: 10px;
21 }
22
23 &:hover .dot {
24 background-color: vv.$white;
25 border-color: vv.$primary;
26 }
27 }