Included in:
Not included in any file!
Local variables:
--module-max-width: 1200px
component
Footer
Basic footer module.
<!-- The data-theme is for example purposes. Don't use in it modules -->
<footer class="module footer" data-theme="light">
<div class="wrapper">
<div class="module__inner is-flex flex-wrap md:justify-content-between justify-content-center align-items-center gap-xs">
<!-- logo -->
<div class="module__logo">
<a href="#" class="module__logo-link">
<img src="https://www.inboundcycle.com/hubfs/theme-master/img/Logo.svg" data-src="https://www.inboundcycle.com/hubfs/theme-master/img/Logo.svg" alt="your-logo" data-theme-image="https://www.inboundcycle.com/hubfs/theme-master/img/Logo--white.png">
</a>
</div>
<!-- footer -->
<div class="module__footer is-flex flex-wrap gap-xs flex-center padding-top-none">
<p class="module__actions-copy">© Company's name</p>
<a href="#" class="module__actions-link">Legal warning</a>
<a href="#" class="module__actions-link">Cookies policy</a>
</div>
</div>
</div>
</footer>
5
Total declarations
0
Important
declarations
declarations
1
Vendor
prefix
prefix
--module-max-width1200px
0
Floats
declared
declared
2
height
1
--module-max-width
1
padding
1
width
Component structure
.footer {...}
.wrapper {...}
.module__logo {...}
img {...}