@mixin timeline-item-arrow-color-variant($color) {

border: {
  left-color: $color;
  right-color: $color;
}

}