system-admin--layout.css

Same filename in this branch
  1. main core/themes/claro/css/layout/system-admin--layout.css
  2. main core/themes/admin/css/layout/system-admin--layout.css
Same filename and directory in other branches
  1. 10 core/themes/claro/css/layout/system-admin--layout.css
  2. 11.x core/themes/claro/css/layout/system-admin--layout.css
  3. 9 core/themes/claro/css/layout/system-admin--layout.css
  4. 8.9.x core/themes/claro/css/layout/system-admin--layout.css
  5. 11.x core/themes/admin/css/layout/system-admin--layout.css
  6. 11.x core/themes/default_admin/css/layout/system-admin--layout.css

Replacement 'Reusable layout' component styles of system/admin library.

File

core/themes/default_admin/css/layout/system-admin--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. * Replacement 'Reusable layout' component styles of system/admin library.
  10. */
  11. .layout-container {
  12. margin-inline: var(--admin-space-m);
  13. &::after {
  14. display: table;
  15. clear: both;
  16. content: "";
  17. }
  18. @media screen and (min-width: 60em) {
  19. margin-inline: var(--admin-space-xl);
  20. }
  21. }
  22. @media screen and (min-width: 60em) {
  23. .layout-row {
  24. margin-right: -1.5em;
  25. margin-left: -1.5em;
  26. }
  27. .layout-column {
  28. float: inline-start;
  29. box-sizing: border-box;
  30. padding-right: 1.5em;
  31. padding-left: 1.5em;
  32. }
  33. .layout-column--half {
  34. width: 50%;
  35. }
  36. .layout-column--quarter {
  37. width: 25%;
  38. }
  39. .layout-column--three-quarter {
  40. width: 75%;
  41. }
  42. }

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