aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.scss
blob: b32bc84e7b795b4962e6ea2b78efd888a8f85b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import '_variables';
@import '_mixins';

.row {
  @include sub-menu-h1;

  flex-direction: column;
  width: 100%;

  > my-top-menu-dropdown:nth-child(1) {
    flex-grow: 1;
  }
}