diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 | ||
403 | input[type=checkbox]:not(old):checked + label > span { | 402 | input[type=checkbox]:not(old):checked + label > span { |
404 | transform : rotate(0deg); | ||
405 | font-size : 17pt; | 403 | font-size : 17pt; |
406 | } | 404 | } |
407 | 405 | ||