announcements_feed.page.css

Same filename in this branch
  1. 11.x core/themes/stable9/css/announcements_feed/announcements_feed.page.css
Same filename in other branches
  1. 10 core/themes/stable9/css/announcements_feed/announcements_feed.page.css
  2. 10 core/modules/announcements_feed/css/announcements_feed.page.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

.announcements ul {
  margin-inline-start: 0;
  list-style: none;
}

.announcement:not(.announcement:last-child) {
  margin-block-end: 1rem;
}

.announcement.announcement--featured + .announcement.announcement--standard {
  padding-block-start: 1rem;
  border-top: 1px solid #aaa;
}

.announcements--view-all {
  margin-block-start: 3rem;
}

File

core/modules/announcements_feed/css/announcements_feed.page.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/3084859
  5. * @preserve
  6. */
  7. .announcements ul {
  8. margin-inline-start: 0;
  9. list-style: none;
  10. }
  11. .announcement:not(.announcement:last-child) {
  12. margin-block-end: 1rem;
  13. }
  14. .announcement.announcement--featured + .announcement.announcement--standard {
  15. padding-block-start: 1rem;
  16. border-top: 1px solid #aaa;
  17. }
  18. .announcements--view-all {
  19. margin-block-start: 3rem;
  20. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.