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

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

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

  @include sub-menu-h1;
}

::ng-deep .anchor {
  top: #{-($header-height + $sub-menu-height + 20px)}; // offsetTop scrollToAnchor
}