edit a partial completed appeal

This commit is contained in:
2022-05-05 11:04:05 +01:00
parent 20b20f72d3
commit b99512066b
14 changed files with 497 additions and 106 deletions
+30
View File
@@ -683,11 +683,28 @@ textarea,
word-wrap: normal;
}
// .at-nav-container{
// @media screen and (min-width: 480px) {
// position: fixed;
// }
// }
.at-nav {
border-top: 5px solid #1d70b8;
padding-top: 25px;
.progress-heading{
display:flex;
}
.progress-case-reference{
margin-left:10px;
}
}
.at-nav ul.govuk-list.js-hidden {
display: none;
}
@@ -841,6 +858,19 @@ textarea,
}
}
.progress-save{
padding: 10px 15px !important;
font-size: 16px;
float: right;
border-color: $midgrey !important;
color: $midgrey !important;
&:hover {
background-color: $midgrey !important;
color: $white !important;
}
}
.results .govuk-summary-list__row {
@media screen and (max-width: 900px) {
padding: 20px 10px;