This commit is contained in:
Your Name 2026-01-27 19:19:51 +05:30
parent 810a1d2487
commit 6e25570012
1 changed files with 8 additions and 7 deletions

View File

@ -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;
@ -51,7 +51,7 @@
color: #ffffff;
position: relative;
min-height: 36px;
font-family: 'Poppins', sans-serif !important;
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 {
@ -451,8 +451,9 @@
}
}
.clearGenQRCode {
button {
.clearGenQRCode{
button{
background-color: #000 !important;
}
}