2016-09-20 12:30:00 +01:00
|
|
|
.input-list {
|
|
|
|
|
|
|
|
|
|
.list-entry {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
position: relative;
|
2020-08-07 10:48:21 +01:00
|
|
|
|
|
|
|
|
// move the left border, signifying the error, out of the main column
|
|
|
|
|
.govuk-form-group--error {
|
|
|
|
|
margin-left: ($govuk-border-width + $govuk-gutter-half) * -1;
|
|
|
|
|
}
|
2016-09-20 12:30:00 +01:00
|
|
|
}
|
|
|
|
|
|
2020-02-05 17:22:52 +00:00
|
|
|
&__button--remove,
|
|
|
|
|
&__button--add {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__button--remove {
|
2016-09-20 12:30:00 +01:00
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
position: static;
|
2017-07-17 09:55:11 +01:00
|
|
|
overflow: hidden;
|
2016-09-20 12:30:00 +01:00
|
|
|
|
|
|
|
|
@include media(tablet) {
|
|
|
|
|
@include inline-block;
|
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-05 17:22:52 +00:00
|
|
|
&__button--add {
|
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-20 12:30:00 +01:00
|
|
|
}
|