Skip to content

Commit 0dca2ce

Browse files
committed
Theme for orpjauche - bg contact
1 parent a8850e3 commit 0dca2ce

File tree

2 files changed

+5
-5
lines changed

2 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: #f1f1f1;
5+
background: #cfdcd7;
66
border-radius: 20px 20px 20px 0 !important;
77
margin: 10px;
88
width: auto !important;

orpjauche/src/scss/main.scss

Lines changed: 4 additions & 4 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: #f1f1f1;
66+
background: #cfdcd7;
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: #f1f1f1;
366+
background: #cfdcd7;
367367
border-radius: 20px 0;
368368

369369
a {
@@ -432,6 +432,6 @@ body .r-content > button {
432432
padding-top: 150%;
433433
}
434434

435-
.r-item-arrow-more {
436-
background: $primary !important;
435+
.r-item-arrow-more:hover {
436+
background-color: $primary !important;
437437
}

0 commit comments

Comments
 (0)