]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
8bee3d8ff4e40aac63a5e84d2f2ee525867af1e3
[ceph.git] /
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-500;
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-500;
26   }
27 }