initial commit
This commit is contained in:
37
resources/css/login.css
vendored
Normal file
37
resources/css/login.css
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
body{
|
||||
background-color: #004AAD;
|
||||
}
|
||||
.help-block strong { color: red; }
|
||||
.login_content h1::before { background: none !important; }
|
||||
.login_content h1::after { background: none !important; }
|
||||
.footer-copyright{
|
||||
margin-top: 40%;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
color: #f5f7f9;
|
||||
font-size: 15px;
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.footer-copyright{
|
||||
margin-top: 40%;
|
||||
margin-left: 10px !important;
|
||||
width: 100% !important;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 700px) {
|
||||
.footer-copyright {
|
||||
margin-top: 40%;
|
||||
margin-left: 10px !important;
|
||||
width: 100% !important;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.footer-copyright {
|
||||
margin-top: 600px;
|
||||
margin-left: 10px !important;
|
||||
width: 100% !important;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user