Skip to content

Commit

Permalink
Fixed breadcrumb pseudo-element issue
Browse files Browse the repository at this point in the history
  • Loading branch information
garethwilliamsdesign authored Nov 7, 2023
1 parent 8549a17 commit cf85e36
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/webpacker/styles/components/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@

.govuk-breadcrumbs__list .govuk-breadcrumbs__list-item {
&:not(:first-child) {
margin-left: 20px;
margin-left: 16px;
padding-left: 20px;

&:before {
@extend .fas;

content: "";
border: none;
transform: none;
font-size: .5em;
top: 2px;
top: 1px;
width: 6px;
height: 6px;
margin: auto 0;
transform: rotate(45deg);
border: solid;
border-width: 2px 2px 0 0;
border-color: $black;
}
}

Expand Down

0 comments on commit cf85e36

Please sign in to comment.