layout-discovery-section-layout.css

Same filename and directory in other branches
  1. 10 core/themes/olivero/css/layout/layout-discovery-section-layout.css
  2. 9 core/themes/olivero/css/layout/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. }

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