]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-peertube/about-peertube.component.scss
Add mute status in account and channel pages
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
index a43eb6fe163a939bb17d2856eb0b0ca011172eaf..2a5ec08f53142cd0c7d7256aa03160e4e75cebc4 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .root {
   max-width: 1200px;
@@ -18,7 +18,7 @@
   margin: 20px auto;
 }
 
-/deep/ .section-title {
+::ng-deep .section-title {
   font-weight: $font-semibold;
   font-size: 20px;
   margin-bottom: 5px;
@@ -44,8 +44,9 @@
 .description,
 .p2p-privacy,
 my-about-peertube-contributors {
-  /deep/ {
-    p, li {
+  ::ng-deep {
+    p,
+    li {
       font-size: 15px;
     }
   }
@@ -67,3 +68,11 @@ my-about-peertube-contributors {
     }
   }
 }
+
+.card-title {
+  font-size: 1.25rem;
+}
+
+.p2p-privacy-title {
+  font-size: 20px;
+}