Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
SDT-979 Update styles for site with deprecation banner added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon McMullan committed Dec 17, 2018
1 parent d3a37be commit 192f940
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
23 changes: 19 additions & 4 deletions public/assets/stylesheets/design-system.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions public/assets/stylesheets/design-system/modules/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ $active-nav-color: #1d8feb;
margin-top: $gutter-half;
margin-bottom: $gutter-half;
padding: $gutter-half 10px;
p {
max-width: 38em;
}

@include media(tablet) {
border: 5px solid $hm-revenue-customs-websafe;
margin-top: $gutter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,21 @@
}
.hero__title {
display: block;
max-width: 13em;
@include grid-column(2 / 3);
@include media(mobile) {
max-width: 100%;
}
}
.hero__description {
margin-bottom: 10px;
max-width: 25em;
@include grid-column(2 / 3);
@include media(mobile) {
max-width: 100%;
}
& a {
color: white;
text-decoration: underline
}
}
ul {
margin-bottom: 0;
Expand Down

0 comments on commit 192f940

Please sign in to comment.