github.com/argoproj/argo-cd@v1.8.7/ui/src/app/applications/components/application-create-panel/application-create-panel.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 3 .application-create-panel { 4 5 &__yaml-button { 6 position: absolute; 7 right: 1em; 8 top: 1em; 9 } 10 11 &__sync-params { 12 padding-top: 5px; 13 } 14 15 .checkbox-container { 16 margin: 0.5em ; 17 } 18 19 pre { 20 font-family: monospace; 21 line-height: normal; 22 white-space: pre; 23 } 24 25 .row.argo-form-row .columns { 26 padding-left: 0; 27 } 28 }