mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Moved pause-pulse keyframes to game-pause.less
This commit is contained in:
parent
9f3ffdbdbb
commit
966e572491
2 changed files with 14 additions and 14 deletions
|
|
@ -6,4 +6,18 @@
|
|||
margin-top: 24px;
|
||||
animation: pause-pulse 3s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pause-pulse {
|
||||
0% {
|
||||
filter: drop-shadow(0 0 5px @secondary-blue);
|
||||
}
|
||||
|
||||
50% {
|
||||
filter: drop-shadow(0 0 5px @golden);
|
||||
}
|
||||
|
||||
100% {
|
||||
filter: drop-shadow(0 0 5px @secondary-blue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -234,20 +234,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes pause-pulse {
|
||||
0% {
|
||||
filter: drop-shadow(0 0 5px @secondary-blue);
|
||||
}
|
||||
|
||||
50% {
|
||||
filter: drop-shadow(0 0 5px @golden);
|
||||
}
|
||||
|
||||
100% {
|
||||
filter: drop-shadow(0 0 5px @secondary-blue);
|
||||
}
|
||||
}
|
||||
|
||||
// LESS variable versions of core foundry color variables
|
||||
@color-border: var(--color-border);
|
||||
@color-fieldset-border: var(--color-fieldset-border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue