github.com/argoproj/argo-cd@v1.8.7/ui/src/app/settings/components/project-sync-windows-edit/project-sync-windows-edit.scss (about)

     1  .project-sync-windows-panel {
     2      &__form-row {
     3          position: relative;
     4          input.argo-field {
     5              margin-top: 29px;
     6          }
     7  
     8          .fa-times {
     9              position: absolute;
    10              cursor: pointer;
    11              left: -1.2em;
    12              top: 2.2em;
    13          }
    14      }
    15  
    16      form > .row > .columns {
    17          padding-left: 0;
    18      }
    19  }