work on order type "select" in menu header

This commit is contained in:
2025-10-28 14:56:29 +03:00
parent 1abb63e8bd
commit 788bdc061d
5 changed files with 74 additions and 4 deletions

View File

@@ -432,17 +432,32 @@
border-radius: 50%;
}
.orderTypeSelectContainer {
width: 20%;
width: 28%;
height: 32px;
left: 40%;
left: 36%;
border-radius: 40%;
}
.orderTypeSelect {
width: 90%;
width: 95%;
margin-left: 5%;
margin-right: 5%;
}
/* Style for the select component and its dropdown */
:global(.ant-select .ant-select-selection-item) {
font-size: 12px !important;
font-weight: 700 !important;
text-align: center;
}
:global(.ant-select .ant-select-arrow) {
font-weight: 600 !important;
color:black;
}
:global(.ant-select-dropdown .ant-select-item) {
font-size: 12px !important;
font-weight: 600 !important;
}
.searchButtonContainer {
right: 20px;
border-radius: 50%;