github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/applications/components/resource-details/resource-details.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 @import 'node_modules/argo-ui/src/styles/theme'; 3 4 .resource-details { 5 &__header { 6 display: flex; 7 margin-bottom: 1em; 8 align-items: center; 9 padding-right: 48px; 10 h1 { 11 @include themify($themes){ 12 color: themed('text-2'); 13 } 14 font-size: 23px; 15 font-weight: 500; 16 margin-right: 5px; 17 margin-bottom: 0; 18 } 19 } 20 }