github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/assets/css/turbulence.less (about)

     1  .error-message {
     2    z-index: 100;
     3    position: fixed;
     4    top: 0;
     5    left: 0;
     6    bottom: 0;
     7    right: 0;
     8    margin: 0;
     9    padding: 0;
    10    background: rgba(0, 0, 0, 0.8);
    11  
    12    &.hidden {
    13      display: none;
    14    }
    15  
    16    .message {
    17      position: absolute;
    18      top: 0;
    19      left: 0;
    20      bottom: 0;
    21      right: 0;
    22      text-align: center;
    23      margin: auto;
    24      height: 10vmax;
    25      font-size: 2vmax;
    26  
    27      p {
    28        margin: 0;
    29      }
    30  
    31      .seatbelt {
    32        width: 15vmax;
    33      }
    34  
    35      .explanation {
    36        font-size: 1vmax;
    37      }
    38    }
    39  }