main.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. body {
  2. font-family: 'Roboto', sans-serif;
  3. font-size: 16px;
  4. background-color: white;
  5. color: #182F40;
  6. }
  7. .cover {
  8. text-align: center;
  9. }
  10. .cover .cover-logo,
  11. .cover .cover-products {
  12. max-width: 30rem;
  13. margin-top: 1rem;
  14. }
  15. .cover h1 {
  16. font-family: 'Raleway', sans-serif;
  17. font-size: 3rem;
  18. padding: 3rem;
  19. text-transform: uppercase;
  20. font-weight: 300;
  21. }
  22. .eba-hero {
  23. background: #182848;
  24. color: white;
  25. text-align: center;
  26. }
  27. h2,
  28. h2.category-name {
  29. background: rgb(24,40,72);
  30. background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
  31. padding: 3rem 1rem 1rem 1rem;
  32. color: white;
  33. font-family: 'Raleway', sans-serif;
  34. font-size: 1.8rem;
  35. text-transform: uppercase;
  36. font-weight: 300;
  37. letter-spacing: 0.05rem;
  38. page-break-before: always;
  39. }
  40. /* .category-title::after{
  41. display: block;
  42. content: '';
  43. width: 50%;
  44. height: 6rem;
  45. transform: skew(-30deg);
  46. background: rgba(0, 38, 84, 0.7);
  47. position: relative;
  48. top: 0;
  49. left: -50px;
  50. box-shadow: 0 3px 5px 0px rgba(0,0,0,0.5);
  51. } */
  52. .product-name {
  53. background-color: rgba(24,40,72,0.8);
  54. color: white;
  55. padding: 0.5rem 1rem;
  56. max-width: 75%;
  57. font-family: 'Raleway', sans-serif;
  58. font-weight: 300;
  59. }
  60. .us-container,
  61. .product-container {
  62. page-break-inside: avoid;
  63. }
  64. .us-body,
  65. .product-body {
  66. padding: 0 1rem;
  67. text-align: justify;
  68. }
  69. .product-body p.product-short-desc {
  70. font-family: 'Raleway', sans-serif;
  71. color: #334875;
  72. font-style: italic;
  73. letter-spacing: 0.02rem;
  74. font-weight: 400;
  75. margin-bottom: 1rem;
  76. }
  77. .product-body .section-name {
  78. font-family: 'Raleway', sans-serif;
  79. font-weight: 600;
  80. color: #596992;
  81. font-size: 1.1rem;
  82. margin-bottom: 0.2rem;
  83. }