Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
LASHCH-Y committed Oct 20, 2024
1 parent b3f7554 commit 3b3468c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/blocks/contact-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@
opacity: 70%;
}

&__input:-webkit-autofill,
&__input:-internal-autofill-selected {
-webkit-text-fill-color: #fff;
background-color: $header-and-footer-background !important;
}

&__input:autofill {
-webkit-text-fill-color: #fff;
background-color: $header-and-footer-background;
}

&__button {
display: inline-block;
width: 100%;
Expand All @@ -76,6 +87,7 @@
line-height: 56px;
color: $button-text-color;
margin-top: 56px;
cursor: pointer;

@include hover(transform, scale(1.1));

Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
justify-content: center;
background-color: #fff;
padding: 32px 42px;
border-radius: 16px;
cursor: pointer;

@include hover(transform, scale(1.05));
Expand Down

0 comments on commit 3b3468c

Please sign in to comment.