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.

45 lines
581 B

2 months ago
  1. .cm-comment {
  2. color: green !important;
  3. }
  4. .cm-keyword {
  5. color: black !important;
  6. font-weight: bold;
  7. }
  8. .cm-atom {
  9. color: rgb(0, 0, 0);
  10. }
  11. .cm-variable {
  12. color: red !important;
  13. }
  14. .cm-string {
  15. color: red !important;
  16. }
  17. .cm-operator {
  18. color: black !important;
  19. }
  20. .cm-number {
  21. color: darkblue !important;
  22. }
  23. .customInput {
  24. margin-left: 75%;
  25. margin-top: -1%;
  26. }
  27. .col-6 .form-group:nth-of-type(1) .CodeMirror {
  28. height: 50vh !important;
  29. }
  30. .col-6 .form-group:nth-of-type(2) .CodeMirror {
  31. height: 14vh !important;
  32. }
  33. .hiddenInput[type="file"] {
  34. display: none;
  35. }