From d955be3ed515576ba7c81bf47ea1ce690f76c02f Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 24 Sep 2021 17:20:33 -0400 Subject: [PATCH] Update custom checkbox style --- server/styles.css | 12 ++++-------- server/templates/community.hbs | 33 +++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/server/styles.css b/server/styles.css index 71b036caa75373d50622c648e7a1904620aa20fb..7fb6209947f25a350b6bd81e00eff24b9cc4f74c 100644 --- a/server/styles.css +++ b/server/styles.css @@ -100,7 +100,6 @@ .checkbox__control { width: 1.5rem; height: 1.5rem; - border: 1px solid white; } .checkbox__control svg { @@ -108,14 +107,11 @@ transform-origin: center center; } - .checkbox__input { - - } - - .checkbox__input * { - + .checkbox__brackets { + left: -1px; + top: -1px; } - + .checkbox__input input { opacity: 0; width: 1.5rem; diff --git a/server/templates/community.hbs b/server/templates/community.hbs index 70ad8e66177800a4af1fcf332251a259cb7a0151..6ef8cdd93f9a4c4334ee58b76c578b292796bba2 100644 --- a/server/templates/community.hbs +++ b/server/templates/community.hbs @@ -8,8 +8,14 @@