Initial commit
This commit is contained in:
36
css/login.css
Normal file
36
css/login.css
Normal file
@@ -0,0 +1,36 @@
|
||||
body.login{
|
||||
background-color: #e0e0e0;
|
||||
height: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
section.login{
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
padding-top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.login .illustration{
|
||||
width: 100%;
|
||||
line-height: 100%!important;
|
||||
background: url('../img/login.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.login button[type=submit]{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
.login .illustration{
|
||||
display: none;
|
||||
}
|
||||
section.login{
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
padding-top: 100%;
|
||||
}
|
||||
}
|
||||
11832
css/uikit-rtl.css
Normal file
11832
css/uikit-rtl.css
Normal file
File diff suppressed because it is too large
Load Diff
1
css/uikit-rtl.min.css
vendored
Normal file
1
css/uikit-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
11832
css/uikit.css
Normal file
11832
css/uikit.css
Normal file
File diff suppressed because it is too large
Load Diff
1
css/uikit.min.css
vendored
Normal file
1
css/uikit.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user