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

Breadcrumb

  1. Drupal Core 11.1.x

layout.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/layout/layout.css
  2. 11.1.x core/themes/olivero/css/layout/layout.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * Add spacing to top and bottom of pages.
 */

.page-content {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 38em) {
  .page-content {
    margin-top: 2rem;
  }
}

/**
 * Add color to layout icons.
 */

.layout-icon__region {
  fill: #f5f5f2;
  stroke: #666;
}

File

core/themes/claro/css/layout/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. * Add spacing to top and bottom of pages.
  9. */
  10. .page-content {
  11. margin-top: 1.5rem;
  12. margin-bottom: 5rem;
  13. }
  14. @media screen and (min-width: 38em) {
  15. .page-content {
  16. margin-top: 2rem;
  17. }
  18. }
  19. /**
  20. * Add color to layout icons.
  21. */
  22. .layout-icon__region {
  23. fill: #f5f5f2;
  24. stroke: #666;
  25. }

API Navigation

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