Skip to content

Commit

Permalink
Theme Gembloux - Accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 9, 2024
1 parent 0ea52a6 commit 7d5bf82
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 53 deletions.
38 changes: 1 addition & 37 deletions gembloux/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#main-container .quick-access {
margin: -190px 0 2rem;
margin: -120px 0 2rem;
padding: 0;

@include media-breakpoint-down(lg) {
Expand Down Expand Up @@ -34,42 +34,6 @@
}
}
}

&:nth-child(1) {
.table_image .image.d-block {
background: $primary-svg;
}
}

&:nth-child(2) {
.table_image .image.d-block {
background: $primary-svg;
}
}

&:nth-child(3) {
.table_image .image.d-block {
background: $primary-svg;
}
}

&:nth-child(4) {
.table_image .image.d-block {
background: $primary-svg;
}
}

&:nth-child(5) {
.table_image .image.d-block {
background: $primary-svg;
}
}

&:nth-child(6) {
.table_image .image.d-block {
background: $primary-svg;
}
}
}
}

Expand Down
32 changes: 16 additions & 16 deletions gembloux/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,23 @@ h1 {
bottom: 0 !important;
max-width: 100%;
width: 100%;
}

&::after {
content: "";
transition: all 0.2s ease;
position: absolute;
height: 110px;
background: url("../../assets/svg/after-banner.svg") center top no-repeat;
background-size: cover;
z-index: 0;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100vw;

@media screen and (max-width: 992px) {
display: none !important;
}
.smartweb_herobanner::after {
content: "";
transition: all 0.2s ease;
position: absolute;
height: 110px;
background: url("../../assets/svg/after-banner.svg") center top no-repeat;
background-size: cover;
z-index: 1;
left: 50%;
transform: translateX(-50%);
bottom: -5px;
width: 100vw;

@media screen and (max-width: 992px) {
display: none !important;
}
}

Expand Down

0 comments on commit 7d5bf82

Please sign in to comment.