Merge pull request 'vicky' (#1) from vicky into main

Reviewed-on: Pozomind/pozo-retail-app#1
This commit is contained in:
mohan 2026-01-27 08:59:16 -05:00
commit 320bc90967
2 changed files with 10 additions and 14 deletions

View File

@ -39,7 +39,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 8px 8px; padding: 7px 8px;
cursor: pointer; cursor: pointer;
transition: transition:
background 0.2s, background 0.2s,
@ -50,7 +50,7 @@
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
position: relative; position: relative;
min-height: 38px; min-height: 36px;
font-family: "Poppins", sans-serif !important; font-family: "Poppins", sans-serif !important;
&:hover:not(.selected):not(.active-path) { &:hover:not(.selected):not(.active-path) {
@ -450,3 +450,10 @@
} }
} }
} }
.clearGenQRCode{
button{
background-color: #000 !important;
}
}

View File

@ -2,7 +2,6 @@
min-width: 100vw; min-width: 100vw;
height: 100vh; height: 100vh;
display: flex; display: flex;
// overflow: hidden;
overflow-y: clip; // shifayath overflow-y: clip; // shifayath
} }
@ -15,17 +14,10 @@
@media (max-width: 500px) { @media (max-width: 500px) {
width: 90vw !important; width: 90vw !important;
.centerPageSub {
// width: 90% !important;
}
} }
} }
.centerPageSub { .centerPageSub {
// margin: 0px max(10px, 5vw);
// width: 81vw !important;
// margin: 0px max(0px, 0vw) !important;
border-radius: 12px; border-radius: 12px;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -33,9 +25,6 @@
padding: 6px; padding: 6px;
overflow: auto; overflow: auto;
height: 97vh; height: 97vh;
// padding-bottom: 3rem;
// width: 99.9% !important;
@media (max-width: 500px) { @media (max-width: 500px) {
height: 95vh !important; height: 95vh !important;
} }
@ -340,7 +329,7 @@
.centerPage-tooltip { .centerPage-tooltip {
position: relative; position: relative;
display: inline-block; display: inline-block;
font-family: "Gilroy"; font-family: 'Gilroy';
} }
.paypreLogoDiv { .paypreLogoDiv {