page loader
This commit is contained in:
@ -8039,6 +8039,10 @@ input.half-field:not(:active):not(:hover) {
|
||||
}
|
||||
}
|
||||
.blink {
|
||||
animation: 1s ease-in-out 2s infinite alternate blink;
|
||||
}
|
||||
|
||||
.loading {
|
||||
animation: 1s ease-in-out 3s infinite alternate blink;
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user