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