]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
CommitLineData
ed5bb517
K
1@import '_variables';
2@import '_mixins';
3
ddb83e49 4.row {
931d3430
C
5 @include sub-menu-h1;
6
ddb83e49 7 flex-direction: column;
c4741804
RK
8 width: 100%;
9
931d3430 10 > my-top-menu-dropdown:nth-child(1) {
c4741804
RK
11 flex-grow: 1;
12 }
4c8e4e04 13}