1
0
Fork 0

Login form changes

This commit is contained in:
g 2020-09-15 21:10:56 +02:00
commit 281dd2d742
3 changed files with 40 additions and 23 deletions

View file

@ -1,6 +1,8 @@
.btn, .btn,
input[type="button"], input[type="button"],
.button { .button,
#btn,
input[type="submit"] {
box-shadow: none; box-shadow: none;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
@ -8,7 +10,6 @@ input[type="button"],
font-weight: bold; font-weight: bold;
letter-spacing: 1.5em; letter-spacing: 1.5em;
background-color: transparent; background-color: transparent;
&:hover { &:hover {
color: #ceccd2; color: #ceccd2;
box-shadow: none; box-shadow: none;

View file

@ -1,5 +1,4 @@
.card { .card {
//box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
box-shadow: none; box-shadow: none;
border: none; border: none;
border-radius: 0px; border-radius: 0px;
@ -13,7 +12,8 @@
border: 0; border: 0;
} }
.enrichedHeadline .title, .card-title { .enrichedHeadline .title,
.card-title {
position: relative; position: relative;
font-weight: 300 !important; font-weight: 300 !important;
} }

View file

@ -1,8 +1,24 @@
#loginPage .loginSection {
margin-top: 12%;
}
.loginForm { .loginForm {
h2.card-title { & i#icon-user icon,
text-align: center; & i#icon-locked icon,
} & input[name="login_form_rememberme"],
p#piwik { & label[for="login_form_rememberme"] {
display: none; display: none;
} }
& h2.card-title {
text-align: center;
}
& p#piwik {
display: none;
}
& input#login_form_submit {
width: 100%;
}
& a#login-form-nav {
font-size: 0.5em;
}
} }