github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/applications/components/utils.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/theme';
     2  
     3  .propagation-policy-list {
     4      display: flex;
     5      justify-content: left;
     6  }
     7  
     8  .propagation-policy-option {
     9      display: flex;
    10      align-items: center;
    11      padding-right: 2em;
    12  
    13      label {
    14          font-size: 15px;
    15          cursor: pointer;
    16  
    17          @include themify($themes) {
    18              color: themed('light-argo-gray-6');        
    19          }
    20      }
    21  
    22      input {
    23          cursor: pointer;
    24      }
    25  }
    26  
    27  .radio-button {
    28      margin-right: 0.1em;       
    29  }