_alert-screen.scss 764 B
Newer Older
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
Thibaut Sardan's avatar
Thibaut Sardan committed
  background: $chrome;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  .alert-screen_image {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      display: block;
  &.-full-screen {
    top: 0;
  .alert-screen_text {
    margin-top: 1rem;
    text-align: center;
    white-space: pre-line;
    h1,
    h2,
    big,
    strong {
      font-size: ms(1);
      line-height: ms(1) * 1.3;
      margin-bottom: 0.25rem;
    }

    p {
      color: $grey;
Thibaut Sardan's avatar
Thibaut Sardan committed
      font-size: 0.8rem;
      line-height: 1.4;