From 6d83a513f1a542d066db67ac15dd0809175866df Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 13 Dec 2020 17:25:27 +0100 Subject: [PATCH] Make input field static --- src/main/resources/static/styles/start.css | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/main/resources/static/styles/start.css b/src/main/resources/static/styles/start.css index a550712..203e8a7 100644 --- a/src/main/resources/static/styles/start.css +++ b/src/main/resources/static/styles/start.css @@ -14,28 +14,6 @@ div.userLogin { transform: translate(-50%, -50%); } -input.email_input { - background-color: transparent; - border: transparent; - border-bottom: 2px solid greenyellow; - color: #FFF; - font-size: xx-large; - width: fit-content; -} - -input.password_input { - background-color: transparent; - border: transparent; - color: #FFF; - font-size: medium; - width: fit-content; -} - -label { - color: #FFF; - display: block; -} - #signup_button { display: block; margin: auto; @@ -50,4 +28,26 @@ label { border-radius: 12px; box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25); text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.2); +} + +input.email_input { + background-color: transparent; + border: transparent; + border-bottom: 2px solid greenyellow; + color: #FFF; + font-size: xx-large; + width: 500px; +} + +input.password_input { + background-color: transparent; + border: transparent; + color: #FFF; + font-size: medium; + width: fit-content; +} + +label { + color: #FFF; + display: block; } \ No newline at end of file