mad circles
This commit is contained in:
parent
8e8a6a3673
commit
0c8f0f819c
@ -349,17 +349,9 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
.equipping {
|
.equipping {
|
||||||
animation: equipping 2s infinite ease-in-out alternate;
|
transition: border-color 0.5s ease-in;
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes equipping {
|
|
||||||
from {
|
|
||||||
border-color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
border-color: whitesmoke;
|
border-color: whitesmoke;
|
||||||
}
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thresholds {
|
.thresholds {
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user