Skip to content

Commit 5989ae5

Browse files
committed
Theme Sambreville - Subsite
1 parent e401278 commit 5989ae5

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

sambreville/src/scss/divers.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
background: $primary-svg;
5959
}
6060

61-
.h2:not(.portaltype-imio-smartweb-portalpage),
62-
h2:not(.portaltype-imio-smartweb-portalpage) {
61+
body:not(.portaltype-imio-smartweb-portalpage) .h2,
62+
body:not(.portaltype-imio-smartweb-portalpage) h2 {
6363
font-size: 1.5rem !important;
6464
font-weight: 500 !important;
6565
}
6666

67-
.h3:not(.portaltype-imio-smartweb-portalpage),
68-
h3:not(.portaltype-imio-smartweb-portalpage) {
67+
body:not(.portaltype-imio-smartweb-portalpage) .h3,
68+
body:not(.portaltype-imio-smartweb-portalpage) h3 {
6969
font-size: 1.3rem;
7070
}
7171

@@ -182,10 +182,12 @@ input#search_button {
182182

183183
//Subsite
184184
.subsite-container {
185+
border-radius: 10px;
186+
185187
#subsite-logo {
186188
border-radius: 10px;
187189

188-
li.has_subtree.nav-item.inPath {
190+
li.nav-item {
189191
background: #fff;
190192
padding: 10px;
191193
border-radius: 10px;

sambreville/src/scss/homepage.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,12 @@ body.portaltype-imio-smartweb-portalpage.section-home-page::after {
132132
margin: 0 auto;
133133
}
134134
}
135+
136+
//img section text and contact
137+
.sectiontext .section-text .body-section figure img,
138+
#portal-column-content
139+
.section-contact
140+
.contact-type-organization
141+
.contact_leadimage {
142+
border-radius: 20px;
143+
}

sambreville/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $swiper-raduis: 50px !default;
6464
$swipper-bullet-color: $primary;
6565

6666
//*// HEADER
67-
$main-logo-max-width: 115px !default;
67+
$main-logo-max-width: 130px;
6868
$header-top-padding: 1rem 0 !default;
6969
$header-top-background: #fff !default;
7070
$header-center-nav: false !default;

0 commit comments

Comments
 (0)