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/variables.pcss.css";
-
- .view {
- & > * {
- margin-block-end: var(--sp2);
-
- &:last-child {
- margin-block-end: 0;
- }
-
- @media (--md) {
- margin-block-end: var(--sp3);
- }
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.