github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/assets/index.scss (about)

     1  /*This file is part of kuberpult.
     2  
     3  Kuberpult is free software: you can redistribute it and/or modify
     4  it under the terms of the Expat(MIT) License as published by
     5  the Free Software Foundation.
     6  
     7  Kuberpult is distributed in the hope that it will be useful,
     8  but WITHOUT ANY WARRANTY; without even the implied warranty of
     9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    10  MIT License for more details.
    11  
    12  You should have received a copy of the MIT License
    13  along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>.
    14  
    15  Copyright 2023 freiheit.com*/
    16  * {
    17      box-sizing: border-box;
    18  }
    19  
    20  body {
    21      margin: 0;
    22      padding: 0;
    23      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    24          'Droid Sans', 'Helvetica Neue', sans-serif;
    25      -webkit-font-smoothing: antialiased;
    26      -moz-osx-font-smoothing: grayscale;
    27  }
    28  
    29  code {
    30      font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    31  }