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

                  
       
              
 
     
                 
                   
   
 
 


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

.feed {
  width: 100%;

  a {
    color: black;
    display: block;
  }
}

my-global-icon {
  cursor: pointer;
  width: 100%;

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