github.com/minio/console@v1.4.1/web-app/build/styles/root-styles.css (about)

     1  body {
     2    margin: 0;
     3    background-color: #fff;
     4    font-family: "Inter", sans-serif;
     5    -webkit-font-smoothing: antialiased;
     6    -moz-osx-font-smoothing: grayscale;
     7  }
     8  
     9  #preload {
    10    display: none;
    11  }
    12  
    13  #loader-block {
    14    display: flex;
    15    flex-direction: column;
    16    width: 100%;
    17    height: 100vh;
    18    justify-content: center;
    19    align-items: center;
    20  }