This commit is contained in:
parent
bbac63e445
commit
bfe76f3463
|
|
@ -111,7 +111,7 @@ const ResponsiveApp = () => {
|
|||
</div>
|
||||
)}
|
||||
<span onClick={handlePricing} className="indusOpen">
|
||||
Pricing
|
||||
asf Pricing
|
||||
</span>
|
||||
<span onClick={handleNavigateContact} className="indusOpen">
|
||||
Contact Us
|
||||
|
|
|
|||
|
|
@ -345,6 +345,14 @@
|
|||
font-family: "NeueMontreal";
|
||||
margin-top: 3rem;
|
||||
width: 100%;
|
||||
sup {
|
||||
font-size: 10px;
|
||||
background-color: #e68200;
|
||||
color: #fff;
|
||||
padding: 1px 4px;
|
||||
border-radius: 4px;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
div {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
background-image: url(../Images//Pricing/PricingBG.webp);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.PricingPozoAppTitle {
|
||||
margin-top: 5rem;
|
||||
|
|
@ -190,6 +191,7 @@
|
|||
}
|
||||
|
||||
@keyframes bounce {
|
||||
|
||||
0%,
|
||||
20%,
|
||||
50%,
|
||||
|
|
@ -953,4 +955,4 @@
|
|||
font-size: 14px;
|
||||
color: #6b7280;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue