Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
inesshtepa committed Aug 12, 2024
1 parent 6bd86f1 commit cc2d94e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion src/styles/digest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
}

.form-field::placeholder {
@extend %main;
font-family: Raleway, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.form-field:hover::placeholder {
Expand All @@ -91,3 +94,7 @@
grid-column: 1 / 4;
}
}

.form-field:-webkit-autofill {
-webkit-text-fill-color: $c-main;
}
8 changes: 4 additions & 4 deletions src/styles/footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.footer {
background-color: $c-background;
position: sticky;
z-index: -1;
margin-top: 80px;
}
Expand Down Expand Up @@ -138,9 +137,10 @@

.footer-nav-link {
color: $c-white;

@extend %main;

font-family: Raleway, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-decoration: none;
}

Expand Down
1 change: 1 addition & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
text-align: center;
outline: none;
padding: unset;
cursor: pointer;
}

.button-type1 {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
}

&__link--underline {
&__link--underline:hover {
@include on-desktop {
text-decoration: underline;
}
Expand Down

0 comments on commit cc2d94e

Please sign in to comment.