From 36afe3c69b4ff052fbfa1fcb0e5b43b6b325c80d Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 2 Aug 2024 01:05:20 +0300 Subject: [PATCH] Smoother checkbox animation --- sass/_input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_input.scss b/sass/_input.scss index a34a6c5..a688264 100644 --- a/sass/_input.scss +++ b/sass/_input.scss @@ -12,7 +12,7 @@ input[type="checkbox"] { &::before { display: block; position: absolute; - transform: scale(0); + transform: scale(0.5); opacity: 0; transition: var(--transition); background-color: white;