diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:03:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:24:51 +0200 |
commit | bfcaa9c1947304c9f90843bc288d3d8f64a71097 (patch) | |
tree | ea17066ce4e24e1985f6da6061fc246ca4cf445d /client/src/sass/bootstrap.scss | |
parent | b4890f214948fbb1796861c563b8329c1daf2d29 (diff) | |
download | PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.tar.gz PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.tar.zst PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index eed6abe41..97f72c41f 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | @import '~bootstrap/scss/functions'; | 6 | @import '~bootstrap/scss/functions'; |
7 | @import '~bootstrap/scss/variables'; | 7 | @import '~bootstrap/scss/variables'; |
8 | @import '~bootstrap/scss/maps'; | ||
8 | @import '~bootstrap/scss/mixins'; | 9 | @import '~bootstrap/scss/mixins'; |
9 | @import '~bootstrap/scss/utilities'; | 10 | @import '~bootstrap/scss/utilities'; |
10 | 11 | ||
@@ -29,6 +30,11 @@ | |||
29 | @import '~bootstrap/scss/helpers'; | 30 | @import '~bootstrap/scss/helpers'; |
30 | @import '~bootstrap/scss/utilities/api'; | 31 | @import '~bootstrap/scss/utilities/api'; |
31 | 32 | ||
33 | .accordion { | ||
34 | --bs-accordion-color: #{pvar(--mainForegroundColor)}; | ||
35 | --bs-accordion-bg: #{pvar(--mainBackgroundColor)}; | ||
36 | } | ||
37 | |||
32 | .flex-auto { | 38 | .flex-auto { |
33 | flex: auto; | 39 | flex: auto; |
34 | } | 40 | } |