_divider.scss 85 B

123456
  1. hr {
  2. border: 0;
  3. border-top: .1rem solid $border-color;
  4. margin: .5rem 1.7rem;
  5. }