system-admin--layout.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/themes/claro/css/layout/system-admin--layout.css
- 11.x core/themes/claro/css/layout/system-admin--layout.css
- 9 core/themes/claro/css/layout/system-admin--layout.css
- 8.9.x core/themes/claro/css/layout/system-admin--layout.css
- 11.x core/themes/admin/css/layout/system-admin--layout.css
- 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
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Replacement 'Reusable layout' component styles of system/admin library.
- */
-
- .layout-container {
- margin-inline: var(--admin-space-m);
-
- &::after {
- display: table;
- clear: both;
- content: "";
- }
-
- @media screen and (min-width: 60em) {
- margin-inline: var(--admin-space-xl);
- }
- }
-
- @media screen and (min-width: 60em) {
- .layout-row {
- margin-right: -1.5em;
- margin-left: -1.5em;
- }
-
- .layout-column {
- float: inline-start;
- box-sizing: border-box;
- padding-right: 1.5em;
- padding-left: 1.5em;
- }
-
- .layout-column--half {
- width: 50%;
- }
-
- .layout-column--quarter {
- width: 25%;
- }
-
- .layout-column--three-quarter {
- width: 75%;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.