html.env-development .app-brand-link {
  position: relative;
  overflow: hidden;

  &::after {
    /* background-color: #ce142e; */
    background-color: rgb(255 255 255 / 85%);
    color: #ce142e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 1.5rem;
    font-weight: 900;
    font-size: 0.75rem;
    text-transform: uppercase;
    content: "dev";
    position: absolute;
    top: 1.5rem;
    left: -2.5rem;
    transform: rotate(-45deg);
  }
}
