.NoChange {
  display: block;
  height: 100%;

  .NoChange-line {
    display: block;
    position: absolute;
    height: @infusion-line-height;
    background-color: @infusion-line-color;
    padding: 0px;
    width: calc(100% + 1em);
    left: 0;
    top: 40%;
  }
}
