mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 13:38:44 +00:00
84 lines
1.5 KiB
SCSS
84 lines
1.5 KiB
SCSS
th,
|
|
td {
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-change-status {
|
|
|
|
// width: 1000px;
|
|
.modal-confirm-text {
|
|
text-align: center;
|
|
padding: 20px 8px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.modal-select-option {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
|
|
select {
|
|
padding: 12px 20px;
|
|
}
|
|
}
|
|
|
|
.modal-btn-option {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
padding-bottom: 20px;
|
|
|
|
.width-btn {
|
|
width: 110px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal-confirm-delete {
|
|
|
|
// width: 1000px;
|
|
.modal-confirm-text {
|
|
text-align: center;
|
|
padding: 20px 8px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.modal-btn-option {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
padding-bottom: 20px;
|
|
|
|
.width-btn {
|
|
width: 110px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal-confirm-text {
|
|
font-weight: 600;
|
|
}
|
|
|
|
|
|
:host {
|
|
::ng-deep {
|
|
.pagination {
|
|
&>li {
|
|
&.page-item {
|
|
&.active {
|
|
&>a {
|
|
&.page-link {
|
|
&>span {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |