Deployment 26.4 v1.3

This commit is contained in:
Nguyen Ha Khue
2023-04-26 18:51:48 +07:00
parent f2def98469
commit 357ee61b54
26 changed files with 198 additions and 636 deletions
@@ -1,8 +1,10 @@
th, td {
th,
td {
text-align: center;
}
.modal-change-status {
// width: 1000px;
.modal-confirm-text {
text-align: center;
@@ -35,12 +37,14 @@ th, td {
}
.modal-confirm-delete {
// width: 1000px;
.modal-confirm-text {
text-align: center;
padding: 20px 8px;
font-weight: 600;
}
.modal-btn-option {
width: 100%;
display: flex;
@@ -56,4 +60,25 @@ th, td {
.modal-confirm-text {
font-weight: 600;
}
:host {
::ng-deep {
.pagination {
&>li {
&.page-item {
&.active {
&>a {
&.page-link {
&>span {
display: none;
}
}
}
}
}
}
}
}
}