@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 }