feat: header menus

This commit is contained in:
2025-06-26 16:12:20 +03:00
parent cbd1f97eba
commit 5c05f9c2bb
21 changed files with 792 additions and 8 deletions

View File

@@ -5,7 +5,8 @@ $laptop: 1024px;
$desktop: 1440px;
//fonts
$font-open-sans: var(--font-roboto), sans-serif;
$font-roboto: var(--font-roboto), sans-serif;
$font-montseratt: var(--font-montseratt), sans-serif;
$base-font-size: 16px;
@@ -18,13 +19,12 @@ $font-bold: 700;
// colors
$color-white: #FFFFFF;
$color-black: #000000;
$color-orange: #E96526;
$color-orange-hover: #ea4b05;
$color-lightgray: #E4E1E1;
$color-darkgray: #999999;
$color-text: #333333;
$color-text-light: #222222;
$color-mark: #E96526;
$color-link: #333333;
$color-link-hover: #009283;
$color-error: #ff0000;
$color-error-light: #ff9191;
$color-gray-border: #555555;