aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.scss
blob: 3a7bf2ef8b5aef64234ea3becce7fecec3938768 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       
 



                                       

           
                                       



                   
                                         


   

                         
                                

   



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

a {
  @include disable-default-a-behaviour;
  display: inline-block;

  &,
  &:hover {
    color: pvar(--mainForegroundColor);
  }

  span {
    font-size: 80%;
    color: pvar(--inputPlaceholderColor);
  }
}

.action-cell {
  my-button:first-child {
    @include margin-right(10px);
  }
}

my-delete-button {
  max-width: 130px;
}