diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:20:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:20:28 +0100 |
commit | ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9 (patch) | |
tree | 5a517cb0b85f065967cfd7c224039fd8b4bc533f /client/src/sass/include | |
parent | 2a6a4e79caa8a81e780d81ba1a9ab3bc65ec7b3a (diff) | |
download | PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.tar.gz PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.tar.zst PeerTube-ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9.zip |
Prefer using bootstrap variable
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index af258dcfa..c4d3897bd 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -43,6 +43,7 @@ $input-btn-focus-color: inherit; | |||
43 | $input-focus-border-color: #ced4da; | 43 | $input-focus-border-color: #ced4da; |
44 | 44 | ||
45 | $input-group-addon-color: pvar(--mainForegroundColor); | 45 | $input-group-addon-color: pvar(--mainForegroundColor); |
46 | $input-group-addon-bg: pvar(--greyBackgroundColor); | ||
46 | 47 | ||
47 | $nav-pills-link-active-bg: #F0F0F0; | 48 | $nav-pills-link-active-bg: #F0F0F0; |
48 | $nav-pills-link-active-color: #000; | 49 | $nav-pills-link-active-color: #000; |