From ffc3c80378d5576cca9da0c00f74bf9e39695e45 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 22 Dec 2021 19:30:17 -0700 Subject: [PATCH] Edit the SCSS to be more SCSSesque --- .../src/components/SciFi-Checkbox.svelte | 105 ++++++++++-------- 1 file changed, 61 insertions(+), 44 deletions(-) diff --git a/web-svelte/src/components/SciFi-Checkbox.svelte b/web-svelte/src/components/SciFi-Checkbox.svelte index 69b4aca..c774a08 100644 --- a/web-svelte/src/components/SciFi-Checkbox.svelte +++ b/web-svelte/src/components/SciFi-Checkbox.svelte @@ -21,7 +21,38 @@ function toggleState() { \ No newline at end of file