Skip to content

Commit

Permalink
maj graphisme
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Aug 8, 2024
1 parent bd12d36 commit 7407d59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions troisponts/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

#portal-footer {
background: $primary !important;
background: $primary-dark !important;
padding: 60px 0 30px;

#smartweb-footer,
Expand Down Expand Up @@ -101,7 +101,7 @@

&:hover {
span {
color: $primary-dark !important;
color: #fff !important;
transition: all 0.5s ease;
}
}
Expand All @@ -113,7 +113,7 @@
}

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

ul {
Expand All @@ -125,13 +125,13 @@
display: block;
}*/
li {
color: $primary;
color: #fff;

a,
span,
p,
div {
color: $primary;
color: #fff;
text-decoration: none;
}
}
Expand Down Expand Up @@ -200,7 +200,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: #fff !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -231,7 +231,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: #fff !important;
transition: all 0.5s ease;
}
}
Expand Down
8 changes: 4 additions & 4 deletions troisponts/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
li {
.table_image {
.image.d-block {
background: none !important;
background: $primary;
border-radius: 100px;
width: 80px;
height: 80px;
transition: all 0.3s ease;
position: relative;

svg {
fill: $primary;
fill: #fff;
}
}

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

svg {
fill: $primary;
fill: $primary-dark;
}
}
}
Expand Down

0 comments on commit 7407d59

Please sign in to comment.