fix(login): fix styles issues

This commit is contained in:
nixa 2016-06-16 15:49:06 +03:00
parent f6f843f1e9
commit 3ec1fc3304
2 changed files with 2 additions and 16 deletions

View file

@ -1,28 +1,14 @@
@import 'conf/conf'; @import 'conf/conf';
main {
min-height: 520px;
height: 100%;
}
$text-color: #ffffff; $text-color: #ffffff;
.form-control, .form-control:focus {
@include placeholderStyle($text-color, 0.9);
background-color: rgba(0, 0, 0, .4);
border-radius: 5px;
color: $text-color;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
@include placeholderStyle($text-color, 0.6);
}
.auth-main { .auth-main {
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%; height: 100%;
width: 100%; width: 100%;
position: relative; position: absolute;
} }
.auth-block { .auth-block {

View file

@ -66,7 +66,7 @@ a {
.al-footer { .al-footer {
height: 34px; height: 34px;
padding: 0px 18px 0 $left-space; padding: 0 18px 0 200px;
width: 100%; width: 100%;
position: absolute; position: absolute;
display: block; display: block;