github.com/argoproj/argo-cd/v3@v3.2.1/ui/src/app/settings/components/appearance-list/appearance-list.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 @import 'node_modules/argo-ui/src/styles/theme'; 3 4 .appearance-list { 5 &__panel { 6 margin: 18px 0; 7 position: relative; 8 padding: 20px; 9 font-size: 16px; 10 @include themify($themes) { 11 background-color: themed('background-2'); 12 color: themed('text-1'); 13 } 14 border-radius: 4px; 15 box-shadow: 1px 2px 3px rgba(#000, 0.1); 16 & .row { 17 justify-content: space-between; 18 align-items: center; 19 20 .select { 21 min-width: 160px; 22 } 23 } 24 } 25 }