GDPR bar
Files
app/styles/modules/_gdpr-bar.scssGDPR bar
Basic example of GDPR bar.
GDPR bar is fixed on the bottom of the page.
<div class="gdpr-bar">
<div class="wrapper-main gdpr-bar__container">
<div class="gdpr-bar__content">We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.</div>
<div class="gdpr-bar__buttons">
<button class="btn btn-ghost-secondary btn-small">VIAC INFO</button>
<button class="btn btn-small btn-secondary">SÚHLASÍM</button>
</div>
</div>
</div>