aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/feed.component.scss
blob: a1838c4852e19af8d23fbc2251cb296dd87c3e07 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       
 
       
              
 
     
                
                   
   
 
 
                

                                                        

                  
 
@use '_variables' as *;
@use '_mixins' as *;

.feed {
  width: 100%;

  a {
    color: #000;
    display: block;
  }
}

my-global-icon {
  @include apply-svg-color(pvar(--mainForegroundColor));

  cursor: pointer;
  width: 100%;
}