]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account.component.scss
Migrate to bootstrap 5
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .root {
5 @include sub-menu-h1;
6
7 flex-direction: column;
8 width: 100%;
9
10 > my-top-menu-dropdown:nth-child(1) {
11 flex-grow: 1;
12 }
13 }