implement scheduled order type

This commit is contained in:
2025-10-29 20:41:26 +03:00
parent 144cfa3f3a
commit ab5d0da47e
18 changed files with 219 additions and 82 deletions

View File

@@ -384,17 +384,22 @@ label {
transition: background-color 5000s ease-in-out 0s !important;
}
/* Style for the select component and its dropdown */
:where(.ant-select .ant-select-selection-item) {
/* Styles scoped to orderTypeSelectContainer dropdown */
.order-type-select-dropdown :where(.ant-select .ant-select-selection-item) {
font-size: 12px !important;
font-weight: 700 !important;
text-align: center;
}
.menu-select-container :where(.ant-select .ant-select-arrow) {
.order-type-select-dropdown :where(.ant-select .ant-select-arrow) {
font-weight: 600 !important;
color: black;
}
.menu-select-container :where(.ant-select-dropdown .ant-select-item) {
.order-type-select-dropdown :where(.ant-select-dropdown .ant-select-item) {
font-size: 12px !important;
font-weight: 600 !important;
}
.order-type-select-dropdown :where(.ant-select-item-option) {
min-height: 30px !important;
padding: 5px 19px !important;
}