Skip to content
Snippets Groups Projects
breadcrumb.sass 607 B
Newer Older
Olivia206's avatar
Olivia206 committed
ol[itemtype="https://schema.org/BreadcrumbList"]
alexisben's avatar
alexisben committed
    @include list-reset
alexisben's avatar
alexisben committed
    -webkit-touch-scrolling: touch
    flex-wrap: nowrap
    overflow: auto
    display: flex
    a
        color: $breadcrumb-color
        text-decoration-color: rgba($breadcrumb-color, 0.3)
        &:hover
            text-decoration-color: rgba($breadcrumb-color, 1)
    li
        flex-shrink: 0
        white-space: nowrap
        &:not(:first-child)
            padding-left: 0.5rem
            &::before
                color: lighten($breadcrumb-color, 0.5)
                content: "/"
                padding-right: 0.5rem