summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/style.css b/style.css
index 6f900c8..8075a27 100644
--- a/style.css
+++ b/style.css
@@ -395,13 +395,11 @@ input[type=checkbox]:not(old) + label > span {
395 border : 0.5px solid white; 395 border : 0.5px solid white;
396 border-radius : 25%; 396 border-radius : 25%;
397 vertical-align : top; 397 vertical-align : top;
398 transform : rotate(360deg); 398 transition : font-size 0.4s;
399 transition : transform 0.3s, font-size 0.4s;
400 font-size : 1pt; 399 font-size : 1pt;
401} 400}
402 401
403input[type=checkbox]:not(old):checked + label > span { 402input[type=checkbox]:not(old):checked + label > span {
404 transform : rotate(0deg);
405 font-size : 17pt; 403 font-size : 17pt;
406} 404}
407 405