/* drop the external dashboard button down if it exists */ /* so it doesn't sit next to the Intentions create button */ /* awkwardly */ html[data-route^='dc.services.show'] .app-view .actions .external-dashboard { position: absolute; top: 50px; right: 0; } /* instance detail dl text*/ html[data-route^='dc.services.instance'] .app-view > header dl { float: left; margin-top: 19px; margin-bottom: 23px; margin-right: 50px; } html[data-route^='dc.services.instance'] .app-view > header dt { font-weight: var(--typo-weight-bold); } html[data-route^='dc.services.instance'] .tab-nav { border-top: var(--decor-border-100); } html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) { border-bottom: var(--decor-border-100); } html[data-route^='dc.services.instance'] .tab-nav, html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) { border-color: rgb(var(--tone-gray-200)); } html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) { padding-bottom: 24px; } html[data-route^='dc.services.instance.metadata'] .tab-section section h2 { @extend %h300; margin: 24px 0 12px 0; }