Skip to content

Commit

Permalink
fix transition time
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaHombalevska committed Sep 28, 2023
1 parent 813c5f9 commit ca4785f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/styles/cta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
&:hover {
background-color: $c-hover-blue;
cursor: pointer;
transition: 0.3s;
}
}
}
4 changes: 4 additions & 0 deletions src/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

&:hover {
transform: scale(150%);
transition: 0.3s;
}
}

Expand All @@ -76,6 +77,7 @@
&:hover {
transform: scale(150%);
background-image: url(../images/socials/twitter-hover.svg);
transition: 0.3s;
}
}

Expand All @@ -86,6 +88,7 @@

&:hover {
transform: scale(150%);
transition: 0.3s;
}
}

Expand Down Expand Up @@ -135,6 +138,7 @@

&:hover::after {
@include forHoveredFocusedLinks;
transition: 0.3s;
}

&:focus::after {
Expand Down
2 changes: 2 additions & 0 deletions src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
&__field:hover {
border-color: $c-hover-blue;
opacity: 1;
transition: 0.3s;
}

&__btn {
Expand All @@ -64,6 +65,7 @@

&:hover {
background-color: $c-hover-blue;
transition: 0.3s;
}
}
}
1 change: 1 addition & 0 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
&:hover {
background-color: $c-hover-blue;
cursor: pointer;
transition: 0.3s;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// }
@include onMediumDisplay {
padding-left: 227px;

}

&__icons {
Expand Down Expand Up @@ -64,6 +63,7 @@

&:hover::after {
@include forHoveredFocusedLinks;
transition: 0.3s;
}

&:focus::after {
Expand Down
3 changes: 3 additions & 0 deletions src/styles/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
border-radius: 50px;
background-color: aliceblue;
cursor: pointer;
transition: 0.3s;
}
}
}
Expand Down Expand Up @@ -133,6 +134,7 @@
&:hover {
background-color: $c-hover-blue;
cursor: pointer;
transition: 0.3s;
}
}

Expand All @@ -146,6 +148,7 @@
&:hover {
color: $c-default-blue;
cursor: pointer;
transition: 0.3s;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
&:hover {
transform: scale(110%);
cursor: pointer;
transition: 0.3s;
}

@include onTablet {
Expand Down Expand Up @@ -132,7 +133,6 @@
}
}


&__pfoto--secount {
background-image: url(../images/testimonials/testimonial-ava-2.jpg);
background-repeat: no-repeat;
Expand Down
1 change: 1 addition & 0 deletions src/styles/what_we_do.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
box-shadow: 0 18px 9px 0 rgba(37, 41, 49, 0.03);
transform: scale(110%);
cursor: pointer;
transition: 0.3s;
}

@include onTablet {
Expand Down

0 comments on commit ca4785f

Please sign in to comment.