Dashboard sipadu mbip
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.

_editors.scss 397B

123456789101112131415161718192021222324
  1. /** =====================
  2. Editor css start
  3. ========================== **/
  4. .ace_editor {
  5. width: 100% !important;
  6. position: relative !important;
  7. margin-top: 20px;
  8. }
  9. .long-press:focus {
  10. outline-color: $primary-color;
  11. }
  12. .inputor:focus {
  13. border-color: $primary-color;
  14. }
  15. #edui1 {
  16. width: auto !important;
  17. }
  18. /**====== Editor css end ======**/