pop up moves
This commit is contained in:
parent
ab9d502945
commit
0b3fe23cd3
2 changed files with 17 additions and 1 deletions
|
|
@ -56,7 +56,13 @@
|
|||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transform: translate(-50%, -200%);
|
||||
transition: transform 1s ease-in-out;
|
||||
|
||||
}
|
||||
|
||||
.top-notification-good.revealed {
|
||||
transform: translate(-50%, 0%);
|
||||
}
|
||||
.top-notification-good > * {
|
||||
margin: 0 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue