From faa72ee06996b72ca82e7465f60a6fa0ba3d2453 Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Tue, 1 Oct 2024 13:32:55 -0600 Subject: [PATCH] Fix whitespace --- static/css/login.css | 14 +++++++------- static/css/login_basic.css | 20 ++++++++++---------- static/css/styles.css | 20 ++++++++++---------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/static/css/login.css b/static/css/login.css index 068d728..5961974 100644 --- a/static/css/login.css +++ b/static/css/login.css @@ -52,16 +52,16 @@ p, a, .normal-text { border-radius: 10px; margin: 20px; background-color: #27272750; - color: white; + color: white; } .login-btn { - padding: 10px 20px; - text-decoration: none; - border-radius: 6px; - font-size: 1rem; - cursor: pointer; - margin: 35px 0 25px 0; + padding: 10px 20px; + text-decoration: none; + border-radius: 6px; + font-size: 1rem; + cursor: pointer; + margin: 35px 0 25px 0; background-color: green; color: white; diff --git a/static/css/login_basic.css b/static/css/login_basic.css index 689b54b..8358379 100644 --- a/static/css/login_basic.css +++ b/static/css/login_basic.css @@ -37,16 +37,16 @@ input::placeholder { } button { - padding: 10px 20px; - text-decoration: none; - border: 2px solid; - border-radius: 6px; - box-shadow: black 2px 2px 3px 0; - background-color: white; - font-size: 1rem; - cursor: pointer; - margin: 35px 0 25px 0; - color: blue; + padding: 10px 20px; + text-decoration: none; + border: 2px solid; + border-radius: 6px; + box-shadow: black 2px 2px 3px 0; + background-color: white; + font-size: 1rem; + cursor: pointer; + margin: 35px 0 25px 0; + color: blue; } a { diff --git a/static/css/styles.css b/static/css/styles.css index d087f10..c72d56c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -180,16 +180,16 @@ nav { } form { - position: absolute; - left: 50%; - top: 50%; + position: absolute; + left: 50%; + top: 50%; transform: translate(-50%, -50%); - border: 2px solid black; - border-radius: 10px; - width: min(calc(100vw - 110px), 900px); - height: min(calc(100lvh - 250px), 440px); - background: white; - box-shadow: black 5px 5px 5px -3px; + border: 2px solid black; + border-radius: 10px; + width: min(calc(100vw - 110px), 900px); + height: min(calc(100lvh - 250px), 440px); + background: white; + box-shadow: black 5px 5px 5px -3px; visibility: hidden; opacity: 0; transition: visibility 1s, top .5s, opacity .5s linear; @@ -199,7 +199,7 @@ form { } form:target { - top: 48%; + top: 48%; visibility: visible; opacity: 1; transition: visibility 0s, top .5s, opacity .5s linear;