From 90fb46fb0e12e5b9ea947b0123b44cdae7c0684a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Oct 2022 21:49:55 +0200 Subject: [PATCH] add effect of reset button --- css/admin.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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); }