layout.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/profiles/demo_umami/themes/umami/css/layout/layout.css
- 10 core/themes/olivero/css/layout/layout.css
- 10 core/themes/claro/css/layout/layout.css
- 10 core/modules/ckeditor5/tests/modules/ckeditor5_test/css/layout.css
- 11.x core/profiles/demo_umami/themes/umami/css/layout/layout.css
- 11.x core/themes/olivero/css/layout/layout.css
- 11.x core/themes/claro/css/layout/layout.css
- 11.x core/modules/ckeditor5/tests/modules/ckeditor5_test/css/layout.css
- 7.x themes/stark/layout.css
- 7.x themes/bartik/css/layout.css
- 9 core/profiles/demo_umami/themes/umami/css/layout/layout.css
- 9 core/themes/olivero/css/layout/layout.css
- 9 core/themes/seven/css/layout/layout.css
- 9 core/themes/claro/css/layout/layout.css
- 9 core/themes/bartik/css/layout.css
- 9 core/modules/ckeditor5/tests/modules/ckeditor5_test/css/layout.css
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
*/
/**
* 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.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/2815083
- * @preserve
- */
-
- /**
- * 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.