aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/blocklist/server-blocklist.component.scss
blob: 9ddb7685021eb2acf050ae5f3b3c40fcfa829bf0 (plain) (tree)
1
2
3
4
5
6
7
8
9


                     




                                       
                                       



                   
                                         


   








                                        


                           




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

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

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

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

.caption {
  justify-content: flex-end;

  input {
    @include peertube-input-text(250px);
    flex-grow: 1;
  }
}

.unblock-button {
  @include peertube-button;
  @include grey-button;
}

.block-button {
  @include create-button;
}