From ac09198ed64bada75bfe30ef19caa91844da2436 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 21 Nov 2024 16:26:10 -0500 Subject: [PATCH] Removing styling from footer --- src/styles/client-customizations.scss | 37 ++++++++++++--------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/styles/client-customizations.scss b/src/styles/client-customizations.scss index 07142425..1b7bdaef 100644 --- a/src/styles/client-customizations.scss +++ b/src/styles/client-customizations.scss @@ -30,29 +30,24 @@ a.new-window-link { color: $link; } - footer { - a { - color: $link; - } - .btn { - &.btn-override[aria-disabled="false"]:not(.form-test-invalid) { - &.btn-primary { - background: $button-color; - color: $button-text-color; - } - - &:focus-visible { - background: $button-color; - color: $button-text-color; - box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color; - } - + .btn { + &.btn-override[aria-disabled="false"]:not(.form-test-invalid) { + &.btn-primary { + background: $button-color; + color: $button-text-color; } - } - .loader { - &:after { - background-color: $button-text-color; + + &:focus-visible { + background: $button-color; + color: $button-text-color; + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color; } + + } + } + .loader { + &:after { + background-color: $button-text-color; } } }