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

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