content_moderation.theme.css in Drupal 9
Same filename in this branch
Same filename and directory in other branches
Theme styles for the content_moderation module.
File
core/modules/content_moderation/css/content_moderation.theme.cssView source
- /**
- * @file
- * Theme styles for the content_moderation module.
- */
- .entity-moderation-form {
- margin: 2em 0;
- padding-left: 1em;
- border: 1px dashed #bbb;
- background: #fff;
- }