Skip to content

Commit

Permalink
Fix(CSS) Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Nov 6, 2023
1 parent a7e5283 commit e3927d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,27 +412,27 @@ h1 {
}

.ajax-loader .paw:nth-child(1) {
animation-delay: 0.25s;
animation-delay: 1.25s;
}

.ajax-loader .paw:nth-child(2) {
animation-delay: 0s;
animation-delay: 1s;
}

.ajax-loader .paw:nth-child(3) {
animation-delay: -0.25s;
animation-delay: 0.75s;
}

.ajax-loader .paw:nth-child(4) {
animation-delay: -0.5s;
animation-delay: 0.5s;
}

.ajax-loader .paw:nth-child(5) {
animation-delay: -0.75s;
animation-delay: 0.25s;
}

.ajax-loader .paw:nth-child(6) {
animation-delay: -1s;
animation-delay: 0s;
}

.ajax-loader .paw.no-cssanimations {
Expand Down

0 comments on commit e3927d9

Please sign in to comment.