@import "src/assets/variables";

.muncher-step--line {
  height: .15rem;
  background-color: $primary-color;
  flex: 1; /* stretch horizontally */
  margin: 1rem 1rem; /* vertical offset to center line relative to circle (half of circle height) */
  position: relative;
  top: 0;
  z-index: 0;
}
