diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 558610893..af258dcfa 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -34,10 +34,16 @@ $container-max-widths: ( | |||
34 | xl: 1140px | 34 | xl: 1140px |
35 | ); | 35 | ); |
36 | 36 | ||
37 | $input-color: pvar(--inputForegroundColor); | ||
38 | $input-bg: pvar(--inputBackgroundColor); | ||
39 | $input-focus-color: pvar(--inputForegroundColor); | ||
40 | $input-focus-bg: pvar(--inputBackgroundColor); | ||
37 | $input-btn-focus-width: 0; | 41 | $input-btn-focus-width: 0; |
38 | $input-btn-focus-color: inherit; | 42 | $input-btn-focus-color: inherit; |
39 | $input-focus-border-color: #ced4da; | 43 | $input-focus-border-color: #ced4da; |
40 | 44 | ||
45 | $input-group-addon-color: pvar(--mainForegroundColor); | ||
46 | |||
41 | $nav-pills-link-active-bg: #F0F0F0; | 47 | $nav-pills-link-active-bg: #F0F0F0; |
42 | $nav-pills-link-active-color: #000; | 48 | $nav-pills-link-active-color: #000; |
43 | $nav-link-transition: none; | 49 | $nav-link-transition: none; |
@@ -56,5 +62,3 @@ $accordion-button-active-color: pvar(--mainForegroundColor); | |||
56 | $accordion-button-focus-border-color: pvar(--mainColorLightest); | 62 | $accordion-button-focus-border-color: pvar(--mainColorLightest); |
57 | $accordion-button-focus-box-shadow: 0 0 0 .15rem pvar(--mainColorLightest); | 63 | $accordion-button-focus-box-shadow: 0 0 0 .15rem pvar(--mainColorLightest); |
58 | $accordion-border-color: pvar(--inputBorderColor); | 64 | $accordion-border-color: pvar(--inputBorderColor); |
59 | |||
60 | $input-group-addon-color: pvar(--mainForegroundColor); | ||