HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/assets/frontend/css/scss/layout/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/assets/frontend/css/scss/layout/_breadcrumb.scss
/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
    z-index: 42;
    overflow: hidden;
    padding: 170px 0;
    position: relative;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center center;
    &:before {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.75;
        z-index: -42;
        position: absolute;
        background: $color_dark;
    }
    .breadcrumb-inner {
        position: relative;
        z-index: 18;
        text-align: center;
        h1 {
            font : {
                size: 2.5rem;
            }
            color: $color_white;
            margin-bottom: 15px;
        }
        .breadcrumb-links {
            li {
                color: $color_white;
                display: inline-block;
                vertical-align: middle;
                &.active {
                    &:before {
                        content: "\f30b";
                        display: inline-block;
                        margin-left: 10px;
                        margin-right: 10px;
                        vertical-align: middle;
                        color: $color_white;
                        font: {
                            family: "Font Awesome 5 Free";
                            weight: 700;
                        }
                    }
                }
                a {
                    color: $color_white;
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}