css form user registrer & log in

This commit is contained in:
2023-11-23 15:00:55 +01:00
parent 0eb7f122f1
commit 552540b504
6 changed files with 60 additions and 64 deletions
+24 -27
View File
@@ -15,16 +15,6 @@
border: none !important;
cursor: pointer; }
.form-submit {
background-color: white;
border: solid black 1px;
text-transform: uppercase;
padding: 1rem;
height: 5rem !important;
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: 300; }
.mailto {
text-decoration: underline; }
@@ -130,7 +120,7 @@
flex: 0 0 100%; }
.layout-content {
padding-top: 7rem;
padding-top: 3rem;
padding-bottom: 6rem;
width: 60%;
margin: auto; }
@@ -285,6 +275,28 @@ footer {
display: flex;
flex-direction: column; }
label {
padding-bottom: 0.5rem; }
input {
height: 2rem; }
.form-submit {
background-color: white;
border: solid black 1px;
text-transform: uppercase;
padding: 1rem;
height: 5rem !important;
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: 300; }
#user-login-form .form-item {
flex-direction: row;
margin: 1rem; }
#user-login-form .form-item label {
padding-right: 0.5rem; }
/*pages*/
.home-page-layout-content .layout--onecol {
margin: auto;
@@ -304,19 +316,4 @@ footer {
.user--register h1 {
font-size: 3rem !important;
font-weight: normal; }
.user--register .form-item {
display: flex;
flex-direction: column; }
.user--register #user-register-form .form-item {
display: flex;
flex-direction: column;
padding-bottom: 1rem; }
.user--register #user-register-form label {
padding-bottom: 0.5rem; }
.user--register #user-register-form input {
height: 2rem; }
font-weight: 600; }