provide specific engine boundaries for nodejs and yarn
[oweals/peertube.git] / client / src / app / shared / video / feed.component.scss
index 385764be0aaf0cddd3ffaba37307120f3f163a8b..34dd0e93783ab37d892f703a8824ba53db953bc1 100644 (file)
@@ -1,19 +1,20 @@
+@import '_variables';
 @import '_mixins';
 
 .video-feed {
+  width: min-content;
+
   a {
     color: black;
     display: block;
   }
 
-  .icon {
-    @include icon(12px);
+  my-global-icon {
+    cursor: pointer;
+    width: 12px;
+    position: relative;
+    top: -2px;
 
-    &.icon-syndication {
-      position: relative;
-      top: -2px;
-      background-color: var(--mainForegroundColor);
-      mask-image: url('../../../assets/images/global/syndication.svg');
-    }
+    @include apply-svg-color(pvar(--mainForegroundColor))
   }
-}
\ No newline at end of file
+}