Skip to content

Commit

Permalink
chore(breadcrumb): review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
badejayayesubabu committed Apr 15, 2021
1 parent 7100c54 commit 98ae29a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/components/breadcrumb/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.hxBreadcrumb {
align-content: center;
align-items: center;
color: $blue-500;
color: $rax-component-breadcrumb-base-color;
display: flex;
font-size: $rax-component-breadcrumb-base-font-size;
Expand All @@ -13,13 +14,15 @@
text-transform: capitalize;

&:last-of-type {
color: $gray-800;
color: $rax-component-breadcrumb-current-color;
font-weight: $rax-component-breadcrumb-base-font-weight;
pointer-events: none;
}
}

.delimiter {
color: $gray-600;
color: $rax-component-breadcrumb-separator-color;
font-size: 0.5rem;
margin-right: 0.5rem;
Expand Down

0 comments on commit 98ae29a

Please sign in to comment.