main.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. body {
  2. font-family: 'Roboto', sans-serif;
  3. font-size: 16px;
  4. background-color: white;
  5. color: #182F40;
  6. }
  7. .eba-hero {
  8. background-color: #0F305E;
  9. color: white;
  10. text-align: center;
  11. }
  12. .category-name {
  13. background-color: #334875;
  14. padding: 2rem 1rem;
  15. color: white;
  16. font-family: 'Raleway', sans-serif;
  17. font-size: 1.8rem;
  18. box-shadow: 0 3px 5px 0px rgba(0,0,0,0.5);
  19. text-transform: uppercase;
  20. font-weight: 300;
  21. letter-spacing: 0.05rem;
  22. page-break-before: always;
  23. }
  24. .product-name {
  25. background-color: #596992;
  26. color: white;
  27. padding: 0.5rem 1rem;
  28. max-width: 75%;
  29. font-family: 'Raleway', sans-serif;
  30. font-weight: 300;
  31. }
  32. .product-container {
  33. page-break-inside: avoid;
  34. }
  35. .product-body {
  36. padding: 0 1rem;
  37. }
  38. .product-body p.product-short-desc {
  39. font-family: 'Raleway', sans-serif;
  40. color: #334875;
  41. font-style: italic;
  42. letter-spacing: 0.02rem;
  43. font-weight: 400;
  44. margin-bottom: 1rem;
  45. }
  46. .product-body .section-name {
  47. font-family: 'Raleway', sans-serif;
  48. font-weight: 600;
  49. color: #596992;
  50. font-size: 1.1rem;
  51. margin-bottom: 0.2rem;
  52. }