plugin.module.scss 253 B

12345678910111213141516
  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. min-width: 300px;
  14. }
  15. }