Skip to content

Commit

Permalink
header tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Feb 20, 2020
1 parent 2f3d95e commit 0eba104
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header-eq-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</span>
{% unless page.hideSaveLater %}
<button
class="btn btn--ghost u-fr u-d-no@xs@m complete-later">Save and complete later</button>
class="btn btn--ghost u-fr u-d-no@xs@m complete-later">Save and sign out</button>
<!--<button class="btn btn&#45;&#45;ghost u-fr">Cadw a chwblhau'n ddiweddarach</button>-->
{% endunless %}
</h1>
Expand Down
16 changes: 16 additions & 0 deletions _prototypes/individual-response--your-household-v15/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ h4 {
font-size: .8rem;
}

.logo__img {
width: 220px;
}

/* over 740px */
@media only screen and (min-width: 740px) {
.u-fs-xl,
Expand All @@ -69,6 +73,14 @@ h4 {
.u-fs-s {
font-size: .8rem;
}

.logo__img {
width: 220px;
}
}

.page__subheader {
padding: 1rem 0;
}

.header__title {
Expand All @@ -89,6 +101,10 @@ h4 {
width: 1px;
}

.header__title--nav-adj {
padding-top: 0;
}

.btn:not(.btn--ghost):not(.btn--ghost-blue) {
-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);
Expand Down

0 comments on commit 0eba104

Please sign in to comment.