github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/routes/dc/service/index.scss (about) 1 @import '../../../components/pill/index'; 2 html.template-service.template-show main dl { 3 display: flex; 4 margin-bottom: 1.4em; 5 } 6 html.template-service.template-show main dt { 7 display: none; 8 } 9 // TODO: Generalize this, also see nodes/index 10 html.template-service.template-list td.tags span, 11 html.template-service.template-show main dd span { 12 @extend %pill; 13 } 14 html.template-node.template-show #services th:first-child, 15 html.template-service.template-list main th:first-child { 16 text-indent: 28px; 17 }