feat: implement a new responsive mobile header and slide-out menu system with multi-level submenus.

This commit is contained in:
LNHA
2026-02-09 13:21:13 +07:00
parent 976221c826
commit 40840ed324
2 changed files with 4 additions and 4 deletions

View File

@@ -48,9 +48,9 @@
} }
/* Hide "Apply now" button on mobile */ /* Hide "Apply now" button on mobile */
.header-1 .header-right .theme-btn { /* .header-1 .header-right .theme-btn {
display: none; display: none;
} } */
/* Mobile search icon styling */ /* Mobile search icon styling */
.mobile-search-icon { .mobile-search-icon {

View File

@@ -45,8 +45,8 @@ Version: 1.0.0
--body: #fff; --body: #fff;
--black: #000; --black: #000;
--white: #fff; --white: #fff;
--theme: #e13833; --theme: #BF3432;
--theme-2: #0048b4; --theme-2: #0a2347;
--header: #151a26; --header: #151a26;
--text: #535761; --text: #535761;
--text-2: #0b4e3d; --text-2: #0b4e3d;