.example {
  div {
    background: rgba(80, 98, 255, 0.25);
    min-height: 50px;

    > div {
      outline: 1px dashed rgba(80, 98, 255, 0.25);
    }
  }
}
