Skip to content

Commit 3efe538

Browse files
committed
Theme Perwez - Tremouroux
1 parent ab90055 commit 3efe538

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

perwez/src/scss/home/actualites.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
position: relative;
4141
transition: 0.5s;
4242
border-radius: 20px;
43-
background: rgba(255, 255, 255, 85%);
43+
background: rgba(255, 255, 255, 100%);
4444

4545
&:hover,
4646
&:focus {

perwez/src/scss/home/bg_actu-tremouroux.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

perwez/src/scss/home/tremouroux.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
.site-residence-tremouroux {
1919
.sectionnews {
2020
background: url("../../assets/svg/bg_actu-tremouroux.svg") no-repeat;
21+
background-position: top !important;
22+
background-size: 100vw !important;
2123
}
2224
}
2325

@@ -35,6 +37,34 @@
3537
}
3638
}
3739

40+
.sortable-section.sectionselections.bloc-liens.hp {
41+
position: relative;
42+
padding: 60px 0;
43+
44+
.swiper_title h3 {
45+
color: #fff;
46+
text-align: center;
47+
margin-top: 20px;
48+
text-decoration: none !important;
49+
}
50+
51+
.swiper-image {
52+
border-radius: 20px 0 20px 20px;
53+
}
54+
}
55+
56+
.sortable-section.sectionselections.bloc-liens.hp::after {
57+
background: $primary-gris;
58+
bottom: 0;
59+
content: "";
60+
height: 100%;
61+
left: 50%;
62+
position: absolute;
63+
transform: translateX(-50%);
64+
width: 100vw;
65+
z-index: -1;
66+
}
67+
3868
#portal-globalnav > li.has_subtree > a::before {
3969
background-color: $primary-pink;
4070
}

0 commit comments

Comments
 (0)