move modal animation keyframes definition

ci-fixes
taehoon 5 years ago
parent c217483640
commit 2cadeeb724

@ -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;
}

@ -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>

Loading…
Cancel
Save