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

Breadcrumb

  1. Drupal Core 11.1.x

layout.pcss.css

Same filename in this branch
  1. 11.1.x core/themes/olivero/css/layout/layout.pcss.css
/**
 * Add spacing to top and bottom of pages.
 */

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

@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.pcss.css

View source
  1. /**
  2. * Add spacing to top and bottom of pages.
  3. */
  4. .page-content {
  5. margin-top: 1.5rem;
  6. margin-bottom: 80px;
  7. }
  8. @media screen and (min-width: 38em) {
  9. .page-content {
  10. margin-top: 2rem;
  11. }
  12. }
  13. /**
  14. * Add color to layout icons.
  15. */
  16. .layout-icon__region {
  17. fill: #f5f5f2;
  18. stroke: #666;
  19. }

API Navigation

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