Login form changes
This commit is contained in:
parent
7b1f9ec477
commit
281dd2d742
3 changed files with 40 additions and 23 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,20 @@
|
||||||
.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;
|
|
||||||
|
|
||||||
.card-content {
|
.card-content {
|
||||||
padding: 5px 20px 20px 20px !important;
|
padding: 5px 20px 20px 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-table {
|
.card-table {
|
||||||
margin: 0 -20px !important;
|
margin: 0 -20px !important;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.enrichedHeadline .title, .card-title {
|
.enrichedHeadline .title,
|
||||||
position: relative;
|
.card-title {
|
||||||
font-weight: 300 !important;
|
position: relative;
|
||||||
}
|
font-weight: 300 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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"],
|
||||||
|
& label[for="login_form_rememberme"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
& h2.card-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
& p#piwik {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
& input#login_form_submit {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
p#piwik {
|
& a#login-form-nav {
|
||||||
display: none;
|
font-size: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue