_alert-screen.scss 411 B
Newer Older
.alert-screen {
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;

  .alert-screen_image {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      display: block;
      width: 4rem;
      height: auto;
    }
  }

  .alert-screen_text {
    margin-top: 1rem;
    text-align: center;
    h1, h2, big, strong {
      font-weight: 600;
    }
  }
}