mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 20:01:17 +00:00
Deployment 26.4 v1.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user