From 517c994bebf223669d9ee2640c4367afc6f8fde7 Mon Sep 17 00:00:00 2001 From: benjacanas Date: Fri, 22 Apr 2022 14:52:09 -0300 Subject: [PATCH 1/2] fix botones --- src/styles/global.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 1fc7f4d1..e1a9c647 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -85,6 +85,11 @@ $extra-large: 45px; padding: 12px 30px; font-size: 18px; } + + a { + font: inherit; + color: inherit; + } } @mixin secondaryBtn { @@ -106,6 +111,11 @@ $extra-large: 45px; @media screen and (min-width: $breakpoint-lg) { padding: 8px 30px; } + + a { + font: inherit; + color: inherit; + } } // new sizes From 3ca30138470b8bb695345e0549d6c5aebe785fa9 Mon Sep 17 00:00:00 2001 From: benjacanas Date: Fri, 22 Apr 2022 15:01:07 -0300 Subject: [PATCH 2/2] cambios preprod --- src/components/BannerList/BannerList.js | 4 ++-- src/components/DualSection/DualSection.scss | 3 --- src/components/Footer/Navegation/navegation.scss | 8 +++++--- src/components/Footer/Subscription/subscription.scss | 7 +++++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/BannerList/BannerList.js b/src/components/BannerList/BannerList.js index 3e2f6e96..6b4298e1 100644 --- a/src/components/BannerList/BannerList.js +++ b/src/components/BannerList/BannerList.js @@ -39,7 +39,7 @@ export default function BannerList({ data }) { {title} {data.contactForm && ( )} @@ -48,7 +48,7 @@ export default function BannerList({ data }) { {data.contactForm && ( )} diff --git a/src/components/DualSection/DualSection.scss b/src/components/DualSection/DualSection.scss index 66206052..1ccf03a1 100644 --- a/src/components/DualSection/DualSection.scss +++ b/src/components/DualSection/DualSection.scss @@ -32,9 +32,6 @@ padding-bottom: 3em; button { @include primaryBtn; - a { - color: inherit; - } } .gatsby-image-wrapper { diff --git a/src/components/Footer/Navegation/navegation.scss b/src/components/Footer/Navegation/navegation.scss index 3776ddf5..35f62a85 100644 --- a/src/components/Footer/Navegation/navegation.scss +++ b/src/components/Footer/Navegation/navegation.scss @@ -18,13 +18,15 @@ } } + + @media screen and (min-width: $breakpoint-xl) { .ContactData__Item { ul li a { font-size: 18px; } - } - h6 { - font-size: inherit; + h6 { + font-size: unset; + } } } diff --git a/src/components/Footer/Subscription/subscription.scss b/src/components/Footer/Subscription/subscription.scss index 3482e0d4..ab8e3bb0 100644 --- a/src/components/Footer/Subscription/subscription.scss +++ b/src/components/Footer/Subscription/subscription.scss @@ -1,6 +1,9 @@ @import "../../../styles/global.scss"; .ContactData { + h6 { + font-size: unset; + } &__Item { form { @@ -63,7 +66,7 @@ } -@media screen and (max-width: $breakpoint-md) { +@media screen and (max-width: calc($breakpoint-md - 1px)) { .ContactData { &__Form { input { @@ -79,9 +82,9 @@ display: none; } .contactData-mobile_button{ + @include primaryBtn; width: auto; max-width: 100%; - @include primaryBtn; margin-top: 3em; a { color: inherit;