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.

39 lines
471 B

  1. .editor-toolbar {
  2. z-index: 2;
  3. background-color: #FFF;
  4. border: none;
  5. border-top-left-radius: 0;
  6. border-top-right-radius: 0;
  7. opacity: 0.9;
  8. &:hover {
  9. opacity: 1;
  10. }
  11. }
  12. .CodeMirror {
  13. border-left: none;
  14. border-right: none;
  15. }
  16. .editor-toolbar i.separator {
  17. margin-top: 5px;
  18. }
  19. .editor-toolbar .fa {
  20. font-size: 14px;
  21. }
  22. .ace-container {
  23. position: relative;
  24. min-height: 95vh;
  25. }
  26. #source-display {
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. bottom: 0;
  31. right: 0;
  32. }