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.

28 lines
846 B

1 year ago
  1. .block-library-html__edit .block-library-html__preview-overlay{
  2. height:100%;
  3. position:absolute;
  4. right:0;
  5. top:0;
  6. width:100%;
  7. }
  8. .block-library-html__edit .block-editor-plain-text{
  9. background:#fff !important;
  10. border:1px solid #1e1e1e !important;
  11. border-radius:2px !important;
  12. box-shadow:none !important;
  13. box-sizing:border-box;
  14. color:#1e1e1e !important;
  15. font-family:Menlo,Consolas,monaco,monospace !important;
  16. font-size:16px !important;
  17. max-height:250px;
  18. padding:12px !important;
  19. }
  20. @media (min-width:600px){
  21. .block-library-html__edit .block-editor-plain-text{
  22. font-size:13px !important;
  23. }
  24. }
  25. .block-library-html__edit .block-editor-plain-text:focus{
  26. border-color:var(--wp-admin-theme-color) !important;
  27. box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
  28. outline:2px solid transparent !important;
  29. }