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

Breadcrumb

  1. Drupal Core 11.1.x

layout-discovery-section-layout.css

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/*
 * @file
 * Provides default layout styles for all layout sections.
 */

.layout {
  margin-block-end: var(--sp);
}

@media (min-width: 43.75rem) {
  .layout {
    margin-block-end: var(--sp2);
  }
}

@media (min-width: 62.5rem) {
  .layout {
    margin-block-end: var(--sp3);
  }
}

File

core/themes/olivero/css/layout/layout-discovery-section-layout.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. * Provides default layout styles for all layout sections.
  10. */
  11. .layout {
  12. margin-block-end: var(--sp);
  13. }
  14. @media (min-width: 43.75rem) {
  15. .layout {
  16. margin-block-end: var(--sp2);
  17. }
  18. }
  19. @media (min-width: 62.5rem) {
  20. .layout {
  21. margin-block-end: var(--sp3);
  22. }
  23. }

API Navigation

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