Your IP : 18.116.63.107


Current Path : /home/lentoinv/covisclubinternational.com/build/scss/mixins/
Upload File :
Current File : //home/lentoinv/covisclubinternational.com/build/scss/mixins/_direct-chat.scss

//
// Mixins: Direct Chat
//

// Direct Chat Variant
@mixin direct-chat-variant($bg-color, $color: #fff) {
  .right > .direct-chat-text {
    background: $bg-color;
    border-color: $bg-color;
    color: color-yiq($bg-color);

    &::after,
    &::before {
      border-left-color: $bg-color;
    }
  }
}

?>