open-consul/ui-v2/app/styles/base/components/tabs/layout.scss
Kenia a350dda6a8 ui: Instance detail redesign (#7683)
* 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
2020-05-12 17:14:29 +00:00

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;
}