storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/browser/app/less/inc/base.less (about)

     1  * {
     2      -webkit-font-smoothing: antialiased;
     3      -moz-osx-font-smoothing: grayscale;
     4  
     5      &:focus,
     6      &:active {
     7          outline: 0;
     8      }
     9  }
    10  
    11  html {
    12      font-size: 10px;
    13      -webkit-tap-highlight-color: rgba(0,0,0,0);
    14  }
    15  
    16  html,
    17  body {
    18      min-height: 100%;
    19  }
    20  
    21  a {
    22      .transition(color);
    23      .transition-duration(300ms);
    24  
    25  }
    26  
    27  button {
    28      border: 0;
    29  }
    30  
    31