aboutsummaryrefslogtreecommitdiff
path: root/static/css/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/input.css')
-rw-r--r--static/css/input.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/input.css b/static/css/input.css
index 4804d89..3c6acc2 100644
--- a/static/css/input.css
+++ b/static/css/input.css
@@ -41,6 +41,7 @@ main {
.peer:checked + div .toggle-dot {
transform: translateX(100%);
}
+
.toggle-dot {
transition: transform 0.1s ease-in-out;
}
@@ -49,4 +50,4 @@ main {
height: 12rem !important; /* equivalent to h-48 */
width: auto !important;
aspect-ratio: 16 / 9 !important;
-} \ No newline at end of file
+}