enhance headerFloatingBtn styles
This commit is contained in:
@@ -430,9 +430,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
|
opacity: 0.9;
|
||||||
background-color: #fff;
|
background: #aaa8a833;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
backdrop-filter: blur(40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.backButtonContainer {
|
.backButtonContainer {
|
||||||
@@ -449,6 +449,9 @@
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
|
border-radius: 60px;
|
||||||
|
box-shadow: none;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchButtonContainer {
|
.searchButtonContainer {
|
||||||
@@ -689,3 +692,11 @@
|
|||||||
:global(.ant-app-rtl) .logoContainerIcon {
|
:global(.ant-app-rtl) .logoContainerIcon {
|
||||||
right: -10px !important;
|
right: -10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.ant-select-selection-item) {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.ant-select-arrow) {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ function MenuPage() {
|
|||||||
className={styles.orderTypeSelect}
|
className={styles.orderTypeSelect}
|
||||||
classNames={{ popup: { root: "order-type-select-dropdown" } }}
|
classNames={{ popup: { root: "order-type-select-dropdown" } }}
|
||||||
listHeight={150}
|
listHeight={150}
|
||||||
|
disabled
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<SearchButton />
|
<SearchButton />
|
||||||
|
|||||||
Reference in New Issue
Block a user