Skip to content

Commit

Permalink
chore(breadcrumbs): Add STYLES.md file for custom CSS properties and …
Browse files Browse the repository at this point in the history
…classes
  • Loading branch information
Andrea Fernandes committed Jan 15, 2025
1 parent 982af3b commit e1de8a4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/angular/src/layout/breadcrumbs/STYLES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Breadcrumbs

## CSS Custom Properties

| CSS Custom Property | Description |
| ---------------------------- | --------------------------- |
| --clr-breadcrumb-link-color | Breadcrumb item link color |
| --clr-breadcrumb-item-space | Breadcrumb item spacing |
| --clr-breadcrumb-font-weight | Breadcrumb item font weight |
| --clr-breadcrumb-font-size | Breadcrumb item font size |
| --clr-breadcrumb-line-height | Breadcrumb item line height |

## CSS Classes

| Class name | Description |
| --------------------- | ---------------------------------------- |
| clr-breadcrumb | Breadcrumb element |
| clr-breadcrumb-menu | Breadcrumb menu |
| clr-breadcrumb-item | Breadcrumb menu item |
| clr-breadcrumb-expand | Breadcrumb expand control |
| active | Current breadcrumb in the page hierarchy |

0 comments on commit e1de8a4

Please sign in to comment.