From 38b57e8f8bee896a24dfa754fa992ad92f9330bb Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 2 Dec 2022 20:10:47 -0500 Subject: manage/peer: ENROLL PEERS HELL YEAH --- app/static/scss/style.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'app/static/scss/style.scss') diff --git a/app/static/scss/style.scss b/app/static/scss/style.scss index 7c8760c..801572d 100644 --- a/app/static/scss/style.scss +++ b/app/static/scss/style.scss @@ -96,3 +96,28 @@ label+input { margin: 0 30% 0 4%; } +// Tables +table { + border-collapse: collapse; + border-spacing: 10px; + width: 50%; + td { + padding-top: 0.5rem; + padding-left: 1.5rem; + } +} + +td, th { + border-left: 1px solid $color-fg; + border-bottom: 1px solid $color-fg; + width: 1.5rem; +} +tr:last-child { + td { + border-bottom: none; + } +} + +td:first-child, th:first-child { + border-left: none; +} -- cgit v1.2.3