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