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

my-top-menu-dropdown {
  flex-grow: 1;
}

@include sub-menu-h1;

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