featured-top.css

Same filename and directory in other branches
  1. 8.9.x core/themes/bartik/css/components/featured-top.css

Visual styles for Bartik's featured top.

File

core/themes/bartik/css/components/featured-top.css

View source
  1. /**
  2. * @file
  3. * Visual styles for Bartik's featured top.
  4. */
  5. .featured-top {
  6. margin: 0;
  7. padding: 20px 10px 45px;
  8. text-align: center;
  9. border-bottom: 1px solid #e7e7e7;
  10. background: #f0f0f0;
  11. background: rgba(30, 50, 10, 0.08);
  12. text-shadow: 1px 1px #fff;
  13. font-size: 1.2em;
  14. font-weight: normal;
  15. line-height: 1.4;
  16. }
  17. .featured-top h2 {
  18. font-size: 1.2em;
  19. line-height: 1;
  20. }
  21. .featured-top p {
  22. margin: 0;
  23. padding: 0;
  24. }

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