2015-12-17 10:18:31 +00:00
|
|
|
.column-three-quarters {
|
|
|
|
|
@include grid-column(3/4);
|
|
|
|
|
}
|
2016-01-18 10:47:53 +00:00
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
.column-one-sixth {
|
|
|
|
|
@include grid-column(1/6);
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
.column-one-eighth {
|
|
|
|
|
@include grid-column(1/8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-seven-eighths {
|
|
|
|
|
@include grid-column(7/8);
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-18 10:47:53 +00:00
|
|
|
.bottom-gutter {
|
|
|
|
|
margin-bottom: $gutter;
|
2016-02-18 14:54:59 +00:00
|
|
|
clear: both;
|
2016-01-18 10:47:53 +00:00
|
|
|
}
|
2016-02-26 16:22:07 +00:00
|
|
|
|
|
|
|
|
.bottom-gutter-2-3 {
|
2016-03-17 11:45:48 +00:00
|
|
|
margin-bottom: $gutter-two-thirds;
|
2016-02-26 16:22:07 +00:00
|
|
|
}
|
2016-03-11 07:47:46 +00:00
|
|
|
|
|
|
|
|
.align-with-heading {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
2016-03-29 16:15:15 +01:00
|
|
|
margin-top: 35px;
|
2016-03-11 07:47:46 +00:00
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
}
|
2016-03-16 11:01:19 +00:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|