1
0
Fork 0
peertube/client/src/app/+my-account/my-account.component.scss

14 lines
182 B
SCSS
Raw Normal View History

@import '_variables';
@import '_mixins';
.row {
flex-direction: column;
width: 100%;
& > my-top-menu-dropdown:nth-child(1) {
flex-grow: 1;
}
@include sub-menu-h1;
}