open-consul/ui-v2/app/styles/components/tabs.scss

13 lines
286 B
SCSS

@import '../base/components/tabs/index';
.tab-nav {
@extend %tab-nav;
}
.tab-section {
@extend %tab-section;
/* this keeps in-tab-section toolbars flush to the top, see Node Detail > Services */
margin-top: 0 !important;
}
%tab-button-selected {
@extend %frame-magenta-300;
}