move modal animation keyframes definition

This commit is contained in:
taehoon 2019-10-21 15:37:14 -04:00
parent c217483640
commit 2cadeeb724
2 changed files with 9 additions and 9 deletions

View File

@ -705,15 +705,6 @@ nav {
}
}
@keyframes modal-background-fadein {
from {
background-color: rgba(0, 0, 0, 0);
}
to {
background-color: rgba(0, 0, 0, 0.5);
}
}
.button-icon {
font-size: 1.2em;
}

View File

@ -31,4 +31,13 @@
opacity: 0;
}
}
@keyframes modal-background-fadein {
from {
background-color: rgba(0, 0, 0, 0);
}
to {
background-color: rgba(0, 0, 0, 0.5);
}
}
</style>