From 3f0e07cba22f5ff8505abbc8d401665070ecb71f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 8 May 2024 17:04:50 +0200 Subject: [PATCH] styled the login_panel --- res/index/style.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/res/index/style.css b/res/index/style.css index d46b061..94a8f93 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -72,7 +72,7 @@ body padding: 5vh; position: relative; - border: solid 1px black; + border: solid 1px #3E392F; border-radius: 0.5vh 0.5vh; background: #6F7270; } @@ -80,11 +80,27 @@ body #login_pane * { padding: 1vh; + + display: flex; + flex-direction: column; + align-items:center; + + font-size: 2vh; } -#sub_btn_div +#login_pane input { - padding-top: 7vh; + margin-top: 1vh; + border: 1px solid #3E392F; + border-radius: 0.5vh 0.5vh; + + background-color: #C1BFBE; +} + +#sub_btn +{ + padding-right: 2vh; + padding-left: 2vh; } #login_buttons