diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index f0357b579..e8c4528f4 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -240,10 +240,10 @@ ngb-tooltip-window { | |||
240 | 240 | ||
241 | &:focus-within, | 241 | &:focus-within, |
242 | &:focus { | 242 | &:focus { |
243 | box-shadow: 0 0 0 .2rem var(--mainColorLightest); | 243 | box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); |
244 | 244 | ||
245 | &.input-error { | 245 | &.input-error { |
246 | box-shadow: 0 0 0 .2rem #{scale-color($red, $alpha: -75%)}; | 246 | box-shadow: #{$focus-box-shadow-form} #{scale-color($red, $alpha: -75%)}; |
247 | } | 247 | } |
248 | } | 248 | } |
249 | } | 249 | } |