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.

23 lines
366 B

5 months ago
  1. .mt-output .mt-token {
  2. border: 1px solid #ddd;
  3. white-space: pre;
  4. font-family: "Consolas", monospace;
  5. text-align: center;
  6. }
  7. .mt-output .mt-style {
  8. font-size: x-small;
  9. }
  10. .mt-output .mt-state {
  11. font-size: x-small;
  12. vertical-align: top;
  13. }
  14. .mt-output .mt-state-row {
  15. display: none;
  16. }
  17. .mt-state-unhide .mt-output .mt-state-row {
  18. display: table-row;
  19. }