highlight potential inv combos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user