Saving progress spinner and language updates

This commit is contained in:
2022-10-04 10:24:49 +01:00
parent 683e3b5814
commit 7cd7ab78aa
21 changed files with 326 additions and 75 deletions
+57
View File
@@ -1048,6 +1048,20 @@ textarea,
}
}
.progress-save-active {
padding: 0px 10px 15px !important;
font-size: 16px;
float: right;
color: $midgrey !important;
}
.results .govuk-summary-list__row {
@media screen and (max-width: 900px) {
padding: 20px 10px;
@@ -2012,6 +2026,49 @@ ul#sharePageLinks.active {
&.watched_link {
color: $black !important;
background-color: $white;
width: 13px;
display: block;
.eye {
background-color: #aa1111;
}
.eye:before {
background: #fff;
}
}
&.watchLink {
width: 13px;
display: block;
}
.eye {
/* margin: 90px; */
width: 13px;
height: 13px;
/* border: solid 1px #000; */
border-radius: 75% 15%;
position: relative;
transform: rotate(45deg);
display: block;
top: 3.5px;
background-color: white;
}
.eye:before {
content: '';
display: block;
position: absolute;
width: 5px;
height: 5px;
border: solid 1px #aa1111;
border-radius: 50%;
left: 3px;
top: 3px;
background-color: #aa1111;
}
}