aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_bootstrap-variables.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-02-18 12:01:08 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-02-18 12:01:08 +0100
commit757ffdfe901fddc34c311e3b45689e09a4055aa5 (patch)
tree6e482641432211a0ff624e33c560c32322a80b0e /client/src/sass/include/_bootstrap-variables.scss
parent887e1a0376193aa0c53cb2a814eb030750e240cc (diff)
downloadPeerTube-757ffdfe901fddc34c311e3b45689e09a4055aa5.tar.gz
PeerTube-757ffdfe901fddc34c311e3b45689e09a4055aa5.tar.zst
PeerTube-757ffdfe901fddc34c311e3b45689e09a4055aa5.zip
Add notifications popover and tooltips to the z-index table
Diffstat (limited to 'client/src/sass/include/_bootstrap-variables.scss')
-rw-r--r--client/src/sass/include/_bootstrap-variables.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss
index b3ab0eb2b..d536eac86 100644
--- a/client/src/sass/include/_bootstrap-variables.scss
+++ b/client/src/sass/include/_bootstrap-variables.scss
@@ -1,6 +1,5 @@
1$dropdown-link-active-bg: inherit; 1$dropdown-link-active-bg: inherit;
2 2
3$zindex-modal: 10005;
4$modal-footer-border-width: 0; 3$modal-footer-border-width: 0;
5$modal-md: 600px; 4$modal-md: 600px;
6 5
@@ -31,6 +30,3 @@ $input-focus-border-color: #ced4da;
31 30
32$nav-pills-link-active-bg: #F0F0F0; 31$nav-pills-link-active-bg: #F0F0F0;
33$nav-pills-link-active-color: #000; 32$nav-pills-link-active-color: #000;
34
35$zindex-dropdown: 10000;
36$zindex-popover: 10000;