]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/feeds/feed.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
index 333d5944060d83ff810884d474f445a7ed8db8e7..a1838c4852e19af8d23fbc2251cb296dd87c3e07 100644 (file)
@@ -1,20 +1,18 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .feed {
-  width: min-content;
+  width: 100%;
 
   a {
-    color: black;
+    color: #000;
     display: block;
   }
+}
 
-  my-global-icon {
-    cursor: pointer;
-    width: 12px;
-    position: relative;
-    top: -2px;
+my-global-icon {
+  @include apply-svg-color(pvar(--mainForegroundColor));
 
-    @include apply-svg-color(pvar(--mainForegroundColor))
-  }
+  cursor: pointer;
+  width: 100%;
 }