Re-add balloon background image to footer
This commit is contained in:
parent
366d65c567
commit
e608daf8ae
|
@ -1,4 +1,7 @@
|
|||
.bg-balloon { background-image: url(/themes/dcb2017/images/dcb-bg.jpg); }
|
||||
.bg-black { background-color: #111111; }
|
||||
.bg-cover { background-size: cover; }
|
||||
.bg-center { background-position: center; }
|
||||
.flex { display: flex; }
|
||||
.flex-1 { flex: 1; }
|
||||
.flex-col { flex-direction: column; }
|
||||
|
|
|
@ -57,7 +57,7 @@ layout: default
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer role="contentinfo">
|
||||
<footer role="contentinfo" class="bg-balloon bg-center bg-cover">
|
||||
<div class="region region-footer">
|
||||
<div id="block-footerinfo" class="block block-block-content block-block-content1df4705d-991d-45d4-8c83-fa337eec6a69">
|
||||
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
|
||||
|
|
Loading…
Reference in a new issue