Create MainMenu component

This commit is contained in:
memeriau
2022-01-22 01:21:11 +01:00
parent e1b39f246d
commit b1fa0c579f
5 changed files with 70 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ $color-white: #fff;
$color-black: #000;
$color-orange: #ea4d0a;
$color-yellow: #fdd137;
$color-grey-dark: #555;
$border-large: 4px solid $color-black;
$border-thin: 2px solid $color-black;