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

.delete-me {
  font-size: 15px;

  button {
    @include peertube-button;
    @include grey-button;
    @include disable-outline;
  }
}