edit a partial completed appeal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user