]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 472245411e8bfce913739c64c65a591ff743e930..5f3e15d8074a115b608f53c30c9b91996398303f 100644 (file)
@@ -1,7 +1,5 @@
-@import '_variables';
-@import '_mixins';
-@import '~bootstrap/scss/functions';
-@import '~bootstrap/scss/variables';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .peertube-container {
   padding-bottom: 20px;
@@ -23,7 +21,6 @@
   top: 0;
   width: 100%;
   background-color: pvar(--mainBackgroundColor);
-  z-index: z(header);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
   display: flex;
 }