Use House component

This commit is contained in:
2022-06-13 15:59:29 +02:00
parent b7a857e2e6
commit 157b50f36c
4 changed files with 64 additions and 37 deletions

View File

@@ -81,8 +81,9 @@
position: relative;
z-index: 3;
border-radius: 0;
background: $color-primary;
@include bp (md) {
@include bp (sm) {
border-radius: 8px;
}
}
@@ -100,7 +101,7 @@
@media (hover: hover) {
a:hover {
img {
opacity: 0.6;
opacity: 0.8;
transform: scale3d(1.03, 1.03, 1.03) !important;
transition-duration: 1.2s;
}

View File

@@ -55,6 +55,7 @@
@import "molecules/switcher";
@import "molecules/heading";
@import "molecules/list-cta";
@import "molecules/house";
@import "molecules/issue";
@import "molecules/newsletter-form";
@import "molecules/poster";
@@ -65,7 +66,6 @@
// Organisms
@import "organisms/collage";
@import "organisms/locations";
@import "organisms/house";
@import "organisms/newsletter";
@import "organisms/carousel";
@import "organisms/shop";