Skip to content

Commit 3874772

Browse files
committed
Theme Musson - correctifs
1 parent 3a2466c commit 3874772

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

musson/assets/svg/placeholder.jpg

5.3 KB
Loading

musson/preview.png

529 KB
Loading

musson/src/scss/hp.scss

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ div#portal-colophon {
182182
align-items: center;
183183
background: #ecf6f9;
184184
flex-direction: row;
185-
gap: 40px;
186-
border: #2e4972 solid 1px;
185+
gap: 30px;
186+
border: none;
187187
}
188188

189189
#portal-column-content .section-contact .contact-type-organization {
@@ -231,16 +231,17 @@ header#content-header {
231231
.r-add-event a,
232232
.r-add-news a,
233233
#portal-header #portal-header-top #header-links .account {
234-
color: #000;
234+
color: #fff;
235235
padding: 10px 20px;
236-
background: $primary-light !important;
236+
background: $primary !important;
237237
border-radius: 10px;
238238
border: solid 1px $primary;
239239

240240
&:hover,
241241
&:focus {
242-
background: #fff !important;
242+
background: $primary-light !important;
243243
border: solid 1px $primary;
244+
color: #000;
244245
}
245246
}
246247

@@ -283,3 +284,15 @@ footer#portal-footer-wrapper {
283284
body.template-block_view #content-core::after {
284285
background-color: transparent;
285286
}
287+
288+
.multicontact {
289+
gap: 20px;
290+
}
291+
292+
div#subsite-navigation {
293+
padding: 0;
294+
}
295+
296+
.multicontact {
297+
gap: 10px;
298+
}

musson/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $subsite-logo-color: #fff !default;
125125
$subsite-navbar-bg: #fff !default;
126126

127127
//sub-sitenav
128-
$sub-navbar-padding: 1rem 0 !default;
128+
$sub-navbar-padding: 0;
129129
$sub-nav-link-color: #000 !default;
130130
$sub-nav-link-open-color: #000 !default;
131131
$sub-nav-link-drop-color: #000 !default;

seneffe/src/scss/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,3 +607,13 @@ body .r-content > button {
607607
.section-contact .contact-type-mission::after {
608608
display: none;
609609
}
610+
611+
#messagesviewlet {
612+
position: absolute;
613+
top: 145px;
614+
width: 95%;
615+
left: 0;
616+
right: 0;
617+
align-items: center;
618+
margin: 0 auto;
619+
}

0 commit comments

Comments
 (0)