.left-border-decorator {
  width: 6px;
  align-self: stretch;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 4px;

  @include add-shadow-on-same-background();
  @include rounded($rounded-md);
}
