WIP
This commit is contained in:
18
dist/app.css
vendored
18
dist/app.css
vendored
@@ -12101,6 +12101,24 @@ section.multiblock-callout h2, section.multiblock-callout .h2 {
|
|||||||
}
|
}
|
||||||
section.multiblock-callout .callouts-wrapper .callout {
|
section.multiblock-callout .callouts-wrapper .callout {
|
||||||
padding-left: 3rem;
|
padding-left: 3rem;
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout .image-wrapper {
|
||||||
|
width: 31px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout .content {
|
||||||
|
border-left: 1px solid #fff;
|
||||||
|
padding-left: 1rem;
|
||||||
|
}
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout .content p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout .content p.headline {
|
||||||
|
color: #B9AF78;
|
||||||
|
font-size: 30px;
|
||||||
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-members .team-members-wrapper {
|
.team-members .team-members-wrapper {
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=498a9c9c5655b675b5fc2248a3716116"
|
"/app.css": "/app.css?id=d248386ce132f1f5097afc85bbef6d61"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,28 @@ section.multiblock-callout {
|
|||||||
.callouts-wrapper {
|
.callouts-wrapper {
|
||||||
.callout {
|
.callout {
|
||||||
padding-left: 3rem;
|
padding-left: 3rem;
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
|
||||||
|
.image-wrapper {
|
||||||
|
width: 31px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
border-left: 1px solid $c-white;
|
||||||
|
padding-left: 1rem;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
&.headline {
|
||||||
|
color: $c-tan;
|
||||||
|
font-size: 30px;
|
||||||
|
line-height: 34px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ headline }}
|
<p class="headline">{{ headline }}</p>
|
||||||
{{ description }}
|
<p>{{ description }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user