mirror of https://github.com/hashicorp/consul
12 lines
254 B
SCSS
12 lines
254 B
SCSS
.tab-nav {
|
|||
@extend %tab-nav;
|
|||
}
|
|||
%tab-nav.animatable {
|
|||
@extend %with-animated-tab-selection;
|
|||
}
|
|||
.tab-section {
|
|||
@extend %tab-section;
|
|||
/* this keeps in-tab-section toolbars flush to the top, see Node Detail > Services */
|
|||
margin-top: 0 !important;
|
|||
}
|