github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/app-view/skin.scss (about) 1 %app-view h2, 2 %app-view header > div:last-of-type { 3 border-bottom: $decor-border-100; 4 } 5 %app-view header > div:last-of-type, 6 %app-view h2 { 7 border-color: $keyline-light; 8 } 9 %app-content div > dl > dd { 10 color: $ui-gray-400; 11 } 12 [role='tabpanel'] > p:only-child, 13 .template-error > div { 14 background-color: $ui-gray-050; 15 color: $ui-gray-400; 16 } 17 %app-content > p:only-child, 18 %app-view > div.disabled > div { 19 background-color: $ui-gray-050; 20 color: $ui-gray-400; 21 }