Skip to content

Commit 20fdd09

Browse files
committed
Theme for orpjauche - quick access & bg
1 parent f227809 commit 20fdd09

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

orpjauche/src/scss/contact.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.contact-type-organization,
33
.body-section.contact-type-position,
44
.body-section.contact-type-mission {
5-
background: #cfdcd7;
5+
background: #e9efed;
66
border-radius: 20px 20px 20px 0 !important;
77
margin: 10px;
88
width: auto !important;

orpjauche/src/scss/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $enable-roboto-webfont: false;
6363
// sub-nav
6464

6565
.subsite-container {
66-
background: #cfdcd7;
66+
background: #e9efed;
6767
border-radius: 10px;
6868

6969
#subsite-logo {
@@ -363,7 +363,7 @@ body smartweb-annuaire .more-filter-container.collapse:not(.show) {
363363
.r-add-event,
364364
.r-add-news {
365365
padding: 1rem;
366-
background: #cfdcd7;
366+
background: #e9efed;
367367
border-radius: 20px 0;
368368

369369
a {

orpjauche/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: #497e6e;
3-
$primary-svg: #cfdcd7;
3+
$primary-svg: #e9efed;
44

55
//*// TYPOGRAPHY
66

@@ -101,7 +101,7 @@ $nav-link-drop-color-mobile: #000 !default;
101101
$nav-link-drop-mobile: 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="6" height="9"><path fill="%23000" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
102102
$nav-first-level-gap: 30px !default;
103103
$nav-first-level-uppercase: false !default;
104-
$nav-quick-link-color: $primary-svg !default;
104+
$nav-quick-link-color: $primary !default;
105105
$nav-quick-link-size: 18px !default;
106106
$nav-quick-link-weight: bold !default;
107107
$nav-quick-link-padding: 0 !default;

0 commit comments

Comments
 (0)