GDPR bar

Files

app/styles/modules/_gdpr-bar.scss

GDPR bar

Basic example of GDPR bar.

Example:code
GDPR bar is fixed on the bottom of the page.
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
Code:
<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>