jekyllcodex icon indicating copy to clipboard operation
jekyllcodex copied to clipboard

Missing Some CSS Classes

Open manunamz opened this issue 2 years ago • 0 comments

cookie-consent.html (and some others, I think) uses some css classes that are not included in the html include itself -- they look like they assume Bootstrap is installed?:

  • class="btn btn-primary btn-sm"
  • class="btn btn-primary btn-sm"
<div id="cookie-notice">
  <span>We would like to use third party cookies and scripts to improve the functionality of this website.</span>
  <a id="cookie-notice-accept" class="btn btn-primary btn-sm">Approve</a>  <!-- here -->
  <a href="/privacy" class="btn btn-primary btn-sm">More info</a> <!-- and here -->
</div>

manunamz avatar Aug 06 '21 14:08 manunamz