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 {
animation: equipping 2s infinite ease-in-out alternate;
}
@keyframes equipping {
from {
border-color: #444;
}
to {
transition: border-color 0.5s ease-in;
border-color: whitesmoke;
}
border-width: 2px;
}
.thresholds {

View File

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