Skip to content

Commit

Permalink
Deploying to gh-pages from @ 288049d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Oct 9, 2024
1 parent 4a5cac5 commit 9700c6b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/nhsuk-9.0.0.min.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/nhsuk-9.0.1.min.css

Large diffs are not rendered by default.

File renamed without changes.
18 changes: 13 additions & 5 deletions assets/nhsuk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2953,6 +2953,7 @@ b {
* 4. Typography sizing mixin, see core/tools/_typography
* 5. and core/settings/_typography for size maps.
* 5. .. but show a back to index page link.
* 6. Spacing to align the chevron with breadcrumb items
*/
.nhsuk-breadcrumb {
/* [1] */
Expand Down Expand Up @@ -3021,13 +3022,14 @@ b {
}
}
.nhsuk-breadcrumb__item:not(:last-child):after {
background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right 0 top 4px no-repeat;
background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right 0 top 0 no-repeat;
content: "";
display: inline-block;
height: 18px;
margin-left: 10px;
margin-right: 2px;
width: 18px;
height: 19px; /* [6] */
margin-left: 9px; /* [6] */
margin-right: 2px; /* [6] */
vertical-align: middle; /* [6] */
width: 18px; /* [6] */
}

.nhsuk-breadcrumb__link:visited {
Expand Down Expand Up @@ -3661,6 +3663,12 @@ b {
.nhsuk-card--care--emergency .nhsuk-card__content a:focus {
color: #212b32; /* [16] */
}
@media print {
.nhsuk-card--care--emergency .nhsuk-card__content {
background-color: white;
color: #212b32;
}
}
.nhsuk-card--care--emergency .nhsuk-details,
.nhsuk-card--care--emergency .nhsuk-details__summary {
color: #ffffff;
Expand Down

0 comments on commit 9700c6b

Please sign in to comment.