a350dda6a8
* Remove Proxy link and add ExternalSource to instance detail page header * Create HealthChecks tab with route and styling * Fix up tests to fit redesign of Service Instances Detail page
25 lines
391 B
SCSS
25 lines
391 B
SCSS
%tab-nav {
|
|
clear: both;
|
|
}
|
|
%tab-nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
%tab-button {
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|
|
%tab-button {
|
|
display: inline-block;
|
|
padding-top: 13px;
|
|
padding-bottom: 13px;
|
|
}
|
|
%tab-section section h3 {
|
|
margin: 24px 0;
|
|
}
|
|
%tab-section section:not(:last-child) {
|
|
border-bottom: 1px solid $gray-200;
|
|
}
|