Skip to content

Commit

Permalink
graphisme trois ponts
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Aug 8, 2024
1 parent 0448264 commit ee41b4a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
Binary file modified base/theme.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion troisponts/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
//border-radius: 30px 0 30px 0;
h3 {
transition: 0.5s;
color: $primary-green;
color: $primary;
}
}

Expand Down
2 changes: 1 addition & 1 deletion troisponts/src/scss/home/bulletins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
transition: 0.5s;
//transform: translateY(10px);
.swiper_title h3 {
color: $primary-green;
color: $primary;
transition: 0.5s;
}
}
Expand Down
4 changes: 2 additions & 2 deletions troisponts/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

h3 {
transition: 0.5s;
color: $primary-green;
color: $primary;
}
}

Expand Down Expand Up @@ -161,7 +161,7 @@
.swiper_title {
h3 {
transition: 0.5s;
color: $primary-green;
color: $primary;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion troisponts/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

#portal-colophon {
background: $primary-green;
background: $primary;
padding: 10px 0 20px;

ul {
Expand Down
6 changes: 3 additions & 3 deletions troisponts/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
position: relative;

svg {
fill: $primary-green;
fill: $primary;
}
}

&:hover,
&:focus {
.image.d-block {
background: $primary-green !important;
background: $primary !important;
transform: translateY(-5px);
transition: all 0.3s ease;

Expand Down Expand Up @@ -149,7 +149,7 @@

&:hover {
.table_title {
color: $primary-green;
color: $primary;
transition: 0.5s;
}
}
Expand Down
2 changes: 0 additions & 2 deletions troisponts/src/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ $primary-svg: #afc33a;
$primary-light: #d9ebf4;
$primary-yellow: #f3cf63;
$primary-dark: #26383f;
$primary-green: #159ea4;
$primary-red: #b83434;

//*// TYPOGRAPHY

Expand Down

0 comments on commit ee41b4a

Please sign in to comment.