_breadcrumb.sass 461 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
.breadcrumb-wrapper
    border-bottom: 1px solid $border-color
    .breadcrumb
        background-color: transparent
        padding: space-x(0.5) space-x(0.5) !important
        margin: 0 !important
        &-item
            color: $gray-700
            & .active-page
                font-weight: bold
                color: $primary
            .b-icon
Fabien Manière's avatar
Fabien Manière committed
13 14 15 16
                margin: 0 space-x(0.5)
    .fa-spinner
        font-size: 100%
        margin: auto 10px