Skip to content

Commit 2108b1c

Browse files
committed
Theme Ramillies - Subsite color
1 parent 27e2cf4 commit 2108b1c

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

ramillies/src/scss/main.scss

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,28 @@ footer {
6464
}
6565
}
6666

67-
.subsite-container #subsite-logo {
68-
background: #fd3c88;
69-
display: inline-block;
70-
font-size: 24px;
71-
text-transform: uppercase;
67+
#subsite-navigation:not(.activated) > ul {
68+
gap: 25px;
69+
70+
li.has_subtree a.nav-link {
71+
background: #fff;
72+
padding: 5px !important;
73+
border: #fd3c88 solid 1px;
74+
border-radius: 25px;
75+
}
76+
}
77+
78+
.subsite-container {
79+
background-color: #fd3c88;
80+
border-radius: 0 20px 0 0;
81+
gap: 20px;
82+
83+
#subsite-logo {
84+
background: #ffebf2;
85+
display: inline-block;
86+
font-size: 24px;
87+
text-transform: uppercase;
88+
}
7289
}
7390

7491
.r-add-contact a,

ramillies/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $header-search-icon-color: #000 !default;
7878
$header-search-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16"><path fill="#{url-encoded-color($header-search-icon-color)}" d="M11.08,6.77a4.31,4.31,0,1,0-4.31,4.31h0A4.32,4.32,0,0,0,11.08,6.77Zm4.92,8A1.24,1.24,0,0,1,14.77,16a1.17,1.17,0,0,1-.86-.37l-3.3-3.28a6.77,6.77,0,1,1,1.74-1.74l3.3,3.3A1.25,1.25,0,0,1,16,14.77Z"/></svg>') !default;
7979

8080
//bredcrumb
81-
$breadcrumb-bg: #d6d6d6 !default;
81+
$breadcrumb-bg: transparent;
8282
$enable-full-width-breacrumb: false !default;
8383

8484
// sitenav

0 commit comments

Comments
 (0)