pussy-ts/src/containers/home/Electricity.module.scss

.electricity {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  opacity: 0.5;
  z-index: -1;

  .line {
    width: 100%;
  }

  &::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
  }
}

// .electricity-svg {
//   stroke: #3ab793;
//   stroke-width: 5;
// }

.electricityLineRect {
  fill: rgba(0, 0, 0, 0) !important;
}

Synonyms

cyb/src/containers/home/Electricity.module.scss

Neighbours