1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Additions

This commit is contained in:
2020-05-20 18:00:14 +02:00
parent f5917de5d0
commit 6174ffb84e
8 changed files with 151 additions and 81 deletions

View File

@ -50,6 +50,20 @@ body{
}
}
// Animations
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.rotate {
animation: rotation .8s infinite linear;
}
/*Override*/
.modal{
.modal-overlay,