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,
|
||||
input[type="button"],
|
||||
.button {
|
||||
.button,
|
||||
#btn,
|
||||
input[type="submit"] {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -8,7 +10,6 @@ input[type="button"],
|
|||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
color: #ceccd2;
|
||||
box-shadow: none;
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
.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;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
|
||||
.card-content {
|
||||
padding: 5px 20px 20px 20px !important;
|
||||
}
|
||||
.card-content {
|
||||
padding: 5px 20px 20px 20px !important;
|
||||
}
|
||||
|
||||
.card-table {
|
||||
margin: 0 -20px !important;
|
||||
border: 0;
|
||||
}
|
||||
.card-table {
|
||||
margin: 0 -20px !important;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.enrichedHeadline .title, .card-title {
|
||||
position: relative;
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
}
|
||||
.enrichedHeadline .title,
|
||||
.card-title {
|
||||
position: relative;
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,24 @@
|
|||
#loginPage .loginSection {
|
||||
margin-top: 12%;
|
||||
}
|
||||
|
||||
.loginForm {
|
||||
h2.card-title {
|
||||
text-align: center;
|
||||
& i#icon-user icon,
|
||||
& 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 {
|
||||
display: none;
|
||||
& a#login-form-nav {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue