HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/kosmicfarms/public/scss/_testi.scss
//
// testi.scss
//
.owl-theme .owl-dots .owl-dot span {
    background: $primary !important;
}
.customer-testi {
    cursor: e-resize;
    .content {
        &:before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            margin-left: 13px;
            box-sizing: border-box;
            border: 8px solid $dark;
            border-color: transparent $white $white transparent;
            transform-origin: 0 0;
            transform: rotate(135deg);
            box-shadow: 2px 2px 2px -1px rgba($dark, 0.15);
        }
    }
}
.owl-theme {
    .owl-dots {
        .owl-dot {
            span {
                border-radius: 3px;
                background: rgba($primary, 0.5) !important;
                transition: all 0.5s ease;
            }
        }
        .owl-dot.active span, 
        &.clickable .owl-dot:hover span {
            background: $primary !important;
            transform: rotate(45deg);
        }
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

//Slick slider
.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}