updated as per gel spot check 3
This commit is contained in:
@@ -92,6 +92,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
|
||||
a:visited {
|
||||
color: $blue;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
color: $lightblue;
|
||||
}
|
||||
|
||||
@@ -174,7 +174,21 @@ a.longLinkBreak {
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
}
|
||||
.govuk-breadcrumbs__link:focus {
|
||||
color: $lightblue;
|
||||
outline: solid 2px #ffd530;
|
||||
background: no-repeat;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.govuk-breadcrumbs__link:hover {
|
||||
color: $lightblue;
|
||||
}
|
||||
|
||||
.govuk-breadcrumbs__list-item {
|
||||
font-weight: bold;
|
||||
color: $darkgrey;
|
||||
}
|
||||
.govuk-breadcrumbs__list-item:before {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@@ -182,7 +196,7 @@ a.longLinkBreak {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-width: 2px 2px 0 0;
|
||||
border-color: $darkgrey;
|
||||
border-color: $midgrey;
|
||||
}
|
||||
|
||||
.servicebanner {
|
||||
@@ -257,6 +271,10 @@ textarea,
|
||||
}
|
||||
}
|
||||
|
||||
&:focus:not(:active):not(:hover) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&.govuk-button--secondary {
|
||||
background-color: $white;
|
||||
color: $red;
|
||||
@@ -298,6 +316,15 @@ textarea,
|
||||
background-color: #fff;
|
||||
padding: 10px 15px;
|
||||
border: 1px solid #666666;
|
||||
|
||||
&:focus {
|
||||
outline: 2px solid #ffdd00;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #e5e5e5;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.sharebar {
|
||||
@@ -699,8 +726,10 @@ textarea,
|
||||
a:visited {
|
||||
color: $blue;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
color: $lightblue;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
a:focus {
|
||||
@@ -1455,21 +1484,22 @@ ul#sharePageLinks.active {
|
||||
|
||||
.leftTextButton {
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
background-image: url(/assets/images/arrow-left--black.svg);
|
||||
padding: 0 0 0 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
}
|
||||
// &:before {
|
||||
// content: "";
|
||||
// background-image: url(/assets/images/arrow-left--black.svg);
|
||||
// padding: 0 0 0 20px;
|
||||
// background-repeat: no-repeat;
|
||||
// background-position: left center;
|
||||
// }
|
||||
|
||||
&.activePaginationItem {
|
||||
color: #b80d0d;
|
||||
&:before {
|
||||
content: "";
|
||||
background-image: url(/assets/images/arrow-left--active.svg);
|
||||
}
|
||||
// &:before {
|
||||
// content: "";
|
||||
// background-image: url(/assets/images/arrow-left--active.svg);
|
||||
// }
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@@ -1498,6 +1528,7 @@ ul#sharePageLinks.active {
|
||||
|
||||
.paginationContainer {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
.activePaginationItem {
|
||||
color: #b80d0d;
|
||||
}
|
||||
@@ -1511,14 +1542,15 @@ ul#sharePageLinks.active {
|
||||
|
||||
.rightTextButton {
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
background-image: url(/assets/images/arrow-right--black.svg);
|
||||
padding: 0 0 0 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px;
|
||||
}
|
||||
// &:after {
|
||||
// content: "";
|
||||
// background-image: url(/assets/images/arrow-right--black.svg);
|
||||
// padding: 0 0 0 20px;
|
||||
// background-repeat: no-repeat;
|
||||
// background-position: 5px;
|
||||
// }
|
||||
|
||||
&.activePaginationItem {
|
||||
color: #b80d0d;
|
||||
|
||||
Reference in New Issue
Block a user