Skip to content

Commit

Permalink
Spacing between GDS style notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmking committed Nov 26, 2021
1 parent 888bc5d commit 26d1f35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 33 deletions.
8 changes: 2 additions & 6 deletions src/SFA.DAS.EmployerAccounts.Web/dist/css/screen-ie6.css
Original file line number Diff line number Diff line change
Expand Up @@ -2236,13 +2236,9 @@ a#link-settings {
font-weight: 400;
font-size: 16px;
line-height: 1.25;
margin-bottom: 30px;
margin: 30px 0;
border: 5px solid #1d70b8;
background-color: #1d70b8;
margin-bottom: 50px; }

.govuk-notification-banner--dashboard {
margin: 30px 0; }
background-color: #1d70b8; }

.govuk-notification-banner__header {
padding: 2px 15px 5px;
Expand Down
8 changes: 2 additions & 6 deletions src/SFA.DAS.EmployerAccounts.Web/dist/css/screen-ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -2232,13 +2232,9 @@ a#link-settings {
font-weight: 400;
font-size: 16px;
line-height: 1.25;
margin-bottom: 30px;
margin: 30px 0;
border: 5px solid #1d70b8;
background-color: #1d70b8;
margin-bottom: 50px; }

.govuk-notification-banner--dashboard {
margin: 30px 0; }
background-color: #1d70b8; }

.govuk-notification-banner__header {
padding: 2px 15px 5px;
Expand Down
8 changes: 2 additions & 6 deletions src/SFA.DAS.EmployerAccounts.Web/dist/css/screen-ie8.css
Original file line number Diff line number Diff line change
Expand Up @@ -2202,13 +2202,9 @@ a#link-settings {
font-weight: 400;
font-size: 16px;
line-height: 1.25;
margin-bottom: 30px;
margin: 30px 0;
border: 5px solid #1d70b8;
background-color: #1d70b8;
margin-bottom: 50px; }

.govuk-notification-banner--dashboard {
margin: 30px 0; }
background-color: #1d70b8; }

.govuk-notification-banner__header {
padding: 2px 15px 5px;
Expand Down
8 changes: 1 addition & 7 deletions src/SFA.DAS.EmployerAccounts.Web/dist/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2440,15 +2440,9 @@ a#link-settings {
font-weight: 400;
font-size: 16px;
line-height: 1.25;
margin-bottom: 30px;
margin: 30px 0;
border: 5px solid #1d70b8;
background-color: #1d70b8; }
@media (min-width: 641px) {
.govuk-notification-banner {
margin-bottom: 50px; } }

.govuk-notification-banner--dashboard {
margin: 30px 0; }

.govuk-notification-banner__header {
padding: 2px 15px 5px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,9 @@ $warning-colour: $orange;
font-weight: 400;
font-size: 16px;
line-height: 1.25;
margin-bottom: 30px;
margin: 30px 0;
border: 5px solid #1d70b8;
background-color: #1d70b8;
@include media (tablet) {
margin-bottom: 50px;
}
}

.govuk-notification-banner--dashboard {
margin: 30px 0;
}

.govuk-notification-banner__header {
Expand Down

0 comments on commit 26d1f35

Please sign in to comment.