PeerTube/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.comp...

11 lines
164 B
SCSS

@use '_variables' as *;
@use '_mixins' as *;
.delete-me {
button {
@include peertube-button;
@include danger-button;
@include disable-outline;
}
}