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