plugin.module.scss 231 B

123456789101112131415
  1. .plugin-title {
  2. font-weight: bolder;
  3. font-size: 16px;
  4. margin: 10px 0;
  5. }
  6. .plugin-content {
  7. font-size: 14px;
  8. font-family: inherit;
  9. pre code {
  10. max-height: 240px;
  11. overflow-y: auto;
  12. white-space: pre-wrap;
  13. }
  14. }