recipe-collections.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css
  3. 10 core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css
.block-views-blockrecipe-collections-block {
  padding: 3rem 4%;
  color: #fff;
  background: #767775;
}
.block-views-blockrecipe-collections-block .block__title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.block-views-blockrecipe-collections-block .views-field-name a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.block-views-blockrecipe-collections-block .views-field-name a:active,
.block-views-blockrecipe-collections-block .views-field-name a:focus,
.block-views-blockrecipe-collections-block .views-field-name a:hover {
  text-decoration: underline;
  outline-color: #fff;
  background: transparent;
}

File

core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css

View source
  1. .block-views-blockrecipe-collections-block {
  2. padding: 3rem 4%;
  3. color: #fff;
  4. background: #767775;
  5. }
  6. .block-views-blockrecipe-collections-block .block__title {
  7. margin-bottom: 1.5rem;
  8. text-align: center;
  9. }
  10. .block-views-blockrecipe-collections-block .views-field-name a {
  11. text-decoration: none;
  12. color: #fff;
  13. font-size: 0.9rem;
  14. font-weight: bold;
  15. }
  16. .block-views-blockrecipe-collections-block .views-field-name a:active,
  17. .block-views-blockrecipe-collections-block .views-field-name a:focus,
  18. .block-views-blockrecipe-collections-block .views-field-name a:hover {
  19. text-decoration: underline;
  20. outline-color: #fff;
  21. background: transparent;
  22. }

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