You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
633 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. .category-heading {
  2. display: inline-block;
  3. margin-bottom: 20px;
  4. width: 100%;
  5. border: 0 transparent none;
  6. border-bottom: 3px solid var(--primary-low) !important;
  7. padding: 0;
  8. padding-bottom: 20px !important;
  9. box-sizing: border-box;
  10. display: flex;
  11. p:first-child {
  12. display: none;
  13. }
  14. .category-logo.aspect-image {
  15. max-width: 60px;
  16. vertical-align: middle;
  17. margin: .25em 1.25em .5em .5em;
  18. }
  19. .category-name-header {
  20. display: inline-block;
  21. vertical-align: middle;
  22. font-size: 1.5em;
  23. margin: 0 0 7px;
  24. }
  25. p {
  26. font-size: 1.1em;
  27. max-width: 700px;
  28. margin: 0;
  29. }
  30. }