highlight potential inv combos

This commit is contained in:
Mashy
2019-10-16 14:20:44 +10:00
parent 1abe4ed08e
commit 5dbdc3762f
2 changed files with 27 additions and 1 deletions
+13
View File
@@ -82,6 +82,10 @@ svg {
animation: bg 2s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite alternate;
}
.combo-border {
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
@keyframes rg {
from {
border-color: @red;
@@ -109,6 +113,15 @@ svg {
}
}
@keyframes co {
from {
border-color: @white;
}
to {
border-color: @gray-box;
}
}
button {
&.blue {
border-color: @blue;