]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-library/my-library.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-library.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .row {
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 }