aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.scss
blob: d79ff690b9875eac2bf183ce2d31a488799cddc4 (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;
  }
}