Skip to content

Instantly share code, notes, and snippets.

@gkrishjaini
gkrishjaini / example.css
Created June 28, 2017 10:10 — forked from damko/example.css
angularjs UI - Vertical tabs stacked on the left - tab content on the right
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
.ng-isolate-scope > .nav-tabs {
border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;