• File: _brand.scss
  • Full Path: /home/masbinta/public_html/core/resources/sass/_brand.scss
  • File size: 379 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/*=======  Brand Slider  =======*/
.brand-slider {
    .brand-item {
        text-align: center;

        a {
            opacity: 0.2;

            &:hover {
                opacity: 1;
            }
        }

        &.full-opacity a{
            opacity: 1;
        }
    }

    .slick-track {
        display: flex;
        align-items: center;
    }
}