highlighted.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
- 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
- 8.9.x core/themes/bartik/css/components/highlighted.css
This file is used to style the highlighted region.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ regions/ highlighted/ highlighted.css
View source
- /**
- * @file
- * This file is used to style the highlighted region.
- *
- */
-
- .layout-highlighted {
- padding: 0 0 1em;
- background: #fff;
- }
- .region-highlighted {
- padding: 0 4%;
- }
- /* Extra large + side margins */
- @media screen and (min-width: 80rem) { /* 1200px (large) + 80px (side margins) = 1280px */
- .region-highlighted {
- padding: 0;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.