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.

_guides.scss 926 B

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .guide-content,
  2. .blog-content {
  3. line-height: 1.7;
  4. p {
  5. margin-bottom: 1.2rem;
  6. }
  7. h1,
  8. h2,
  9. h3,
  10. h4,
  11. h5,
  12. h6,
  13. .h1,
  14. .h2,
  15. .h3,
  16. .h4,
  17. .h5,
  18. .h6 {
  19. margin-top: 2rem;
  20. margin-bottom: 1.2rem;
  21. code {
  22. background: $yarn-blue;
  23. color: $code-bg;
  24. font-weight: 600;
  25. -webkit-font-smoothing: antialiased;
  26. }
  27. }
  28. blockquote {
  29. margin-bottom: 1.2rem;
  30. padding: 1.2rem 1.2rem 0;
  31. border: 1px solid $gray-lighter;
  32. background: $gray-lightest;
  33. border-left: $border-radius solid $gray-light;
  34. border-radius: $border-radius;
  35. code {
  36. background-color: $gray-lighter;
  37. }
  38. }
  39. table {
  40. @extend .table;
  41. }
  42. .list-group-item-text {
  43. margin-bottom: 0;
  44. }
  45. .list-group-item-heading {
  46. margin-top: 0;
  47. margin-bottom: $list-group-item-heading-margin-bottom;
  48. }
  49. }
  50. .guide-controls {
  51. margin-top: $spacer-x;
  52. margin-bottom: $spacer-x;
  53. }

js yarn包管理组件依赖分析

Contributors (1)