We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740a66 commit 4393803Copy full SHA for 4393803
user-interface/src/lib/components/Header.scss
@@ -13,15 +13,10 @@
13
}
14
15
16
-.usa-header > * {
+.cams-header.usa-header > * {
17
background-color: colors.$navy;
18
19
20
-.cams-header .usa-banner > * {
21
- vertical-align: middle;
22
- line-height: normal;
23
-}
24
-
25
.cams-header {
26
27
border-bottom: 3px solid colors.$gold;
@@ -31,6 +26,11 @@
31
32
@include header-links;
33
28
29
+ .usa-banner > * {
30
+ vertical-align: middle;
+ line-height: normal;
+ }
+
34
.usa-nav-container {
35
display: block;
36
padding-left: 0;
@@ -268,3 +268,13 @@
268
269
270
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