From a348b716f9e113355be8da82e2ed41d80aacdd12 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:34:19 -0400 Subject: [PATCH] refactor: catalog settings (#37) --- sass/_site.scss | 9 +- .../pages/card-catalog/catalog.component.html | 116 +++++++++--------- .../pages/card-catalog/catalog.component.scss | 4 + .../pages/card-catalog/catalog.component.ts | 8 +- .../pages/card-catalog/catalog.settings.scss | 21 +++- 5 files changed, 87 insertions(+), 71 deletions(-) diff --git a/sass/_site.scss b/sass/_site.scss index efc74e4..48101c9 100644 --- a/sass/_site.scss +++ b/sass/_site.scss @@ -1,8 +1,8 @@ @use "uswds-core" as *; -// SITE STYLES +/* SITE STYLES */ -// site mixin +/* site mixin */ @mixin site-style { h1 { @@ -96,11 +96,6 @@ max-width: 800px; margin: auto; - border: 5px; - border-style: solid; - border-radius: 1rem; - border-color: color($theme-color-base); - @include at-media-max("mobile-lg") { @include u-padding(2); } diff --git a/src/app/pages/card-catalog/catalog.component.html b/src/app/pages/card-catalog/catalog.component.html index ddbc66a..b7ae941 100644 --- a/src/app/pages/card-catalog/catalog.component.html +++ b/src/app/pages/card-catalog/catalog.component.html @@ -22,8 +22,8 @@
Showing {{cardStart}}-{{cardEnd}} of {{totalCards}} cards
+ -Showing {{cardStart}}-{{cardEnd}} of {{totalCards}} cards