Skip to content

Commit 3b15a7d

Browse files
committed
Theme Sambreville - Subsite
1 parent e43950d commit 3b15a7d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sambreville/src/scss/divers.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,29 @@ input#search_button {
167167
background: $primary-svg;
168168
color: $primary-dark;
169169
}
170+
171+
//Section files
172+
.sectionfiles .body-section .h2,
173+
.sectionfiles .body-section h2,
174+
.sectionfiles .body-section p,
175+
.sectionfiles .body-section span,
176+
.sectionfiles .section-title .h2,
177+
.sectionfiles .section-title h2,
178+
.sectionfiles .section-title p,
179+
.sectionfiles .section-title span {
180+
color: $primary-dark;
181+
}
182+
183+
//Subsite
184+
.subsite-container {
185+
#subsite-logo {
186+
border-radius: 10px;
187+
188+
li.has_subtree.nav-item.inPath {
189+
background: #fff;
190+
padding: 10px;
191+
border-radius: 10px;
192+
border: solid 2px $primary;
193+
}
194+
}
195+
}

0 commit comments

Comments
 (0)