Update snippets

This commit is contained in:
Angelos Chalaris
2020-04-20 13:34:04 +03:00
parent d35dab24c3
commit 3077d4c71f
27 changed files with 141 additions and 386 deletions

View File

@ -21,7 +21,7 @@ Creates a pulse effect loader animation using the `animation-delay` property.
.ripple-loader div {
position: absolute;
border: 4px solid #76ff03;
border: 4px solid #454ADE;
border-radius: 50%;
animation: ripple-loader 1s ease-out infinite;
}