content_moderation.theme.css 181 B

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