feat: header menus
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user