Skip to content
Snippets Groups Projects
vitamui-breadcrumb.component.scss 335 B
Newer Older
.breadcrumb {
    display: inline-flex;
    align-items: center;

    span {
        font-size: 14px;;
    }

    span:not(:last-child) {
        cursor: pointer;
        color: var(--vitamui-grey-700);
        font-weight: 700;
    }
    
    span:last-child {
        color: var(--vitamui-grey-900);
        font-weight: 700;
    }