You are here

content_moderation.theme.css in Drupal 9

Theme styles for the content_moderation module.

File

core/modules/content_moderation/css/content_moderation.theme.css
View source
  1. /**
  2. * @file
  3. * Theme styles for the content_moderation module.
  4. */
  5. .entity-moderation-form {
  6. margin: 2em 0;
  7. padding-left: 1em;
  8. border: 1px dashed #bbb;
  9. background: #fff;
  10. }