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