Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

views.css

Styles for views.

File

core/themes/olivero/css/layout/views.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. /**
  8. * @file
  9. * Styles for views.
  10. */
  11. .view,
  12. .view-content {
  13. display: grid;
  14. gap: var(--sp2);
  15. grid-template-rows: max-content;
  16. }
  17. @media (min-width: 43.75rem) {
  18. .view,
  19. .view-content {
  20. gap: var(--sp3);
  21. }
  22. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal