dev: fixed formatting
This commit is contained in:
parent
5e2a0f8e78
commit
92b47e6519
1 changed files with 18 additions and 18 deletions
|
|
@ -692,8 +692,7 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.backdropImageFadeIn
|
||||
{
|
||||
.backdropImageFadeIn {
|
||||
transform-origin: bottom left;
|
||||
animation: scaleUp 3s ease-out forwards;
|
||||
}
|
||||
|
|
@ -720,6 +719,7 @@ html {
|
|||
transform: translateY(-90%);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translateY(-100%);
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue