github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/thanos/pages/errorBoundary/ErrorBoundary.module.css (about)

     1  .container {
     2    display: flex;
     3    min-height: 100vh;
     4    flex-direction: column;
     5    justify-content: center;
     6    align-items: center;
     7  }
     8  
     9  button.detailsBtn {
    10    font-size: 1.2em;
    11    margin: 2em 0;
    12  }
    13  
    14  .errorDiv {
    15    white-space: pre-wrap;
    16    font-family: monospace;
    17  }