github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/settings/components/appearance-list/appearance-list.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/config';
     2  @import 'node_modules/argo-ui/src/styles/theme';
     3  
     4  .appearance-list {
     5      &__panel {
     6          margin: 18px 0;
     7          position: relative;
     8          padding: 20px;
     9          font-size: 16px;
    10          @include themify($themes) {
    11              background-color: themed('background-2'); 
    12              color: themed('text-1');                              
    13          }
    14          border-radius: 4px;
    15          box-shadow: 1px 2px 3px rgba(#000, 0.1);
    16      }
    17  
    18      &__button {
    19          position: absolute;
    20          top: 25%;
    21          right: 30px;
    22      }
    23  }