diff --git a/databaseFiles/database.db b/databaseFiles/database.db index 7c21ce8..50fa5da 100644 Binary files a/databaseFiles/database.db and b/databaseFiles/database.db differ diff --git a/static/css/style.css b/static/css/style.css index d097564..0a5ebcd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -48,30 +48,7 @@ nav h1 { .disclaimer{ margin:50px 0 50px 0; } -.input__field:focus-.input__label{ - color: var(--primary); -} -.input__field:focus { - outline: 1.5px solid var(--primary); -} -.input__field__user:focus { - outline: 1.5px solid var(--primary); -} -.input__field__user:focus-.input__label{ - color: var(--primary); -} -.input__icon{ - position: absolute; - right:0.5rem; - bottom: -0.2rem; - width: 1.75rem; - height: 1.75rem; - transform: translate(-25%, -25%); - transform-origin: center; - cursor: pointer; -} .box{ - background: var(--box-background); padding: 1.5rem; max-width: fit-content; width: 100%; @@ -80,12 +57,11 @@ nav h1 { } .input__wrapper{ position:relative; - padding: 3rem 0 0; + padding: 1rem 0 0; } .input__field { font-size: 1rem; border-radius: 0.25rem; - color: var(--secondary); padding: 0.5rem; border: 1px solid #000; padding-right: 2rem; @@ -93,21 +69,10 @@ nav h1 { transition: all 0.2s; width:100%; } -.input__field__user { - border: 1px solid #000; - font-size: 1rem; - border-radius: 0.25rem; - color: var(--secondary); - padding: 0.5rem; - padding-right: 2rem; - background: transparent; - transition: all 0.2s; -} .input__field:placeholder-shown ~.input__label { font-size: 1rem; cursor: text; - color: var(--secondary); top: 1.5rem; } label, @@ -115,30 +80,9 @@ label, position: absolute; top: 0.075rem; padding: 1 0.05rem; - background-color: var(--box-background); - display: block; - font-size: 1.5rem; - left: 0.5rem; - color: var(--secondary); - transition: 0.3s; -} -.input__field__user:placeholder-shown -~.input__label { - font-size: 1rem; - cursor: text; - color: var(--secondary); - top: 1.5rem; -} -label, -.input__field__user:focus~.input__label{ - position: absolute; - top: 0.075rem; - padding: 1 0.05rem; - background-color: var(--box-background); display: block; font-size: 1.5rem; left: 0.5rem; - color: var(--secondary); transition: 0.3s; } .container { diff --git a/templates/home.html b/templates/home.html index 9529bdc..7af49f8 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,12 +1,7 @@ {% extends 'layout.html' %} {% block content %} -