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

.row {
  flex-direction: column;
  width: 100%;

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

  @include sub-menu-h1;
}