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));