aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/feed.component.scss
blob: bf1f4eeebdd1715d51d0e89ed4636fc764dd29da (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;
    min-width: 100px;
  }
}

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