Skip to content

Commit ab90055

Browse files
committed
Theme Perwez- Residence T
1 parent 8010556 commit ab90055

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed
Lines changed: 21 additions & 0 deletions
Loading

perwez/src/scss/home/tremouroux.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
.site-residence-tremouroux {
1919
.sectionnews {
20-
background: url("../../assets/svg/bg_actu.svg") no-repeat;
20+
background: url("../../assets/svg/bg_actu-tremouroux.svg") no-repeat;
2121
}
2222
}
2323

perwez/src/scss/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ body {
4141
margin-bottom: 0 !important;
4242
}
4343

44+
#portal-globalnav .quick-access .quick-access-title {
45+
color: $primary;
46+
}
47+
4448
//search
4549
#portal-header #portal-header-top #header-links #search-link a {
4650
width: 50px;
@@ -648,7 +652,7 @@ footer #container-section-noussuivre {
648652
}
649653

650654
#portal-header #portal-header-top #portal-globalnav-wrapper {
651-
margin: 0 2rem;
655+
margin: 0 1.9rem;
652656
}
653657

654658
@media screen and (min-width: 992px) {

perwez/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//*// COLORS
2-
$primary: #000 !default;
2+
$primary: #000;
33
$primary-svg: #f6f6f6 !default;
44
$primary-blue: #46484a !default;
55
$primary-green: #859a4b !default;

0 commit comments

Comments
 (0)