first commit
This commit is contained in:
113
admin-kalsport/themes/default/scss/controllers/_login.scss
Normal file
113
admin-kalsport/themes/default/scss/controllers/_login.scss
Normal file
@@ -0,0 +1,113 @@
|
||||
#login {
|
||||
min-height: 100%;
|
||||
padding-bottom: 45px;
|
||||
}
|
||||
|
||||
#shop-img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 69.5px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#login-header {
|
||||
padding-top: 40px;
|
||||
margin-bottom: 30px;
|
||||
color: #6d6d6d;
|
||||
|
||||
h1,
|
||||
h4 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#login-panel {
|
||||
width: 500px;
|
||||
margin: 0 auto;
|
||||
|
||||
.form-control {
|
||||
height: inherit !important;
|
||||
padding: 10px 8px !important;
|
||||
}
|
||||
@media (max-width: $screen-phone) {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.panel {
|
||||
@include border-radius(0);
|
||||
@include box-shadow(0 1px 3px rgba(0,0,0,0.3));
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
height: inherit;
|
||||
margin: 0 -20px -20px;
|
||||
}
|
||||
|
||||
.flip-container {
|
||||
margin-top: 115px;
|
||||
@include perspective(1000px);
|
||||
|
||||
&.flip {
|
||||
.flipper {
|
||||
@include rotateY(180deg);
|
||||
}
|
||||
|
||||
.back {
|
||||
@include backface-visibility(visible);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flipper {
|
||||
position: relative;
|
||||
@include transition-duration(0.6s);
|
||||
@include transform-style ();
|
||||
}
|
||||
|
||||
.front,
|
||||
.back {
|
||||
width: 100%;
|
||||
padding: 40px;
|
||||
transition: 0.6s;
|
||||
@include backface-visibility(hidden);
|
||||
}
|
||||
|
||||
.front {
|
||||
@include rotateY(0);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.back {
|
||||
z-index: 1;
|
||||
display: none;
|
||||
@include rotateY(180deg);
|
||||
}
|
||||
|
||||
#shop_name,
|
||||
#reset_name,
|
||||
#reset_confirm_name,
|
||||
#forgot_name,
|
||||
#forgot_confirm_name {
|
||||
font-family: $font-family-sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#login_form {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
#remind-me {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#login-footer {
|
||||
margin-top: 20px;
|
||||
|
||||
a {
|
||||
color: #a0aab5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user