You are here

ckeditor-iframe.css in AT Tools 8

/**
 * CKEditor iframe CSS
 ============================================================================ */
html {
  background-color: transparent !important;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 11px;
  padding: 0.6875rem;
}

textarea {
  visibility: hidden;
  opacity: 0;
}

.cke_reset,
.cke_editable,
.cke_editable *,
.cke_source {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  background-image: none !important;
  visibility: visible;
  opacity: 1;
  transition: all, 225ms, ease-in-out;
}

.cke_editable {
  cursor: text;
  padding: 0.5em !important;
}

ul,
ol,
dl {
  padding-left: 47px;
  padding-left: 2.9375rem;
  padding-right: 0;
}

/*# sourceMappingURL=maps/ckeditor-iframe.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/ckeditor-iframe.css
View source
  1. /**
  2. * CKEditor iframe CSS
  3. ============================================================================ */
  4. html {
  5. background-color: transparent !important;
  6. }
  7. body {
  8. font-family: sans-serif;
  9. font-size: 16px;
  10. font-size: 1rem;
  11. line-height: 21px;
  12. line-height: 1.3125rem;
  13. padding: 11px;
  14. padding: 0.6875rem;
  15. }
  16. textarea {
  17. visibility: hidden;
  18. opacity: 0;
  19. }
  20. .cke_reset,
  21. .cke_editable,
  22. .cke_editable *,
  23. .cke_source {
  24. background-color: inherit !important;
  25. color: inherit !important;
  26. box-shadow: none !important;
  27. background-image: none !important;
  28. visibility: visible;
  29. opacity: 1;
  30. transition: all, 225ms, ease-in-out;
  31. }
  32. .cke_editable {
  33. cursor: text;
  34. padding: 0.5em !important;
  35. }
  36. ul,
  37. ol,
  38. dl {
  39. padding-left: 47px;
  40. padding-left: 2.9375rem;
  41. padding-right: 0;
  42. }
  43. /*# sourceMappingURL=maps/ckeditor-iframe.css.map */