Style tab panes

This commit is contained in:
James Allen 2017-08-01 09:51:27 +02:00
parent 63eacad899
commit e3bf4c539b

View file

@ -225,6 +225,10 @@
// Hide tabbable panes to start, show them when `.active`
.tab-content {
background-color: @nav-tabs-active-link-hover-bg;
border: 1px solid @nav-tabs-border-color;
border-top: none;
padding: @line-height-computed / 2;
> .tab-pane {
display: none;
}