mad circles

This commit is contained in:
ntr 2019-07-23 19:09:35 +10:00
parent 8e8a6a3673
commit 0c8f0f819c
2 changed files with 8 additions and 11 deletions

View File

@ -349,17 +349,9 @@
// } // }
.equipping { .equipping {
animation: equipping 2s infinite ease-in-out alternate; transition: border-color 0.5s ease-in;
} border-color: whitesmoke;
border-width: 2px;
@keyframes equipping {
from {
border-color: #444;
}
to {
border-color: whitesmoke;
}
} }
.thresholds { .thresholds {

View File

@ -79,6 +79,10 @@
border: 1px solid @white; border: 1px solid @white;
// overwrite the classes on white svg elements // overwrite the classes on white svg elements
svg {
stroke-width: 8px;
}
ellipse.white { ellipse.white {
stroke: black; stroke: black;
} }
@ -90,6 +94,7 @@
polygon.white { polygon.white {
stroke: black; stroke: black;
} }
} }
} }