cập nhật tính năng quản trị phòng ban

This commit is contained in:
2020-10-07 17:29:30 +07:00
parent 586be80cf6
commit 2d15fc1c14
22 changed files with 1041 additions and 72 deletions

View File

@@ -228,4 +228,30 @@ table > tbody > tr.success >td>a {
}
.box-header{
border-bottom: 1px solid #cecece;
}
.skin-blue .main-header .logo{
background-color: #3c8dbc !important;
}
.content{
padding: 0 !important;
}
.content-header{
padding: 0 !important;
}
.action-button{
padding: 10px;
margin: 0;
cursor: pointer;
font-weight: inherit;
}
.action-button:hover{
font-weight: bold;
background: #b2d7ec;
border: 1px solid #3c8dbc;
}
.modal-header{
padding: 10px;
background: #b2d7ec;
}