mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
add btn-primary to cookie banner offcanvas
This commit is contained in:
@@ -12,12 +12,12 @@ menu: extra.cookie-banner
|
||||
<strong>Do you like cookies?</strong> 🍪 We use cookies to ensure you get the best experience on our website. <a href="{{ site.base }}/terms-of-service.html" target="_blank">Learn more</a>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn" data-bs-dismiss="offcanvas">
|
||||
<button type="button" class="btn btn-primary" data-bs-dismiss="offcanvas">
|
||||
Essential Cookies Only
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn" data-bs-dismiss="offcanvas">
|
||||
<button type="button" class="btn btn-primary" data-bs-dismiss="offcanvas">
|
||||
Allow All Cookies
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user