diff --git a/src/Components/Menu/PozoMenu.scss b/src/Components/Menu/PozoMenu.scss index 0823e2a..467cc16 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; @@ -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; } -} +} \ No newline at end of file