]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/channels-setup-message.component.scss
Increase global font size
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / channels-setup-message.component.scss
index 7dcba2ca5563e4a24e77643bfc451fc624be4883..2aa176e1b45d14e7ad5bc58f0f8d2e81017f6f05 100644 (file)
@@ -5,28 +5,24 @@
   display: flex;
   align-items: center;
   justify-content: center;
+}
 
-  my-global-icon {
-    width: 32px;
-    align-self: flex-start;
+my-global-icon {
+  @include apply-svg-color(pvar(--mainColor));
 
-    ::ng-deep {
-      svg {
-        fill: #0c5460;
-      }
-    }
+  width: 32px;
+  align-self: flex-start;
 
-    + div {
-      margin-left: 10px;
-      text-align: center;
+  + div {
+    margin-left: 10px;
+    text-align: center;
+  }
+}
 
-      a.channels-settings-link {
-        @include peertube-button-link;
-        @include grey-button;
+.channels-settings-link {
+  @include peertube-button-link;
+  @include grey-button;
 
-        height: fit-content;
-        margin-top: 10px;
-      }
-    }
-  }
+  height: fit-content;
+  margin-top: 10px;
 }