2016-01-11 11:27:42 +00:00
|
|
|
%banner,
|
2016-01-26 16:26:08 +00:00
|
|
|
.banner,
|
|
|
|
|
.banner-default {
|
2015-12-17 14:05:35 +00:00
|
|
|
|
|
|
|
|
@include core-19;
|
|
|
|
|
background: $turquoise;
|
|
|
|
|
color: $white;
|
|
|
|
|
display: block;
|
2016-01-11 11:27:42 +00:00
|
|
|
padding: $gutter-half;
|
2016-02-01 12:15:38 +00:00
|
|
|
margin: $gutter-half 0 $gutter 0;
|
2016-02-02 13:38:39 +00:00
|
|
|
text-align: left;
|
2015-12-17 14:05:35 +00:00
|
|
|
position: relative;
|
2016-02-03 15:24:50 +00:00
|
|
|
clear: both;
|
2015-12-17 14:05:35 +00:00
|
|
|
|
2016-03-07 18:47:05 +00:00
|
|
|
&-title {
|
|
|
|
|
@include bold-24;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-bullet {
|
|
|
|
|
@include copy-19;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-11 11:27:42 +00:00
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
%banner-with-tick,
|
|
|
|
|
.banner-with-tick {
|
2016-02-02 13:38:39 +00:00
|
|
|
padding: $gutter-half ($gutter + $gutter-half);
|
2016-02-19 15:02:13 +00:00
|
|
|
background-image: file-url('tick-white.png');
|
|
|
|
|
background-size: 19px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: $gutter-half $gutter-half;
|
|
|
|
|
font-weight: bold;
|
2015-12-17 14:05:35 +00:00
|
|
|
}
|
2016-01-14 09:44:06 +00:00
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
.banner-default-with-tick {
|
|
|
|
|
@extend %banner;
|
|
|
|
|
@extend %banner-with-tick;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
.banner-dangerous {
|
|
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
@extend %banner;
|
|
|
|
|
@include bold-19;
|
2016-01-14 09:44:06 +00:00
|
|
|
background: $white;
|
|
|
|
|
color: $error-colour;
|
|
|
|
|
border: 5px solid $error-colour;
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
@include button($error-colour);
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2016-02-02 09:38:31 +00:00
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
.banner-mode {
|
|
|
|
|
|
|
|
|
|
@extend %banner;
|
|
|
|
|
background: $govuk-blue;
|
|
|
|
|
color: $white;
|
|
|
|
|
margin-top: $gutter;
|
2016-04-01 10:54:55 +01:00
|
|
|
padding: $gutter-half;
|
2016-03-17 11:45:48 +00:00
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
p {
|
2016-03-17 14:56:52 +00:00
|
|
|
margin: 0 0 10px 0;
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
&-action {
|
2016-04-05 13:44:53 +01:00
|
|
|
|
|
|
|
|
display: block;
|
2016-04-01 10:54:55 +01:00
|
|
|
text-align: right;
|
2016-04-05 13:44:53 +01:00
|
|
|
float: right;
|
|
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:active {
|
|
|
|
|
color: $light-blue-25;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:active,
|
|
|
|
|
&:focus {
|
|
|
|
|
background-color: $yellow;
|
|
|
|
|
color: $govuk-blue;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-tour {
|
|
|
|
|
|
|
|
|
|
@extend %banner;
|
|
|
|
|
background: $govuk-blue;
|
|
|
|
|
color: $white;
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
padding: $gutter * 2;
|
|
|
|
|
|
|
|
|
|
.heading-large {
|
|
|
|
|
margin: 0 0 $gutter 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
|
|
|
|
|
margin-bottom: $gutter;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& + p {
|
|
|
|
|
margin-top: -$gutter-half;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
a {
|
|
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
@include bold-24;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-image: file-url('tour-next.png');
|
|
|
|
|
background-size: auto 24px;
|
|
|
|
|
padding: 0 23px 0 0;
|
|
|
|
|
background-position: right 3px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:active {
|
2016-04-01 10:54:55 +01:00
|
|
|
background-color: $link-hover-colour;
|
|
|
|
|
outline: 10px solid $link-hover-colour;
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
&:active,
|
|
|
|
|
&:focus {
|
|
|
|
|
background-color: $yellow;
|
|
|
|
|
outline: 10px solid $yellow;
|
|
|
|
|
}
|
2016-03-17 14:56:52 +00:00
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
}
|
2016-03-17 14:56:52 +00:00
|
|
|
|
2016-04-04 16:51:45 +01:00
|
|
|
img,
|
|
|
|
|
source {
|
2016-04-01 10:54:55 +01:00
|
|
|
max-width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2016-03-17 14:56:52 +00:00
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
&-image-flush-bottom {
|
|
|
|
|
margin: 40px 0 -60px 0;
|
2016-03-17 14:56:52 +00:00
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|