Skip to content

Commit 16d1fe3

Browse files
committed
updated nhsuk-u-margin-top-3 to nhsuk-u-padding-top-3 to remove grey space
1 parent 6c55e96 commit 16d1fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Views/Shared/_CookieConsentPartial.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@if (showCookieBanner == null && validateCookieBannerViaTempData == null) // [BY] Show cookie banner when the value is null. if the user consent yes or no then we dont display the banner
1717
{
1818
<div id="nhsuk-cookie-banner">
19-
<div class="nhsuk-cookie-banner nhsuk-u-margin-top-3" id="cookiebanner">
19+
<div class="nhsuk-cookie-banner nhsuk-u-padding-top-3" id="cookiebanner">
2020
<div class="nhsuk-width-container ">
2121
<h2>Cookies on the @cookieBannerAppName</h2>
2222
@cookieBannerContent
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636

37-
<div class="nhsuk-success-banner nhsuk-u-margin-top-3" id="nhsuk-cookie-confirmation-banner" style="display:none;">
37+
<div class="nhsuk-success-banner nhsuk-u-padding-top-3" id="nhsuk-cookie-confirmation-banner" style="display:none;">
3838
<div class="nhsuk-width-container">
3939
<p id="nhsuk-success-banner__message">You can change your cookie settings at any time using our <a href="@Url.Action(policyActionName,policyControllerName)">cookies page</a>.</p>
4040
</div>
@@ -43,7 +43,7 @@
4343
}
4444
@if (consentViaBannerPostTemp != null)
4545
{
46-
<div class="nhsuk-success-banner nhsuk-u-margin-top-3" id="nhsuk-cookie-confirmation-banner-post">
46+
<div class="nhsuk-success-banner nhsuk-u-padding-top-3" id="nhsuk-cookie-confirmation-banner-post">
4747
<div class="nhsuk-width-container">
4848
<p id="nhsuk-success-banner__message">You can change your cookie settings at any time using our <a href="@Url.Action(policyActionName,policyControllerName)">cookies page</a>.</p>
4949
</div>

0 commit comments

Comments
 (0)