Browse Source

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

pull/8833/head
John Cowen 4 years ago committed by GitHub
parent
commit
c6adb4723c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui-v2/app/styles/routes/dc/services/index.scss

3
ui-v2/app/styles/routes/dc/services/index.scss

@ -12,6 +12,7 @@ html[data-route^='dc.services.instance'] [role='tabpanel'] section:not(:last-chi
padding-bottom: 24px;
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;
}

Loading…
Cancel
Save