Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
katerinalex committed Sep 22, 2023
1 parent e5c9cf7 commit b4626da
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 6 deletions.
8 changes: 8 additions & 0 deletions src/styles/contacts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */

&:hover {
color: #144ed4;
}
}
}

Expand All @@ -54,6 +58,10 @@
font-style: normal;
font-weight: 600;
line-height: 150%;

&:hover {
color: #144ed4;
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions src/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@
flex-direction: column;
}
}

// &__icons {
// display: flex;
// }
}
5 changes: 5 additions & 0 deletions src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
font-style: normal;
font-weight: 600;
line-height: normal;
border-width: 0;

&:hover {
background: #08266d;
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
text-transform: uppercase;
color: #fff;

&:hover {
color: #2060f6;
}

@include onDesktop() {
display: inline-block;
}
Expand Down
3 changes: 2 additions & 1 deletion src/styles/mobileMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

&__icons {
display: flex;
justify-content: space-between;
gap: 35px;
// justify-content: space-between;
}

&__list {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/ourExpertise.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
max-width: 264px;
margin: 0;
}

&__text {
Expand Down
6 changes: 6 additions & 0 deletions src/styles/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

&__description {
margin-top: 26px;
&__item {
color: #6c788b;
font-family: "Open Sans", sans-serif;
Expand All @@ -95,6 +96,7 @@
}

&__learn_more {
margin-top: 40px;
display: flex;
align-items: center;
gap: 15px;
Expand Down Expand Up @@ -123,6 +125,10 @@
font-style: normal;
font-weight: 600;
line-height: normal;

&:hover {
color: #2060f6;
}
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions src/styles/strategicAgency.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
border-radius: 8px;
background: #2060f6;
cursor: pointer;
border-width: 0;

&:hover {
background: #08266d;
}

@include onTablet () {
// margin-bottom: 48px;
Expand Down
5 changes: 5 additions & 0 deletions src/styles/vision.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
line-height: normal;
margin: 0 auto;
cursor: pointer;
border-width: 0;

&:hover {
background: #08266d;
}
}
}

0 comments on commit b4626da

Please sign in to comment.