74 lines
1.4 KiB
HTML
74 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
<script src="index.js"></script>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<style>
|
|
.background {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url(../../groupsData/shx-product-label/frontPageBackground.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 55%;
|
|
opacity: 0.07;
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
justify-content: right;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
h1,
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
.product-color {
|
|
color: #555555;
|
|
}
|
|
|
|
.product-id {
|
|
color: #808080;
|
|
}
|
|
|
|
.manufacturer-info p {
|
|
font-size: 8px;
|
|
color: #707170;
|
|
}
|
|
|
|
.additional-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: end;
|
|
}
|
|
|
|
.additional-info .img-container {
|
|
display: flex;
|
|
height: 25px;
|
|
gap: 8px;
|
|
}
|
|
|
|
.children {
|
|
height: 100%;
|
|
}
|
|
|
|
.ce {
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="labels"></div>
|
|
</body>
|
|
</html>
|