mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
> Let’s start the footer links with the cookie page. > Banner to say: "GOV.UK Notify uses cookies to make the site simpler. Find out > more about cookies" > Standard style one... see > https://www.registertovote.service.gov.uk/register-to-vote/cookies or > https://www.digitalmarketplace.service.gov.uk/cookies > > Let's link to the feedback form too... > https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform > Call it Support and feedback https://www.pivotaltracker.com/story/show/115483375
49 lines
684 B
SCSS
49 lines
684 B
SCSS
.column-three-quarters {
|
|
@include grid-column(3/4);
|
|
}
|
|
|
|
.column-one-sixth {
|
|
@include grid-column(1/6);
|
|
}
|
|
|
|
.column-one-eighth {
|
|
@include grid-column(1/8);
|
|
}
|
|
|
|
.column-seven-eighths {
|
|
@include grid-column(7/8);
|
|
}
|
|
|
|
.bottom-gutter {
|
|
margin-bottom: $gutter;
|
|
clear: both;
|
|
}
|
|
|
|
.bottom-gutter-2-3 {
|
|
margin-bottom: $gutter-two-thirds;
|
|
}
|
|
|
|
.align-with-heading {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 45px;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.global-cookie-message {
|
|
p {
|
|
@extend %site-width-container;
|
|
}
|
|
}
|
|
|
|
.footer-nav {
|
|
@include copy-16;
|
|
margin-bottom: $gutter-two-thirds;
|
|
|
|
a {
|
|
display: inline-block;
|
|
margin-right: $gutter-half;
|
|
}
|
|
}
|