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

.root {
  @include sub-menu-h1;

  flex-direction: column;
  width: 100%;

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