ui: Restrict header styling to specific tabs (#8830)
This commit is contained in:
parent
356ddd1976
commit
4aae2bd039
|
@ -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…
Reference in New Issue