ui: Restrict header styling to specific tabs (#8830)

This commit is contained in:
John Cowen 2020-10-06 14:38:39 +01:00 committed by GitHub
parent 356ddd1976
commit 4aae2bd039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ html[data-route^='dc.services.instance'] [role='tabpanel'] section:not(:last-chi
padding-bottom: 24px; padding-bottom: 24px;
border-bottom: 1px solid $gray-200; border-bottom: 1px solid $gray-200;
} }
html[data-route^='dc.services.instance'] [role='tabpanel'] section h3 { html[data-route^='dc.services.instance.metadata'] [role='tabpanel'] section h3,
html[data-route^='dc.services.instance.proxy'] [role='tabpanel'] section h3 {
margin: 24px 0 12px 0; margin: 24px 0 12px 0;
} }