Create Newsletter component

This commit is contained in:
2021-09-28 22:51:06 +02:00
parent 15461588ec
commit 1409dc0894
10 changed files with 178 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
.arrow {
display: block;
&--white {
path {
fill: #fff;
}
}
}