From 810a1d248700d0ff3b36f9a3959db3a9a06dd71d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 27 Jan 2026 19:13:32 +0530 Subject: [PATCH] sample check --- src/Components/Menu/PozoMenu.scss | 18 ++++++++++++------ src/Styles/AppPage/AppPage.scss | 14 ++------------ 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/Components/Menu/PozoMenu.scss b/src/Components/Menu/PozoMenu.scss index 5242939..0823e2a 100644 --- a/src/Components/Menu/PozoMenu.scss +++ b/src/Components/Menu/PozoMenu.scss @@ -1,6 +1,6 @@ // PozoMenu Component Styles - Integrated with SideMenuPozo .pozo-menu { - font-family: "Poppins", sans-serif !important; + font-family: 'Poppins', sans-serif !important; background: transparent; border-radius: 0; box-shadow: none; @@ -39,7 +39,7 @@ display: flex; align-items: center; justify-content: center; - padding: 8px 8px; + padding: 7px 8px; cursor: pointer; transition: background 0.2s, @@ -50,8 +50,8 @@ font-weight: 500; color: #ffffff; position: relative; - min-height: 38px; - font-family: "Poppins", sans-serif !important; + min-height: 36px; + font-family: 'Poppins', sans-serif !important; &:hover:not(.selected):not(.active-path) { background: #394588; @@ -108,7 +108,7 @@ &.has-children { &:after { - content: ""; + content: ''; position: absolute; right: 16px; top: 50%; @@ -156,7 +156,7 @@ font-weight: 400; word-break: break-word; line-height: 1.2; - font-family: "Poppins", sans-serif !important; + font-family: 'Poppins', sans-serif !important; } .pozo-menu-arrow { @@ -450,3 +450,9 @@ } } } + +.clearGenQRCode { + button { + background-color: #000 !important; + } +} diff --git a/src/Styles/AppPage/AppPage.scss b/src/Styles/AppPage/AppPage.scss index d06fc96..7000a0d 100644 --- a/src/Styles/AppPage/AppPage.scss +++ b/src/Styles/AppPage/AppPage.scss @@ -1,7 +1,7 @@ .appPage { min-width: 100vw; height: 100vh; - display: flex; + display: flex; overflow-y: clip; // shifayath } @@ -14,17 +14,10 @@ @media (max-width: 500px) { width: 90vw !important; - - .centerPageSub { - // width: 90% !important; - } } } .centerPageSub { - // margin: 0px max(10px, 5vw); - // width: 81vw !important; - // margin: 0px max(0px, 0vw) !important; border-radius: 12px; width: 100%; height: 100%; @@ -32,9 +25,6 @@ padding: 6px; overflow: auto; height: 97vh; - // padding-bottom: 3rem; - - // width: 99.9% !important; @media (max-width: 500px) { height: 95vh !important; } @@ -339,7 +329,7 @@ .centerPage-tooltip { position: relative; display: inline-block; - font-family: "Gilroy"; + font-family: 'Gilroy'; } .paypreLogoDiv {