From 98776a15c3d8712b6fa3c5b6c807b9d4fb6d9726 Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Wed, 8 Nov 2023 16:48:26 +0200 Subject: [PATCH] Fix checkbox styling --- app/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/globals.css b/app/globals.css index a0def72..c1f2bf6 100644 --- a/app/globals.css +++ b/app/globals.css @@ -80,6 +80,16 @@ } } } + & li[role=checkbox] { + text-indent: 1.2rem; + } + + & li[role=checkbox]::before { + transform: translate(6px, 6px); + } + & li[role=checkbox]::after { + transform: translate(6px, 6px) rotate(45deg); + } } .api-ref-nav > a {