mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 12:09:20 +00:00
24 lines
342 B
Stylus
24 lines
342 B
Stylus
@import "../config"
|
|
|
|
.breadcrumb ol
|
|
display flex
|
|
display inline-flex
|
|
padding 0
|
|
margin 0
|
|
align-items center
|
|
flex-wrap wrap
|
|
li
|
|
display inline-block
|
|
&:first-child .item
|
|
padding-left 0
|
|
&:last-child .item
|
|
padding-right 0
|
|
|
|
.item
|
|
padding 0 16px
|
|
|
|
.chevron
|
|
color var(--theme-500)
|
|
@media (prefers-color-scheme dark)
|
|
color white
|