github.com/emate/nomad@v0.8.2-wo-binpacking/ui/app/styles/components/error-container.scss (about)

     1  .error-container {
     2    width: 100%;
     3    height: 100%;
     4    padding-top: 25vh;
     5    display: flex;
     6    justify-content: center;
     7    background: $grey-lighter;
     8  
     9    .error-message {
    10      max-width: 600px;
    11  
    12      .title,
    13      .subtitle {
    14        text-align: center;
    15      }
    16    }
    17  
    18    .error-stack-trace {
    19      border: 1px solid $grey-light;
    20      border-radius: $radius;
    21    }
    22  }