diff --git a/css/admin.css b/css/admin.css index 756d7ee..086d0d7 100644 --- a/css/admin.css +++ b/css/admin.css @@ -163,4 +163,15 @@ position: relative; top: -8px; left: 5px; + transition-duration: 0.8s; + transition-property: transform; + transform: rotate(360deg); +} + +.btn-reset--down { + top: 2px; +} + +.btn-reset--progress { + transform: rotate(-359deg); }