Edit and WIP on Location page

Create house component
This commit is contained in:
2021-10-07 22:10:08 +02:00
parent d397fdb00f
commit eb6762b240
6 changed files with 377 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
text-decoration: none;
// Icon
img {
img, svg {
display: block;
margin-right: 12px;
}
@@ -27,5 +27,6 @@
// Pink
&--pink {
background: $color-secondary-light;
}
}