Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamM110 committed Aug 11, 2023
1 parent 4f8a52c commit b8d08b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/style/components/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
color: var(--neutral-n400);
}

.breadcrumbs li {
padding-left: 0 ;
}

.breadcrumbs li:not(:first-of-type) {
background-image: url("/images/icons/svgs/chevron-right-n400.svg");
background-repeat: no-repeat;
Expand All @@ -18,10 +22,6 @@
font-weight: bold;
}

.breadcrumbs li {
padding-left: 0 ;
}

.breadcrumbs a {
color: var(--neutral-n400);
text-decoration: none;
Expand Down

0 comments on commit b8d08b3

Please sign in to comment.