Create Shop component and add to homepage

This commit is contained in:
2021-09-29 23:38:34 +02:00
parent 0ba0ab1f60
commit 3ec6dbda16
10 changed files with 151 additions and 25 deletions

View File

@@ -15,4 +15,8 @@
display: block;
margin-right: 12px;
}
&--pink {
background: $color-secondary-light;
}
}