1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-08 21:20:49 +02:00

Spinner tweaks

This commit is contained in:
Angelos Chalaris
2016-11-25 14:32:50 +02:00
parent 2a0d9c3fff
commit 4f30eba776
4 changed files with 5 additions and 2 deletions

View File

@@ -1198,6 +1198,7 @@ progress {
border-radius: 50%;
width: 20px;
height: 20px;
-webkit-animation: spinner-donut-anim 1.2s linear infinite;
animation: spinner-donut-anim 1.2s linear infinite; }
.hidden {