views.pcss.css

Same filename in other branches
  1. 10 core/themes/olivero/css/layout/views.pcss.css
  2. 11.x core/themes/olivero/css/layout/views.pcss.css

Styles for views.

File

core/themes/olivero/css/layout/views.pcss.css

View source
  1. /**
  2. * @file
  3. * Styles for views.
  4. */
  5. @import "../base/variables.pcss.css";
  6. .view {
  7. & > * {
  8. margin-block-end: var(--sp2);
  9. &:last-child {
  10. margin-block-end: 0;
  11. }
  12. @media (--md) {
  13. margin-block-end: var(--sp3);
  14. }
  15. }
  16. }

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