You are here

node.css in Drupal 8

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/2815083
 * @preserve
 */
.node__submitted {
  margin: 1em 0;
}

File

core/themes/claro/css/components/node.css
View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. .node__submitted {
  8. margin: 1em 0;
  9. }