github.com/argoproj/argo-cd@v1.8.7/ui/src/app/settings/components/project-details/project-details.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 3 .project-details { 4 .white-box__details-row .fa-times { 5 position: absolute; 6 top: 1em; 7 right: 0; 8 cursor: pointer; 9 } 10 11 .select.argo-field { 12 padding: 0; 13 } 14 15 .white-box { 16 .help-tip { 17 color: $argo-color-gray-6; 18 } 19 } 20 21 &__list-title { 22 margin-top: 1em; 23 text-transform: uppercase; 24 25 &:first-of-type { 26 margin-top: 0; 27 } 28 } 29 30 .select__option { 31 line-height: 1.5; 32 } 33 34 .white-box__details { 35 .argo-button--short { 36 margin-top: 1em; 37 } 38 } 39 }