You are here

entity_embed.editor.css in Entity Embed 8

Styles for CKEditor iframe.

File

css/entity_embed.editor.css
View source
  1. /**
  2. * @file
  3. * Styles for CKEditor iframe.
  4. */
  5. drupal-entity {
  6. display: inline-block;
  7. }
  8. drupal-entity[data-align=left],
  9. drupal-entity[data-align=right] {
  10. display: inline;
  11. }
  12. drupal-entity[data-align=center] {
  13. display: flex;
  14. }