aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.scss
blob: 64f9609649e0f429ef17adba0d2f44c679421343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@import '_variables';
@import '_mixins';

.delete-me {
  button {
    @include peertube-button;
    @include danger-button;
    @include disable-outline;
  }
}