]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 7b685655d14289a34a2b3a92952af04d3308de6d..31e9987c6b98f19daf709d5add4686eb35009cf6 100644 (file)
@@ -1,5 +1,5 @@
-@use '_variables';
-@use '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .peertube-container {
   padding-bottom: 20px;
@@ -21,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;
 }
     cursor: pointer;
     width: 20px;
   }
-
-  ::ng-deep {
-    p {
-      font-size: 16px;
-    }
-
-    p:last-child {
-      margin-bottom: 0;
-    }
-  }
 }