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

     1  .not-authorized {
     2    position: relative;
     3    top: 0;
     4    left: 0;
     5    bottom: 0;
     6    right: 0;
     7    text-align: center;
     8    margin: auto;
     9    padding-top: 158px;
    10    height: 36vmax;
    11  
    12    img {
    13      margin: auto;
    14      padding: 5vmax 0 2vmax 0;
    15      width: 11.5vmax;
    16      height: 12vmax;
    17    }
    18  
    19    .title {
    20      font-size: 1.8vmax;
    21      font-family: monospace;
    22      padding-bottom: 1vmax;
    23    }
    24  
    25    .reason {
    26      font-size: 1.1vmax;
    27    }
    28  }