]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
cb83a0c021ea8a75013f2844c6cdf5785886eac0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / notifications / notifications.component.scss
1 @import 'defaults';
2
3 .running i {
4 color: $color-primary;
5 }
6
7 .running:hover i {
8 color: white;
9 }
10
11 a {
12 .dot {
13 background-color: $color-primary;
14 border: 2px solid $color-navbar-bg;
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: $color-solid-white;
25 border-color: $color-primary;
26 }
27 }