header & menu

This commit is contained in:
2023-07-13 16:43:19 +00:00
parent f290e9d039
commit 7ce16346e0
63 changed files with 233 additions and 8241 deletions

View File

@@ -2,3 +2,11 @@
@bg-color-secondary: #000;
@font-color: #000;
@font-color-secondary: #fff;
@desktop_large:~ "only screen and (min-width: 1200px)";
@desktop:~ "only screen and (min-width: 1024px)";
@tablet:~ "only screen and (min-width: 768px)";
@mobile: ~"only screen and (min-width: 0px)";
@bodyfontsize: 16px;
@bodyfontsize_desktop: 20px;