mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(login): fix styles issues
This commit is contained in:
parent
f6f843f1e9
commit
3ec1fc3304
2 changed files with 2 additions and 16 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue