From 7f791670bacd06456694ae73942d2f7a1c936775 Mon Sep 17 00:00:00 2001 From: Christopher Solanilla Date: Fri, 27 Sep 2024 13:11:18 -0400 Subject: [PATCH] removes space sto tabs --- src/components/checkbox-button.scss | 54 ++++++++++++++--------------- src/components/my-widgets-page.scss | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/components/checkbox-button.scss b/src/components/checkbox-button.scss index 343c518b3..ba9eaf6ac 100644 --- a/src/components/checkbox-button.scss +++ b/src/components/checkbox-button.scss @@ -1,44 +1,44 @@ .CheckboxButton { - padding: 1.5px; - cursor: pointer; - background-color: lightgray; - color: black; - text-align: center; - border-radius: 4px; - // min-width: 80px; - display: flex; - justify-content: space-between; - align-items: center; - outline: none; + padding: 1.5px; + cursor: pointer; + background-color: lightgray; + color: black; + text-align: center; + border-radius: 4px; + // min-width: 80px; + display: flex; + justify-content: space-between; + align-items: center; + outline: none; } .CheckboxButton label { - font-size: 0.7rem; - cursor: pointer; - font-weight: normal; + font-size: 0.7rem; + cursor: pointer; + font-weight: normal; } .CheckboxButton input { - clip: rect(0 0 0 0); - clip-path: inset(50%); - height: 1px; - overflow: hidden; - position: absolute; - white-space: nowrap; - width: 1px; + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; } .CheckboxButton.on { - background-color: #d9a0ff; - color: black; + background-color: #d9a0ff; + color: black; } .CheckboxButton.off { - background-color: #5e5c5c; - color: white; + background-color: #5e5c5c; + color: white; } .CheckboxButton.focused { - outline: 3px solid #3b82f6; - // outline-offset: 2px; + outline: 3px solid #3b82f6; + // outline-offset: 2px; } diff --git a/src/components/my-widgets-page.scss b/src/components/my-widgets-page.scss index fbfdd20b3..1a75d0eaa 100644 --- a/src/components/my-widgets-page.scss +++ b/src/components/my-widgets-page.scss @@ -118,7 +118,7 @@ .filtersGroup { display: flex; - gap: 5px; + gap: 5px; padding-bottom: 0.5rem; padding-top: 0.1rem; }