Merge pull request 'Combo navbar' (#270) from PushMainVM into main
Reviewed-on: Pozomind/pozo-retail-app#270
This commit is contained in:
commit
8609bde03e
|
|
@ -334,10 +334,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
// display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.booking-table-overall {
|
.booking-table-overall {
|
||||||
|
|
@ -1081,11 +1077,9 @@
|
||||||
width: 430px;
|
width: 430px;
|
||||||
height: 99vh;
|
height: 99vh;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
// height: 100%;
|
|
||||||
box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
|
box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-bottom: 4.5rem;
|
padding-bottom: 4.5rem;
|
||||||
//vm
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|
@ -1540,6 +1534,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shoppingCartLeft {
|
.shoppingCartLeft {
|
||||||
|
|
|
||||||
|
|
@ -527,6 +527,11 @@
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
.pricing-name-details {
|
||||||
|
display: flex;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -688,6 +693,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Layout-bill-Subcontainer {
|
.Layout-bill-Subcontainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -696,6 +702,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
@ -748,6 +755,18 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.MultiSearchIconDiv {
|
||||||
|
position: absolute;
|
||||||
|
left: 8px;
|
||||||
|
z-index: 10;
|
||||||
|
color: #1292ee !important;
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
.ant-select-selector {
|
||||||
|
padding: 10px 10px 10px 32px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.BSC1PAYMENTCOMBO {
|
.BSC1PAYMENTCOMBO {
|
||||||
.BSC1Payment-Container {
|
.BSC1Payment-Container {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue