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

                       
 
       
              
                 
 
     
                                       
                   
                     



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

.feed {
  width: 100%;
  color: inherit;

  a {
    color: pvar(--mainForegroundColor);
    display: block;
    min-width: 100px;

    &:hover {
      text-decoration: underline;
    }
  }
}

my-global-icon {
  width: 100%;
}