test
This commit is contained in:
parent
810a1d2487
commit
6e25570012
|
|
@ -1,6 +1,6 @@
|
||||||
// PozoMenu Component Styles - Integrated with SideMenuPozo
|
// PozoMenu Component Styles - Integrated with SideMenuPozo
|
||||||
.pozo-menu {
|
.pozo-menu {
|
||||||
font-family: 'Poppins', sans-serif !important;
|
font-family: "Poppins", sans-serif !important;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 36px;
|
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) {
|
||||||
background: #394588;
|
background: #394588;
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
&.has-children {
|
&.has-children {
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
@ -156,7 +156,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-family: 'Poppins', sans-serif !important;
|
font-family: "Poppins", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pozo-menu-arrow {
|
.pozo-menu-arrow {
|
||||||
|
|
@ -451,8 +451,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearGenQRCode {
|
|
||||||
button {
|
.clearGenQRCode{
|
||||||
|
button{
|
||||||
background-color: #000 !important;
|
background-color: #000 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue