feat: Improve button styles and update nav-contact class handling for better consistency
This commit is contained in:
@@ -372,13 +372,16 @@ p:last-child { margin-bottom: 0; }
|
||||
justify-content: center !important;
|
||||
text-align: center;
|
||||
padding: .6rem 1.8rem !important;
|
||||
padding-bottom: .6rem !important;
|
||||
font-size: .85rem;
|
||||
border-radius: 50px;
|
||||
color: #fff !important;
|
||||
line-height: 1;
|
||||
}
|
||||
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */
|
||||
.site-header.scrolled .nav-contact a.btn { color: #fff !important; }
|
||||
.site-header.over-light-hero:not(.scrolled) .nav-contact a.btn { color: #fff !important; }
|
||||
.nav-contact a.btn::after { display: none !important; } /* Remove underline animation from button */
|
||||
.site-header.scrolled .nav-contact a.btn,
|
||||
.site-header.over-light-hero:not(.scrolled) .nav-contact a.btn,
|
||||
.site-header.scrolled .nav-menu .nav-contact > a.btn { color: #fff !important; }
|
||||
|
||||
/* ── Dropdown sub-menu ─────────────────────────────────────── */
|
||||
.nav-menu > li {
|
||||
|
||||
Reference in New Issue
Block a user