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
|
|
|
|
2017-09-25 15:09:26 +01:00
|
|
|
@include bold-19;
|
|
|
|
|
color: $button-colour;
|
2015-12-17 14:05:35 +00:00
|
|
|
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;
|
2017-07-24 16:19:09 +01:00
|
|
|
border: 5px solid $button-colour;
|
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);
|
2017-07-24 16:19:09 +01:00
|
|
|
background-image: file-url('tick.png');
|
2017-01-23 13:02:36 +00:00
|
|
|
@include ie-lte(8) {
|
2017-07-24 16:19:09 +01:00
|
|
|
background-image: file-url('tick-16px.png');
|
2017-01-23 13:02:36 +00:00
|
|
|
}
|
2016-02-19 15:02:13 +00:00
|
|
|
background-size: 19px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: $gutter-half $gutter-half;
|
2017-02-13 12:48:05 +00:00
|
|
|
|
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;
|
2017-07-24 14:26:26 +01:00
|
|
|
color: $text-colour;
|
2016-01-14 09:44:06 +00:00
|
|
|
border: 5px solid $error-colour;
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
2017-02-13 12:11:32 +00:00
|
|
|
&:focus {
|
|
|
|
|
outline: 3px solid $yellow;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
.button {
|
|
|
|
|
@include button($error-colour);
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-22 09:36:42 +01:00
|
|
|
a {
|
|
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
color: $error-colour;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $mellow-red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-26 14:41:00 +01:00
|
|
|
.list {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
}
|
2016-02-02 09:38:31 +00:00
|
|
|
|
2016-04-01 10:54:55 +01:00
|
|
|
.banner-tour {
|
|
|
|
|
|
|
|
|
|
@extend %banner;
|
|
|
|
|
background: $govuk-blue;
|
|
|
|
|
color: $white;
|
2016-12-14 16:40:50 +00:00
|
|
|
margin-top: 10px;
|
2017-06-29 10:02:53 +01:00
|
|
|
margin-bottom: 0;
|
2016-05-20 12:05:05 +01:00
|
|
|
padding: $gutter;
|
2017-06-29 10:02:53 +01:00
|
|
|
height: 425px;
|
2016-05-20 12:05:05 +01:00
|
|
|
overflow: hidden;
|
|
|
|
|
box-shadow: inset 0 -1em 1.6em 0 rgba(0, 0, 0, 0.05);
|
2017-08-30 16:36:48 +01:00
|
|
|
border: 0;
|
2016-05-20 12:05:05 +01:00
|
|
|
|
|
|
|
|
.heading-medium {
|
|
|
|
|
@include core-24;
|
2016-04-01 10:54:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
2016-05-20 12:05:05 +01:00
|
|
|
|
|
|
|
|
margin-top: 0;
|
2016-04-01 10:54:55 +01:00
|
|
|
margin-bottom: $gutter;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
2016-04-13 12:50:13 +01:00
|
|
|
margin-bottom: 0;
|
2016-04-01 10:54:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& + p {
|
|
|
|
|
margin-top: -$gutter-half;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
a {
|
|
|
|
|
|
2016-05-20 12:05:05 +01:00
|
|
|
@include bold-19;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0 ;
|
|
|
|
|
margin: 0 0 $gutter 0;
|
2016-04-01 10:54:55 +01:00
|
|
|
|
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
|
|
|
|
2017-01-23 12:47:37 +00:00
|
|
|
.greyed-out-step {
|
|
|
|
|
|
|
|
|
|
$opacity: 0.6;
|
|
|
|
|
|
|
|
|
|
opacity: $opacity;
|
|
|
|
|
|
|
|
|
|
@include ie-lte(8) {
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($opacity * 100) + ")";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-17 11:45:48 +00:00
|
|
|
}
|