implement scheduled order type
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user