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