รวม code ปรับปรุงตาม change request จากทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-26 13:27:10 +07:00
parent f353f73d17
commit 60dd022bea
29 changed files with 496 additions and 93 deletions

View File

@@ -184,7 +184,7 @@ div.auth-wrapper .alert {
}
.title-login {
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 26px;
margin: 26px 0 8px;
@@ -202,7 +202,7 @@ div.auth-wrapper .alert {
}
.font-remember {
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 26px;
margin-left: 8px;
@@ -266,7 +266,7 @@ div.auth-wrapper .alert {
#sidebar-right .chat-list .chat-item .name {
margin-left: 17px;
color: #67757c;
color: #000000;
font-weight: 700;
font-size: 19px;
text-overflow: ellipsis;
@@ -401,7 +401,7 @@ div.auth-wrapper .alert {
padding: 9px 0;
display: -webkit-box;
display: flex;
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 1
}
@@ -850,7 +850,7 @@ img.custom-avatar {
}
.breadcrumb-item.active {
color: #a2b8bf
color: #000000
}
@media (max-width:768px) {
@@ -862,7 +862,7 @@ img.custom-avatar {
}
label {
color: #67757c;
color: #000000;
font-weight: 700;
font-size: 19px;
margin: 0
@@ -981,12 +981,12 @@ input.is-invalid:focus {
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #67757c transparent transparent;
border-color: #000000 transparent transparent;
border-width: 5px 5px 0
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #67757c;
border-color: transparent transparent #000000;
border-width: 0 5px 5px
}
@@ -1131,7 +1131,7 @@ input.form-control[readonly]~.display-date.form-control {
.file-list>div:nth-child(2) {
font-size: 19px;
font-weight: 700;
color: #67757c
color: #000000
}
.modal {