sample check
This commit is contained in:
parent
61931ca423
commit
810a1d2487
|
|
@ -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;
|
||||||
|
|
@ -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,8 +50,8 @@
|
||||||
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) {
|
||||||
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 {
|
||||||
|
|
@ -450,3 +450,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clearGenQRCode {
|
||||||
|
button {
|
||||||
|
background-color: #000 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,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%;
|
||||||
|
|
@ -32,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;
|
||||||
}
|
}
|
||||||
|
|
@ -339,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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue