Skip to content

Commit 4393803

Browse files
Fixed alignment of header menu
Jira ticket: CAMS-436 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: James Brooks <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
1 parent 0740a66 commit 4393803

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

user-interface/src/lib/components/Header.scss

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@
1313
}
1414
}
1515

16-
.usa-header > * {
16+
.cams-header.usa-header > * {
1717
background-color: colors.$navy;
1818
}
1919

20-
.cams-header .usa-banner > * {
21-
vertical-align: middle;
22-
line-height: normal;
23-
}
24-
2520
.cams-header {
2621
background-color: colors.$navy;
2722
border-bottom: 3px solid colors.$gold;
@@ -31,6 +26,11 @@
3126

3227
@include header-links;
3328

29+
.usa-banner > * {
30+
vertical-align: middle;
31+
line-height: normal;
32+
}
33+
3434
.usa-nav-container {
3535
display: block;
3636
padding-left: 0;
@@ -268,3 +268,13 @@
268268
}
269269
}
270270
}
271+
272+
@media (min-width: 64em) {
273+
.cams-header {
274+
.usa-nav-container::after {
275+
clear: none;
276+
content: none;
277+
display: none;
278+
}
279+
}
280+
}

0 commit comments

Comments
 (0)