| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- body {
- font-family: 'Roboto', sans-serif;
- font-size: 16px;
- background-color: white;
- color: #182F40;
- }
- .cover {
- text-align: center;
- }
- .cover .cover-logo,
- .cover .cover-products {
- max-width: 30rem;
- margin-top: 1rem;
- }
- .cover h1 {
- font-family: 'Raleway', sans-serif;
- font-size: 3rem;
- padding: 3rem;
- text-transform: uppercase;
- font-weight: 300;
- }
- .eba-hero {
- background: #182848;
- color: white;
- text-align: center;
- }
- h2,
- h2.category-name {
- background: rgb(24,40,72);
- background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
- padding: 3rem 1rem 1rem 1rem;
- color: white;
- font-family: 'Raleway', sans-serif;
- font-size: 1.8rem;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.05rem;
- page-break-before: always;
- }
- /* .category-title::after{
- display: block;
- content: '';
- width: 50%;
- height: 6rem;
- transform: skew(-30deg);
- background: rgba(0, 38, 84, 0.7);
- position: relative;
- top: 0;
- left: -50px;
- box-shadow: 0 3px 5px 0px rgba(0,0,0,0.5);
- } */
- .product-name {
- background-color: rgba(24,40,72,0.8);
- color: white;
- padding: 0.5rem 1rem;
- max-width: 75%;
- font-family: 'Raleway', sans-serif;
- font-weight: 300;
- }
- .us-container,
- .product-container {
- page-break-inside: avoid;
- }
- .us-body,
- .product-body {
- padding: 0 1rem;
- text-align: justify;
- }
- .product-body p.product-short-desc {
- font-family: 'Raleway', sans-serif;
- color: #334875;
- font-style: italic;
- letter-spacing: 0.02rem;
- font-weight: 400;
- margin-bottom: 1rem;
- }
- .product-body .section-name {
- font-family: 'Raleway', sans-serif;
- font-weight: 600;
- color: #596992;
- font-size: 1.1rem;
- margin-bottom: 0.2rem;
- }
|