File: D:/HostingSpaces/Eurotools/euro-tools.nl/resources/views/shop/PDF/master.blade.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<style>
Base
body, body *:not(html):not(style):not(br):not(tr):not(code) {
font-family: Helvetica, Arial, sans-serif;
box-sizing: border-box;
}
body {
/*background-color: #f5f8fa;*/
color: #74787E;
height: 100%;
hyphens: auto;
line-height: 1.4;
margin: 0;
-moz-hyphens: auto;
-ms-word-break: break-all;
width: 100% !important;
-webkit-hyphens: auto;
-webkit-text-size-adjust: none;
word-break: break-all;
word-break: break-word;
}
p,
ul,
ol,
blockquote {
line-height: 1.4;
text-align: left;
}
a {
color: #3869D4;
}
a img {
border: none;
}
/* Typography */
h1 {
color: #2F3133;
font-size: 19px;
font-weight: bold;
margin-top: 0;
text-align: left;
}
h2 {
color: #2F3133;
font-size: 16px;
font-weight: bold;
margin-top: 0;
text-align: left;
}
h3 {
color: #2F3133;
font-size: 14px;
font-weight: bold;
margin-top: 0;
text-align: left;
}
p {
color: #74787E;
font-size: 16px;
line-height: 1.5em;
margin-top: 0;
text-align: left;
}
p.sub {
font-size: 12px;
}
img {
max-width: 100%;
}
/* Layout */
header {
background-color: #2D323C;
text-align: center;
padding: 10px 0;
}
.subheader {
height: 80px;
/*background: #FFD200;*/
/*background: #FFD200 url('https://euro-tools.nl/img/bg_pattern.png') repeat;*/
}
.c-order-data {
padding: 60px 30px 0;
}
.c-order-data__column {
display: inline-block;
width: 48%;
}
.c-content-row {
padding: 20px 30px;
}
.c-order{
padding: 10px 30px;
}
.c-order__heading {
display: block;
width: 100%;
margin-top: 18px;
}
.c-order__item {
display: block;
width: 100%;
}
.c-order__item-name {
display: inline-block;
width: calc(100% - 90px);
}
.c-order__quantity {
display: inline-block;
width: 60px;
}
</style>
<header>
<img alt="logo" src="https://euro-tools.nl/img/logo.svg" />
</header>
<div class="subheader">
<img alt="logo" src="https://euro-tools.nl/img/mail-heading.jpg" />
</div>
@yield('message')
</body>
</html>