create dayWishes component

This commit is contained in:
memeriau
2022-01-22 14:35:45 +01:00
parent b1fa0c579f
commit 4e64cb8469
8 changed files with 118 additions and 20 deletions

View File

@@ -28,3 +28,9 @@
width: $desktopWidth;
}
}
@mixin clear-ul-style {
margin: 0;
padding: 0;
list-style: none;
}

View File

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