views.pcss.css
Same filename in other branches
Styles for views.
File
-
core/
themes/ olivero/ css/ layout/ views.pcss.css
View source
- /**
- * @file
- * Styles for views.
- */
-
- @import "../base/media-queries.pcss.css";
-
- .view,
- .view-content {
- display: grid;
- gap: var(--sp2);
- grid-template-rows: max-content;
-
- @media (--md) {
- gap: var(--sp3);
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.