From bd1d4458586a4a2a6d9b4c6858fbd10f8a09c7c4 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 11 Sep 2017 13:47:41 -0300 Subject: [PATCH] Update buttons. --- resources/assets/styles/common/_global.scss | 2 +- resources/assets/styles/components/_buttons.scss | 6 +++--- resources/views/partials/contact-form.blade.php | 2 +- resources/views/partials/front-page-catalog.blade.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/assets/styles/common/_global.scss b/resources/assets/styles/common/_global.scss index faa0e2d..0f444de 100644 --- a/resources/assets/styles/common/_global.scss +++ b/resources/assets/styles/common/_global.scss @@ -49,7 +49,7 @@ h2 { --primary: $brand-primary; --accent: $brand-accent; --primary-fg: $white; - --secondary-fg: $white; + --accent-fg: $white; --header-text: $black; } diff --git a/resources/assets/styles/components/_buttons.scss b/resources/assets/styles/components/_buttons.scss index 650795a..40ea15d 100644 --- a/resources/assets/styles/components/_buttons.scss +++ b/resources/assets/styles/components/_buttons.scss @@ -24,17 +24,17 @@ color: var(--primary, $brand-primary); } - &.button-small { + &.button--small { width: rem(150); height: rem(40); padding: rem(6.5); } - &.button-wide { + &.button--wide { width: 19.0625rem; } - &.button-inverse { + &.button--outline { background: $white; color: var(--primary, $brand-primary); diff --git a/resources/views/partials/contact-form.blade.php b/resources/views/partials/contact-form.blade.php index fc2fc75..5411ae3 100644 --- a/resources/views/partials/contact-form.blade.php +++ b/resources/views/partials/contact-form.blade.php @@ -17,6 +17,6 @@

-

+

diff --git a/resources/views/partials/front-page-catalog.blade.php b/resources/views/partials/front-page-catalog.blade.php index 4355873..2643d8f 100644 --- a/resources/views/partials/front-page-catalog.blade.php +++ b/resources/views/partials/front-page-catalog.blade.php @@ -10,6 +10,6 @@ @if($next_page <= $catalog_data['pages'])@endif