mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-09 06:08:10 +02:00
Experimented with hope/fear pulsed text and the DhCompatible logo
This commit is contained in:
parent
a148aa3bcb
commit
47a852754c
7 changed files with 37 additions and 0 deletions
9
styles/less/ui/game-pause/game-pause.less
Normal file
9
styles/less/ui/game-pause/game-pause.less
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@import '../../utils/mixin.less';
|
||||
|
||||
#pause.paused {
|
||||
figcaption {
|
||||
position: absolute;
|
||||
margin-top: 24px;
|
||||
animation: pause-pulse 3s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
1
styles/less/ui/game-pause/index.less
Normal file
1
styles/less/ui/game-pause/index.less
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import './game-pause.less';
|
||||
Loading…
Add table
Add a link
Reference in a new issue