github.com/argoproj/argo-cd@v1.8.7/ui/src/app/applications/components/application-summary/application-summary.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/config';
     2  
     3  .application-summary {
     4      &__labels {
     5          line-height: 28px;
     6      }
     7  
     8      &__label {
     9          background-color: $argo-color-gray-5;
    10          color: white;
    11          border-radius: 5px;
    12          padding: 4px;
    13          display: inline-block;
    14          margin-right: 2px;
    15          line-height: 14px;
    16      }
    17  
    18      &__sort-icon {
    19          cursor: pointer;
    20          position: absolute;
    21          font-size: 1.3em;
    22          left: -1em;
    23  
    24          &.fa-sort-up {
    25              top: 10px;
    26          }
    27  
    28          &.fa-sort-down {
    29              bottom: 10px;
    30          }
    31      }
    32      &__remove-icon {
    33          cursor: pointer;
    34          position: absolute;
    35          top: 1em;
    36          right: 1em;
    37      }
    38     
    39      .argo-field {
    40          line-height: 1.15;
    41      }
    42  
    43      .white-box__details-row .row {
    44          padding-left: 1em;
    45          padding-right: 1em;
    46      }
    47  
    48      .white-box__details-row .row .columns:last-child {
    49          padding-left: 1em;
    50      }
    51  
    52      .select {
    53          padding-bottom: 0;
    54      }
    55  }