github.com/argoproj/argo-cd/v2@v2.10.9/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  }