|
8 | 8 | border-bottom: 1px solid #8eb8dc; |
9 | 9 | } |
10 | 10 |
|
| 11 | +// stylelint-disable-next-line selector-not-notation |
11 | 12 | .app-prose-scope .app-section--features p:not(.app-no-prose *) { |
12 | 13 | margin-bottom: 0; |
13 | 14 | } |
|
22 | 23 | } |
23 | 24 | } |
24 | 25 |
|
| 26 | +// Override prose-scope h2 size to govuk-heading-l for homepage sections. |
| 27 | +@import "govuk-frontend/dist/govuk/base"; |
| 28 | + |
| 29 | +.govuk-template .app-prose-scope .app-section h2 { |
| 30 | + @include govuk-font($size: 36, $weight: bold); |
| 31 | + @include govuk-responsive-margin(6, "bottom"); |
| 32 | +} |
25 | 33 |
|
26 | 34 | .govuk-template--rebranded .govuk-header__link--homepage:not(:focus), |
27 | 35 | .govuk-template--rebranded .govuk-header, |
28 | 36 | .govuk-template--rebranded .govuk-service-navigation.govuk-service-navigation--inverse, |
29 | 37 | .govuk-template--rebranded .app-masthead { |
| 38 | + // stylelint-disable-next-line declaration-no-important |
30 | 39 | background-color: #008531 !important; |
31 | 40 | } |
32 | 41 |
|
33 | 42 | .govuk-template--rebranded .app-homepage .govuk-service-navigation--inverse .govuk-width-container { |
34 | | - border-color: #66B683 !important; |
| 43 | + // stylelint-disable-next-line declaration-no-important |
| 44 | + border-color: #66b683 !important; |
35 | 45 | } |
36 | 46 |
|
37 | 47 | .govuk-template__body.app-homepage .govuk-template__body-inner { |
38 | 48 | background-color: #f4f8fb; |
39 | 49 | } |
40 | 50 |
|
41 | | -.govuk-template__body.app-homepage #main-content { |
| 51 | +.govuk-template__body.app-homepage main { |
42 | 52 | background-color: #ffffff; |
43 | 53 | } |
44 | 54 |
|
|
48 | 58 | } |
49 | 59 |
|
50 | 60 | .govuk-template--rebranded .app-masthead .govuk-grid-column-one-third-from-desktop { |
51 | | - background-image: url('../../../static/assets/images/form-input-screenshot.png'); |
| 61 | + background-image: url("../../../static/assets/images/form-input-screenshot.png"); |
52 | 62 | background-repeat: no-repeat; |
53 | 63 | background-position: center bottom; |
54 | 64 | background-size: 220px; |
|
0 commit comments