highlight animation hurrr
This commit is contained in:
@@ -85,6 +85,10 @@
|
||||
.effects {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
&.highlight {
|
||||
animation: highlight 1s infinite alternate;
|
||||
}
|
||||
}
|
||||
|
||||
.game-construct .name {
|
||||
@@ -93,6 +97,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes highlight {
|
||||
from {
|
||||
background: @black;
|
||||
}
|
||||
to {
|
||||
background: @silver;
|
||||
}
|
||||
}
|
||||
|
||||
.game-construct {
|
||||
display: grid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user