Skip to content

Commit 4af95cd

Browse files
committed
Theme Sambreville - corrections contacts
1 parent 8b3b90b commit 4af95cd

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

sambreville/src/scss/divers.scss

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,23 @@ input#search_button {
112112
}
113113

114114
//Section contact
115-
.section-contact {
116-
margin: 0 auto !important;
117-
padding: 18px;
115+
.sectioncontact {
116+
.row {
117+
margin: 0;
118+
}
119+
120+
.section-contact {
121+
margin: 0 auto !important;
122+
padding: 18px;
123+
124+
.contact_informations {
125+
width: 100%;
126+
}
127+
128+
.address {
129+
width: 100%;
130+
}
131+
}
118132
}
119133

120134
.section-contact {
@@ -127,6 +141,16 @@ input#search_button {
127141
}
128142
}
129143

130-
.sectioncontact .bi::before {
131-
font-size: 35px;
144+
.sectioncontact {
145+
margin-top: 1.5rem;
146+
147+
.bi::before {
148+
font-size: 35px;
149+
}
150+
}
151+
152+
//Contact
153+
#portal-column-content .section-contact .contact-type-organization {
154+
background: $primary-svg;
155+
border-radius: 10px;
132156
}

sambreville/src/scss/homepage.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
height: 275px;
44
}
55

6+
.portaltype-imio-smartweb-portalpage .section-title {
7+
font-size: 2.5rem;
8+
}
9+
610
.sectiontext.visuel-agenda {
711
display: none;
812
}
@@ -67,7 +71,7 @@ body {
6771
position: relative;
6872
}
6973

70-
body::after {
74+
body.portaltype-imio-smartweb-portalpage.section-home-page::after {
7175
background: url("../../assets/svg/visu-fond.svg");
7276
background-repeat: no-repeat;
7377
background-size: cover;

sambreville/src/scss/quick-access.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
@include media-breakpoint-down(md) {
77
.sortable-section.sectionlinks.quick-access ul.row {
88
gap: 35px;
9+
grid-gap: 20px;
10+
display: grid;
11+
grid-auto-rows: 1fr;
12+
grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
913
}
1014
}
1115

sambreville/src/scss/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//*// COLORS
22
$primary: #b80f28;
3-
$primary-svg: #f5e9e7;
3+
$primary-svg: #f9f2f1;
44
$primary-dark: #221e20;
55

66
//*// TYPOGRAPHY
@@ -180,7 +180,7 @@ $quick-access-container-padding: 1rem 0 !default;
180180
$quick-access-width: 80px;
181181
$quick-access-height: 80px;
182182
$quick-access-background: $primary-svg;
183-
$quick-access-border: solid 0px $primary;
183+
$quick-access-border: solid 2px #fff;
184184
$quick-access-border-radius: 100px !default;
185185
$quick-access-shadow: none !default;
186186
$quick-access-svg-width: 35px;

0 commit comments

Comments
 (0)