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.

26 lines
728 B

1 year ago
  1. [data-type="core/shortcode"].components-placeholder{
  2. min-height:0;
  3. }
  4. .blocks-shortcode__textarea{
  5. background:#fff !important;
  6. border:1px solid #1e1e1e !important;
  7. border-radius:2px !important;
  8. box-shadow:none !important;
  9. box-sizing:border-box;
  10. color:#1e1e1e !important;
  11. font-family:Menlo,Consolas,monaco,monospace !important;
  12. font-size:16px !important;
  13. max-height:250px;
  14. padding:12px !important;
  15. resize:none;
  16. }
  17. @media (min-width:600px){
  18. .blocks-shortcode__textarea{
  19. font-size:13px !important;
  20. }
  21. }
  22. .blocks-shortcode__textarea:focus{
  23. border-color:var(--wp-admin-theme-color) !important;
  24. box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
  25. outline:2px solid transparent !important;
  26. }