]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
Fix scss lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.component.scss
CommitLineData
ffc42425
C
1@use 'sass:color';
2
8cbc40b2
C
3@use '_variables' as *;
4@use '_mixins' as *;
a0da6f90 5@use 'bootstrap/scss/functions' as *;
63c4db6d 6
c30745f3 7.account-title {
482fa503 8 @include settings-big-title;
1fe1e14c
RK
9
10 &.account-title-danger {
ffc42425 11 color: color.adjust($color: #c54130, $lightness: 10%);
1fe1e14c 12 }
c30745f3 13}
df8914c9 14
4c8749cb 15.row > div {
2e7f2627 16 max-width: 500px;
4682468d 17}