Skip to content

Commit f8b0ade

Browse files
committed
Theme Sambreville - Homepage Access
1 parent 0378d7d commit f8b0ade

File tree

5 files changed

+61
-3
lines changed

5 files changed

+61
-3
lines changed

sambreville/src/scss/agenda.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
left: auto !important;
55
transform: none !important;
66
padding: 0 10px;
7-
margin-top: 100px;
7+
margin-top: 0;
88

99
.start_date {
1010
float: left;
@@ -25,6 +25,8 @@
2525

2626
.see_all a {
2727
width: 100%;
28+
text-align: center;
29+
padding: 20px 30px;
2830
}
2931

3032
.section-title {
@@ -120,3 +122,11 @@
120122
.swiper-slide .swiper_date {
121123
font-weight: 100;
122124
}
125+
126+
.sectiontext.visuel-agenda .body-section.figure-top figure {
127+
margin-top: 100px;
128+
129+
img {
130+
border-radius: 0 0 20px;
131+
}
132+
}

sambreville/src/scss/divers.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,33 @@
5252
#portal-header #portal-header-top #portal-globalnav-wrapper {
5353
margin: 0 1rem 0 3rem;
5454
}
55+
56+
//Subsite
57+
.subsite-container {
58+
background: $primary-svg;
59+
}
60+
61+
.h2:not(.portaltype-imio-smartweb-portalpage),
62+
h2:not(.portaltype-imio-smartweb-portalpage) {
63+
font-size: 1.5rem !important;
64+
font-weight: 500 !important;
65+
}
66+
67+
.h3:not(.portaltype-imio-smartweb-portalpage),
68+
h3:not(.portaltype-imio-smartweb-portalpage) {
69+
font-size: 1.3rem;
70+
}
71+
72+
h2.card-title {
73+
color: $primary-dark !important;
74+
font-weight: 500 !important;
75+
}
76+
77+
input#search_button {
78+
background: $primary-dark;
79+
}
80+
81+
//Image section texte
82+
.sectiontext .section-text .body-section figure img {
83+
border-radius: 20px;
84+
}

sambreville/src/scss/footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ footer#portal-footer-wrapper {
1010
color: #fff;
1111
}
1212

13+
h2.section-title {
14+
font-size: 2rem;
15+
}
16+
1317
.contact_informations_social {
1418
display: grid;
1519
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
.sectionlinks a.table_image:hover .image.d-block {
22
background: $primary !important;
3+
transition: 0.3s;
34
}
45

56
@include media-breakpoint-down(md) {
67
.sortable-section.sectionlinks.quick-access ul.row {
78
gap: 35px;
89
}
910
}
11+
12+
.sortable-section.sectionlinks.quick-access .table_image:hover svg {
13+
fill: #fff !important;
14+
}
15+
16+
.sectionlinks {
17+
padding-top: 2rem;
18+
padding-bottom: 2rem;
19+
}
20+
21+
.sectionlinks.quick-access.partenaires {
22+
margin-top: 80px;
23+
}

sambreville/src/scss/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $container-max-widths: (
4444
$global-radius: 0 !default;
4545
$enable-title-uppercase: false !default;
4646
$home-section-title-size: 3.25rem !default;
47-
$home-section-title-margin: 0 0 2rem 0 !default;
47+
$home-section-title-margin: 0 0 4rem 0;
4848
$home-section-title-padding: 0 !default;
4949
$home-section-title-align: left !default;
5050
$section-padding-top: 0 !default;
@@ -175,7 +175,7 @@ $quick-access-section-full-width: false !default;
175175
$quick-access-title-color: $primary-dark;
176176
$quick-access-title-margin: $home-section-title-margin !default;
177177
$quick-access-title-padding: $home-section-title-padding !default;
178-
$quick-access-title-align: $home-section-title-align !default;
178+
$quick-access-title-align: center;
179179
$quick-access-container-padding: 1rem 0 !default;
180180
$quick-access-width: 80px;
181181
$quick-access-height: 80px;

0 commit comments

Comments
 (0)