.line {
  width: 100%;
  display: block;
  margin-left: -1px;

  .dash {
    stroke-dasharray: inherit;
    stroke-dashoffset: inherit;
  }
}
