document link disable

This commit is contained in:
2022-02-16 07:17:20 +00:00
parent bfc4a7f3ab
commit f7dd728696
39 changed files with 2021 additions and 2079 deletions
+24
View File
@@ -811,6 +811,30 @@ textarea,
.govuk-summary-list__key:last-of-type {
width: 20%;
}
.govuk-summary-list__value {
position: relative;
}
.coverLoadingLink {
&.downloading {
background-color: transparent;
position: absolute;
/* display: block; */
width: 100%;
z-index: 200;
top: 0px;
left: 0px;
height: 100%;
opacity: 50%;
content: " ";
display: block;
}
.data-loading-icon {
left: calc(100% - 40px);
height: 20px;
top: calc(50% - 10px);
}
}
}
.results .govuk-summary-list__row {