From edee2cdc60afc3961aa6ec7b048582324b231401 Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Fri, 31 Mar 2023 11:45:05 -0400 Subject: [PATCH] added addtional style overrides --- src/styles/client-customizations.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/client-customizations.scss b/src/styles/client-customizations.scss index 10ce8238..87bf3701 100644 --- a/src/styles/client-customizations.scss +++ b/src/styles/client-customizations.scss @@ -31,7 +31,17 @@ $limu-button-color: #A9E3E9; &:focus-visible { background: $limu-button-color !important; color: $limu-button-text-color !important; + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $limu-button-color !important; + } + &:focus { + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $limu-button-color !important; } } } + + .loader { + &:after { + background-color: $limu-button-text-color !important; + } + } } \ No newline at end of file