Match login button to hero-btn dimensions, place side-by-side with Try the Profit Calculator
This commit is contained in:
+10
-5
@@ -453,27 +453,32 @@
|
|||||||
.control-group input[type="number"] { -moz-appearance: textfield; }
|
.control-group input[type="number"] { -moz-appearance: textfield; }
|
||||||
.control-group input::-webkit-inner-spin-button, .control-group input::-webkit-outer-spin-button { -webkit-appearance: none; }
|
.control-group input::-webkit-inner-spin-button, .control-group input::-webkit-outer-spin-button { -webkit-appearance: none; }
|
||||||
|
|
||||||
/* Hero quick links */
|
/* Hero quick links — side-by-side with CTA */
|
||||||
.hero-quick-links {
|
.hero-quick-links {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 14px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.hero-login-link {
|
.hero-login-link {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 10px;
|
||||||
padding: 12px 28px;
|
padding: 16px 36px;
|
||||||
background: rgba(255,255,255,0.06);
|
background: rgba(255,255,255,0.06);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 0.92rem;
|
font-size: 1.05rem;
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
border: 1.5px solid rgba(255,255,255,0.2);
|
border: 1.5px solid rgba(255,255,255,0.2);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
backdrop-filter: blur(4px);
|
backdrop-filter: blur(4px);
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: var(--font);
|
||||||
}
|
}
|
||||||
.hero-login-link:hover {
|
.hero-login-link:hover {
|
||||||
background: rgba(255,255,255,0.12);
|
background: rgba(255,255,255,0.12);
|
||||||
|
|||||||
Reference in New Issue
Block a user