]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-danger-zone / my-account-danger-zone.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
92b9d60c
C
3
4.delete-me {
92b9d60c
C
5 button {
6 @include peertube-button;
1fe1e14c 7 @include danger-button;
5411da31 8 @include disable-outline;
92b9d60c 9 }
931d3430 10}