layout.css 441 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  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: 80px;
  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. }