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

     1  .application-resources-diff {
     2      &__checkboxes {
     3          text-align: right;
     4          label {
     5              padding-right: 2em;
     6          }
     7      }
     8      &__diff {
     9          font-size: 10pt;
    10          &__title {
    11              font-weight: bold;
    12          }
    13      }
    14  }