login ui modified

This commit is contained in:
Yan
2017-10-03 14:11:12 +06:30
parent f9ec0da867
commit c28751a8e0
7 changed files with 194 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -3,14 +3,33 @@
@import "animate-css/animate";
@import "BSBMaterial/style";
.login_dashboard{
background-color: #2790a5;
}
.login-page {
margin: 1% auto;
background-color: #2790a5;
}
.form-group {
margin-bottom: 15px;
}
.emp-body{
cursor: pointer;
margin-bottom: 0px !important;
margin-top:5px !important;
}
.emp-body .body{
padding: 15px 5px;
text-align: center;
border-radius: 3px;
}
.empBtn{
margin-top: -10px;
}
.padding-10 {
padding: 10px;
}