]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
1379cfb600fcc2bd05db747b87e4902f3fc97cc2
[ceph.git] /
1 @use './src/styles/defaults/bootstrap-defaults' as bd;
2
3 .running i {
4   color: bd.$primary;
5 }
6
7 .running:hover i {
8   color: bd.$white;
9 }
10
11 a {
12   .dot {
13     background-color: bd.$color-primary;
14     border: 2px solid bd.$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: bd.$color-solid-white;
25     border-color: bd.$color-primary;
26   }
27 }