1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed flow timers

This commit is contained in:
Fedor Katurov 2019-10-24 16:08:49 +07:00
parent 81cd45f168
commit fa0d3c9932
3 changed files with 5 additions and 14 deletions

View file

@ -13,7 +13,7 @@
width: 100%;
height: 100%;
display: none;
transition: opacity 1s;
transition: opacity 2s;
background: 50% 50% no-repeat;
background-size: cover;
border-radius: $cell_radius;