File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -418,3 +418,15 @@ pre .language-plaintext {
418
418
.app-campaign-cookie-banner .govuk-grid-column-two-thirds {
419
419
width : 100% ;
420
420
}
421
+
422
+ // Add styling for research banner
423
+ .app-research-banner {
424
+ padding-top : 10px ;
425
+ padding-bottom : 10px ;
426
+ border-bottom : 1px solid $govuk-border-colour ;
427
+ background-color : #ffee80 ;
428
+
429
+ p {
430
+ margin-bottom : 0 ;
431
+ }
432
+ }
Original file line number Diff line number Diff line change 45
45
{% block main %}
46
46
{% include " _header.njk" %}
47
47
{% include " _navigation.njk" %}
48
+ {% include " _research-banner.njk" %}
48
49
{% include " _banner.njk" %}
49
50
{% block body %}
50
51
{{ contents | safe }}
Original file line number Diff line number Diff line change
1
+ <div class =" app-research-banner" >
2
+ <div class =" app-width-container" >
3
+ <p class =" govuk-body-m" >Are you a new or infrequent user? <a class =" govuk-link" href =" /" >Sign up to test the GOV.UK Design System</a ></p >
4
+ </div >
5
+ </div >
You can’t perform that action at this time.
0 commit comments