started home showroom carroussel with mediaquery in js

This commit is contained in:
2020-12-27 13:03:55 +01:00
parent 1ae54233af
commit 9941eed64a
4 changed files with 54 additions and 2 deletions

View File

@@ -1603,7 +1603,11 @@ article.node--type-frontpage .node__content > section.home-showrooms {
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item:nth-child(even) {
grid-column: 2; } }
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item {
grid-row: 1; }
grid-row: 1;
opacity: 0;
transition: opacity 0.3s ease-in-out; }
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item.active {
opacity: 1; }
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item .taxonomy-term {
position: relative;
width: 100%;