You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
100B

  1. .tab-content {
  2. .tab-pane {
  3. display: none ;
  4. &.active {
  5. display: block ;
  6. }
  7. }
  8. }