]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/feeds/feed.component.scss
Add video filters to common video pages
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
index b655ee7083461a4d642646a275e1cd53831b505d..bf1f4eeebdd1715d51d0e89ed4636fc764dd29da 100644 (file)
@@ -1,18 +1,17 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .feed {
   width: 100%;
 
   a {
-    color: black;
+    color: #000;
     display: block;
+    min-width: 100px;
   }
 }
 
 my-global-icon {
   cursor: pointer;
   width: 100%;
-
-  @include apply-svg-color(pvar(--mainForegroundColor))
 }