<!doctype html>
<html class="no-js" lang="sv-SE">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Swegon - The Indoor Climate Company | www.swegon.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="../../assets/styles.css" rel="stylesheet">
<link href="../../assets/print.css" rel="stylesheet" media="print">
</head>
<body>
<style>
.colors {
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
}
.color {
flex: 200px 1 0;
margin: 10px;
}
.color div {
width: 100%;
height: 200px;
margin-bottom: 10px;
border-radius: 5px;
}
.color p {
line-height: 1.25;
text-align: center;
margin: 0;
}
</style>
<div class="colors">
</div>
</body>
</html>
<!doctype html>
<html class="no-js" lang="sv-SE">
{{render "@head" }}
<body>
<style>
.colors {
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
}
.color {
flex: 200px 1 0;
margin: 10px;
}
.color div {
width: 100%;
height: 200px;
margin-bottom: 10px;
border-radius: 5px;
}
.color p {
line-height: 1.25;
text-align: center;
margin: 0;
}
</style>
<div class="colors">
{{{ yield }}}
</div>
{{!-- {{> @scripts }} --}}
</body>
</html>
/* No context defined. */
No notes defined.