From 3b3468c5bb4aadeb648e31b454b6b4d934e4dde1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 20 Oct 2024 19:00:55 +0300 Subject: [PATCH] add task solution --- src/styles/blocks/contact-form.scss | 12 ++++++++++++ src/styles/blocks/testimonials.scss | 1 + 2 files changed, 13 insertions(+) diff --git a/src/styles/blocks/contact-form.scss b/src/styles/blocks/contact-form.scss index 97ea8ab01..9f95255d6 100644 --- a/src/styles/blocks/contact-form.scss +++ b/src/styles/blocks/contact-form.scss @@ -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%; @@ -76,6 +87,7 @@ line-height: 56px; color: $button-text-color; margin-top: 56px; + cursor: pointer; @include hover(transform, scale(1.1)); diff --git a/src/styles/blocks/testimonials.scss b/src/styles/blocks/testimonials.scss index fc1192071..0bbaab2aa 100644 --- a/src/styles/blocks/testimonials.scss +++ b/src/styles/blocks/testimonials.scss @@ -64,6 +64,7 @@ justify-content: center; background-color: #fff; padding: 32px 42px; + border-radius: 16px; cursor: pointer; @include hover(transform, scale(1.05));