layout.css
Same filename in this branch
Same filename in other branches
- 7.x themes/stark/layout.css
- 7.x themes/bartik/css/layout.css
- 8.9.x core/profiles/demo_umami/themes/umami/css/layout/layout.css
- 8.9.x core/themes/seven/css/layout/layout.css
- 8.9.x core/themes/claro/css/layout/layout.css
- 8.9.x core/themes/stark/css/layout.css
- 8.9.x core/themes/bartik/css/layout.css
- 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
/** * Add spacing to bottom of pages */ .page-content { margin-bottom: 80px; } /** * Add color to layout icons. */ .layout-icon__region { fill: #f5f5f2; stroke: #666; }
File
-
core/
themes/ seven/ css/ layout/ layout.css
View source
- /**
- * Add spacing to bottom of pages
- */
- .page-content {
- margin-bottom: 80px;
- }
-
- /**
- * 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.