From aa17ffb8d82490b1c05b34ac0dd2607622fafed2 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 30 May 2022 16:13:42 +1000 Subject: Reorganised project structure --- forms.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 forms.css (limited to 'forms.css') diff --git a/forms.css b/forms.css deleted file mode 100644 index b3dca29..0000000 --- a/forms.css +++ /dev/null @@ -1,35 +0,0 @@ -.checkbox-group { - display: flex; - /* align-items: ; */ - width: 100%; - padding: 0.5rem; -} -.checkbox-group input[type="checkbox"] { - background-color: transparent; - border: 2px solid var(--black) !important; - border-radius: 3px; - padding: 0 !important; - height: 1rem; - width: 1rem; - /* margin: 1rem; */ - margin-top: 0.25rem; - -webkit-appearance: none; - appearance: none; - flex-shrink: 0; - flex-grow: 0; -} -.checkbox-group input[type="checkbox"]:checked { - /* background-color: var(--light-navy); */ - border: 2px solid var(--black) !important; - background-image: url(img/check.png); - background-size: contain; -} -.checkbox-group label { - /* margin: 0.5rem; */ - /* display: inline-block; */ - column-gap: 1rem; - padding-left: 1rem; - margin: 0; - font-weight: normal; - font-size: var(--font-size-16); -} \ No newline at end of file -- cgit v1.2.3