aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/feed.component.scss
blob: 34dd0e93783ab37d892f703a8824ba53db953bc1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     


                  

                     
     
                 
                   

   




                       
 
                                                         
   
 
@import '_variables';
@import '_mixins';

.video-feed {
  width: min-content;

  a {
    color: black;
    display: block;
  }

  my-global-icon {
    cursor: pointer;
    width: 12px;
    position: relative;
    top: -2px;

    @include apply-svg-color(pvar(--mainForegroundColor))
  }
}