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

_tabs.scss 720 B

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .tabs {
  2. margin: 1rem 0;
  3. .tab-content {
  4. border: 1px solid $nav-tabs-border-color;
  5. border-top-width: 0;
  6. border-radius: 0 0 $nav-tabs-border-radius $nav-tabs-border-radius;
  7. }
  8. .tab-pane {
  9. padding: $spacer;
  10. > {
  11. h1,
  12. h2,
  13. h3,
  14. h4,
  15. h5,
  16. h6,
  17. p,
  18. ul,
  19. ol,
  20. pre,
  21. blockquote,
  22. .highlighter-rouge {
  23. &:first-child {
  24. margin-top: 0;
  25. }
  26. &:last-child {
  27. margin-bottom: 0;
  28. }
  29. }
  30. }
  31. }
  32. }
  33. .nav-tabs {
  34. @extend .bg-faded;
  35. border-radius: $nav-tabs-border-radius $nav-tabs-border-radius 0 0;
  36. border: 1px solid $nav-tabs-border-color;
  37. padding: ($spacer / 2);
  38. padding-bottom: 0;
  39. }

js yarn包管理组件依赖分析

Contributors (1)