2016-01-07 20:11:22 +00:00
|
|
|
.page-footer {
|
2015-12-11 07:57:35 +00:00
|
|
|
|
2018-10-31 14:08:37 +00:00
|
|
|
position: relative;
|
2016-02-17 15:49:07 +00:00
|
|
|
margin-bottom: 30px;
|
2015-12-11 17:25:04 +00:00
|
|
|
|
2016-01-14 09:44:06 +00:00
|
|
|
&-delete-link {
|
|
|
|
|
|
|
|
|
|
line-height: 40px;
|
2016-02-22 12:07:09 +00:00
|
|
|
padding: 1px 0 0 15px;
|
2020-07-17 08:07:44 +01:00
|
|
|
font-weight: normal;
|
2016-01-14 09:44:06 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-18 13:19:41 +01:00
|
|
|
&-delete-link-without-button {
|
2019-04-02 09:59:18 +01:00
|
|
|
padding: 0;
|
2017-06-28 15:26:09 +01:00
|
|
|
display: inline-block;
|
2017-04-18 13:19:41 +01:00
|
|
|
}
|
|
|
|
|
|
2016-02-05 09:55:27 +00:00
|
|
|
&-secondary-link {
|
|
|
|
|
display: block;
|
2020-02-21 13:21:44 +00:00
|
|
|
margin-top: govuk-spacing(6);
|
2016-02-05 09:55:27 +00:00
|
|
|
}
|
2016-01-14 09:44:06 +00:00
|
|
|
|
2018-10-31 14:08:37 +00:00
|
|
|
&-right-aligned-link {
|
2019-10-31 10:49:02 +00:00
|
|
|
|
2018-10-31 14:08:37 +00:00
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
2019-10-31 10:49:02 +00:00
|
|
|
top: 9px; // align baseline with buttons
|
|
|
|
|
|
|
|
|
|
&-without-button {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-31 14:08:37 +00:00
|
|
|
}
|
|
|
|
|
|
2020-02-03 12:21:39 +00:00
|
|
|
&__button {
|
2016-05-05 08:39:36 +01:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-10 17:07:30 +00:00
|
|
|
.js-cancel {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-03 12:21:39 +00:00
|
|
|
&__button--centred {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 auto;
|
2019-12-02 18:15:00 +00:00
|
|
|
}
|
|
|
|
|
|
2015-12-11 07:57:35 +00:00
|
|
|
}
|
2017-05-30 13:51:25 +01:00
|
|
|
|
2020-01-30 11:44:20 +00:00
|
|
|
.search-form__button {
|
|
|
|
|
@include media(desktop) {
|
|
|
|
|
position: relative;
|
2020-08-07 10:16:24 +01:00
|
|
|
top: 30px;
|
2020-01-30 11:44:20 +00:00
|
|
|
left: -30px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-right: -30px;
|
2020-08-07 10:16:24 +01:00
|
|
|
padding-top: 9px;
|
2020-01-30 11:44:20 +00:00
|
|
|
box-sizing: content-box;
|
|
|
|
|
|
|
|
|
|
&:active {
|
2017-05-30 13:51:25 +01:00
|
|
|
top: 32px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|