From 376d065953f712b2466d151c2bec2899cf83d112 Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 16 Feb 2022 15:57:03 -0500 Subject: [PATCH] Update/remove css. --- src/common-components/funnel-footer/funnel-footer.vue | 2 +- src/styles/common-error-styles.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index edb2420fa..cd9ad0975 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -111,7 +111,7 @@ export default { } a { display: flex; - justify-content: start; + justify-content: flex-start; } } } diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 2b93563cf..d7d1c019d 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -13,7 +13,6 @@ input[type=checkbox]:checked + label, input[type=radio]:checked + label { box-shadow: 0 0 0 2.5px transparent !important; - border: 1px solid $blue; } &.list-button-horizontal { color: $red;