diff --git a/_img/icons/icons--chevron-down-black.svg b/_img/icons/icons--chevron-down-black.svg
new file mode 100644
index 0000000000..2cfaa733bb
--- /dev/null
+++ b/_img/icons/icons--chevron-down-black.svg
@@ -0,0 +1 @@
+
diff --git a/_includes/header-census.html b/_includes/header-census.html
index 493c70b94a..93542d83a7 100644
--- a/_includes/header-census.html
+++ b/_includes/header-census.html
@@ -22,9 +22,9 @@
-
@@ -61,6 +59,9 @@
+
diff --git a/_prototypes/end-to-end/home.html b/_prototypes/end-to-end/home.html
index 3f58b27176..d2d0a37b3d 100644
--- a/_prototypes/end-to-end/home.html
+++ b/_prototypes/end-to-end/home.html
@@ -122,9 +122,10 @@
If you want to fill out a paper census
\ No newline at end of file
diff --git a/_prototypes/end-to-end/style.css b/_prototypes/end-to-end/style.css
index 76d9a857ec..3aea365d9c 100644
--- a/_prototypes/end-to-end/style.css
+++ b/_prototypes/end-to-end/style.css
@@ -129,11 +129,8 @@ h4 {
margin-bottom : 0!important;
}
-.header__title {
- display: block;
- background: url('../img/icons/census-logo-en.svg') no-repeat 0 50%;
- max-width: 100%;
- height: 53px;
+.header__title-link:focus {
+ outline-color: #fd0;
}
.header__title span {
@@ -152,6 +149,10 @@ h4 {
}
/* Header nav */
+.header-nav {
+ display: none;
+}
+
.header__bottom {
background: #93328e;
}
@@ -186,7 +187,23 @@ h4 {
font-weight: bold;
}
+.btn--mobile:before {
+ top: 14px;
+}
+
+.btn--mobile:focus:before {
+ background: url(/img/icons/icons--chevron-down-black.svg) no-repeat 50%;
+}
+
+.btn--mobile.js-nav-show:before {
+ transform: rotate(180deg);
+}
+
@media only screen and (min-width: 740px) {
+ .header-nav {
+ display: block;
+ }
+
.header-nav__item {
display: inline-block;
position: relative;
@@ -227,7 +244,7 @@ h4 {
}
} */
-.btn:not(.btn--ghost):not(.btn--ghost-blue) {
+.btn:not(.btn--ghost):not(.btn--ghost-blue):not(.btn--mobile) {
-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);
@@ -241,7 +258,8 @@ h4 {
border: 1px solid #fd0;
}
-.btn--ghost:focus {
+.btn--ghost:focus,
+.btn--mobile:focus {
border: 2px solid #fd0;
}
diff --git a/img/icons/icons--chevron-down-black.svg b/img/icons/icons--chevron-down-black.svg
new file mode 100644
index 0000000000..2cfaa733bb
--- /dev/null
+++ b/img/icons/icons--chevron-down-black.svg
@@ -0,0 +1 @@
+