mad circles
This commit is contained in:
parent
8e8a6a3673
commit
0c8f0f819c
@ -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 {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user