This commit is contained in:
@@ -18,10 +18,10 @@
|
|||||||
gap: 48px;
|
gap: 48px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: #21232f;
|
background: #21232f;
|
||||||
animation-name: dropDownAnimation;
|
animation-name: modalAnimation;
|
||||||
animation-duration: 200ms;
|
animation-duration: 200ms;
|
||||||
}
|
}
|
||||||
@keyframes dropDownAnimation {
|
@keyframes modalAnimation {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-10%);
|
transform: translateY(-10%);
|
||||||
|
|||||||
Reference in New Issue
Block a user