'In samenwerking met' banner bij NH Nieuws berichten
This commit is contained in:
@@ -1,3 +1,32 @@
|
|||||||
|
<span class="partner">
|
||||||
|
<img src="/images/logo-NH.svg" alt="NH Nieuws" />
|
||||||
|
<span>
|
||||||
|
<span>In samenwerking met</span>
|
||||||
|
<b>NH Nieuws</b>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
<style>
|
||||||
|
.partner {
|
||||||
|
display: flex;
|
||||||
|
border: solid 1px #0828aa;
|
||||||
|
border-radius: 4px;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
.partner > span {
|
||||||
|
flex: auto 0 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.partner img {
|
||||||
|
padding: 4px;
|
||||||
|
padding-right: 7px;
|
||||||
|
}
|
||||||
|
.partner * {
|
||||||
|
margin: 0;
|
||||||
|
flex: auto 0 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
@foreach($content as $block)
|
@foreach($content as $block)
|
||||||
@if($block->type == "headerRichA")
|
@if($block->type == "headerRichA")
|
||||||
@php($block->image->url = isset($block->image->crops)
|
@php($block->image->url = isset($block->image->crops)
|
||||||
|
|||||||
Reference in New Issue
Block a user