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

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