@mixin timeline-line-variant($border-style) {

&:before {
  border-right-style: $border-style;
}

}