github.com/argoproj/argo-cd@v1.8.7/ui/src/app/shared/components/editable-panel/editable-panel.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 3 .editable-panel { 4 position: relative; 5 6 &__buttons { 7 position: absolute; 8 top: 30px; 9 right: 3em; 10 } 11 12 .form-field__select { 13 line-height: 15px; 14 padding: 0; 15 } 16 17 .white-box__details-row { 18 position: relative; 19 } 20 21 .argo-form-row__error-msg { 22 position: absolute; 23 top: 0; 24 } 25 26 &--disabled::after { 27 content: ''; 28 border-radius: 4px; 29 position: absolute; 30 display: block; 31 background: rgba($argo-color-gray-6, .2); 32 left: 0; 33 right: 0; 34 top: 0; 35 bottom: 0; 36 } 37 }