diff options
| author | akiyamn | 2022-05-30 16:13:42 +1000 |
|---|---|---|
| committer | akiyamn | 2022-05-30 16:13:42 +1000 |
| commit | aa17ffb8d82490b1c05b34ac0dd2607622fafed2 (patch) | |
| tree | 0e855ee7606df83c9fc0c27ec609efc78106ee08 /forms.css | |
| parent | ce6bb6228cd032e67c4b3af588eb07808678623f (diff) | |
| download | css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.tar.gz css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.zip | |
Reorganised project structure
Diffstat (limited to 'forms.css')
| -rw-r--r-- | forms.css | 35 |
1 files changed, 0 insertions, 35 deletions
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 |
