button radius reduced
This commit is contained in:
parent
074d69065c
commit
6c1b788113
@ -104,7 +104,7 @@ const BannerBottom = () => {
|
|||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
|
background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
|
||||||
padding: '10px 25px',
|
padding: '10px 25px',
|
||||||
borderRadius: '50px',
|
borderRadius: '10px',
|
||||||
border: '1px solid rgba(55, 121, 185, 0.2)',
|
border: '1px solid rgba(55, 121, 185, 0.2)',
|
||||||
transition: 'all 0.3s'
|
transition: 'all 0.3s'
|
||||||
}}
|
}}
|
||||||
|
|||||||
@ -19390,7 +19390,7 @@ img {
|
|||||||
.vl-btn1, .vl-btn2, .vl-btn3, .vl-btn4, .vl-btn5, .vl-btn6, .kf-demo-btn, .secondary-cta {
|
.vl-btn1, .vl-btn2, .vl-btn3, .vl-btn4, .vl-btn5, .vl-btn6, .kf-demo-btn, .secondary-cta {
|
||||||
background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
|
background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
|
||||||
background-size: 200% auto !important;
|
background-size: 200% auto !important;
|
||||||
border-radius: 30px !important;
|
border-radius: 10px !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
padding: 20px 30px !important;
|
padding: 20px 30px !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
@ -100,7 +100,7 @@ const BannerBottom = () => {
|
|||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
|
background: 'linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important',
|
||||||
padding: '10px 25px',
|
padding: '10px 25px',
|
||||||
borderRadius: '50px',
|
borderRadius: '10px',
|
||||||
border: '1px solid rgba(55, 121, 185, 0.2)',
|
border: '1px solid rgba(55, 121, 185, 0.2)',
|
||||||
transition: 'all 0.3s'
|
transition: 'all 0.3s'
|
||||||
}}
|
}}
|
||||||
|
|||||||
@ -168,7 +168,7 @@ const CaseStudies = () => {
|
|||||||
{/* Content */}
|
{/* Content */}
|
||||||
<div className="case-study-content text-center mt-4">
|
<div className="case-study-content text-center mt-4">
|
||||||
<div className="case-study-title">
|
<div className="case-study-title">
|
||||||
<h6 style={{ color: '#3779b9', textTransform: 'uppercase', letterSpacing: '1px', fontWeight: 600, marginBottom: '5px' }}>{item.title}</h6>
|
{/* <h6 style={{ color: '#3779b9', textTransform: 'uppercase', letterSpacing: '1px', fontWeight: 600, marginBottom: '5px' }}>{item.title}</h6> */}
|
||||||
<h3 style={{ margin: 0 }}>
|
<h3 style={{ margin: 0 }}>
|
||||||
<Link
|
<Link
|
||||||
href={item.link || "#"}
|
href={item.link || "#"}
|
||||||
|
|||||||
@ -153,7 +153,7 @@ const KeyFeatures = () => {
|
|||||||
→
|
→
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={() => setIsContactOpen(true)} className="kf-demo-btn">
|
<button onClick={() => setIsContactOpen(true)} className="kf-demo-btn mt-50">
|
||||||
Book Free Strategy Call
|
Book Free Strategy Call
|
||||||
<i className="fa-solid fa-angle-right"></i></button>
|
<i className="fa-solid fa-angle-right"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -19391,7 +19391,7 @@ img {
|
|||||||
.secondary-cta {
|
.secondary-cta {
|
||||||
background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
|
background: linear-gradient(90deg, #3779b9 0%, #1a1f2b 50%, #3779b9 100%) !important;
|
||||||
background-size: 200% auto !important;
|
background-size: 200% auto !important;
|
||||||
border-radius: 30px !important;
|
border-radius: 10px !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
padding: 20px 30px !important;
|
padding: 20px 30px !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user