// Styling for generic component
ngbs-tabs {

  .tab-pane {
    display: none;
    &.active {
      display: block;
    }
  }

}
