queued downloads and stream not buffer of downloads

This commit is contained in:
2025-09-23 12:45:20 +01:00
parent cb948a160b
commit 0b3cb9778b
6 changed files with 648 additions and 137 deletions
+20
View File
@@ -1469,6 +1469,22 @@ textarea,
top: calc(50% - 10px);
}
}
.documentLink {
border: none;
text-align: left;
cursor: pointer;
color: #0360a6;
display: block;
padding-left: 0px;
&:hover {
background-color: $white;
color: #3b7dc5;
border: none;
padding-left: 0px
}
}
}
.appealModule {
@@ -2932,6 +2948,10 @@ fade {
.govuk-label-s {
font-size: 14px;
}
&.govuk-checkboxes_short {
height: 180px;
}
}