github.com/argoproj/argo-cd/v3@v3.2.1/ui/src/app/applications/components/application-fullscreen-logs/application-fullscreen-logs.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/config';
     2  
     3  .application-fullscreen-logs {
     4      position: fixed;
     5      top: 0;
     6      right: 0;
     7      bottom: 0;
     8      left: 0;
     9      z-index: 20;
    10      height: 100%;
    11      padding: 20px 30px;
    12      background-color: $argo-color-gray-3;
    13      
    14      .theme-dark & {
    15          background-color: #28292a;
    16          color: #fff;
    17      }
    18  }