...
This commit is contained in:
@@ -172,8 +172,14 @@ a, .btn-link {
|
||||
}
|
||||
|
||||
@keyframes loading-pulse {
|
||||
0%, 100% { transform: scale(1); opacity: 0.7; }
|
||||
50% { transform: scale(1.15); opacity: 1; }
|
||||
0%, 100% {
|
||||
transform: scale(1);
|
||||
opacity: 0.7;
|
||||
}
|
||||
50% {
|
||||
transform: scale(1.15);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-title {
|
||||
|
||||
Reference in New Issue
Block a user