background highlight equip slots
This commit is contained in:
parent
c444ae7d78
commit
03a0953b46
@ -361,12 +361,16 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
.equipping, .receiving {
|
.equipping, .receiving {
|
||||||
transition: border-color 0.5s ease-in;
|
animation: eq 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
|
||||||
transition-duration: 0.25s;
|
}
|
||||||
transition-delay: 0;
|
|
||||||
transition-timing-function: ease;
|
|
||||||
|
|
||||||
border: 2px dashed @gray-hint;
|
@keyframes eq {
|
||||||
|
from {
|
||||||
|
background: @black;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
background: @gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.thresholds {
|
.thresholds {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user