2 * Includes the main navigation header and the faded toolbar.
9 background-color: $primary-dark;
16 @include smaller-than($s) {
26 @include smaller-than($screen-lg) {
43 justify-content: space-between;
46 #header .container > * {
50 .header .docs-searchbar-js {
60 display: inline-block;
75 @include smaller-than($s) {
91 text-decoration: none;
97 @media screen and (min-width: $l) {
100 justify-content: flex-end;
106 .nav-dropdown-trigger {
113 .nav-dropdown-trigger:hover {
117 .nav-dropdown-trigger:focus + .nav-dropdown-menu,
118 .nav-dropdown-trigger:hover + .nav-dropdown-menu,
119 .nav-dropdown-menu:focus-within,
120 .nav-dropdown-menu:hover
126 background-color: #FFF;
131 0 0 120px 0 rgba(0, 0, 0, 0.1);
137 .nav-dropdown-menu:after {
140 background-color: #FFF;
148 transform: rotate(45deg);
159 .nav-dropdown-item:hover {
160 background-color: rgba($primary, 0.1);
161 text-decoration: none;
163 .nav-dropdown-item-icon {
166 .nav-dropdown-item-icon svg {
171 background-color: rgba($primary, 0.1);
174 .nav-dropdown-item-title {
177 .nav-dropdown-item p {
182 header #menu-button {
187 @media screen and (max-width: $l) {
188 header #menu-button {
189 display: inline-block;
190 background-color: transparent;
196 header #menu-button svg {
201 justify-content: space-between;
203 .header-search-section {
206 #header > .container {
213 #header .main-nav.showing {
216 .nav-dropdown-trigger {
218 pointer-events: none;
220 margin-bottom: .2rem;
228 padding-bottom: .5rem;
232 border: 1px solid #FFF;
239 .nav-dropdown-item:hover {
240 text-decoration: none;
242 background-color: rgba(255 255 255 / 10%);
244 .nav-dropdown-item-icon svg {
247 .nav-dropdown-item-title {
250 .nav-dropdown-item p {