[ads] rename cookie consent class (ublock seems to break it)

This commit is contained in:
Andrea Vos 2022-09-05 19:41:05 +02:00
parent c40ebab793
commit 8d29a23580

View File

@ -1,7 +1,7 @@
<template>
<div v-if="visible">
<div :class="['modal', blur ? 'modal-shown d-block' : '']"></div>
<div class="cookie-consent bg-white border-top border-primary small">
<div class="cc-modal bg-white border-top border-primary small">
<div class="container py-3">
<p class="d-flex justify-content-between">
<span class="h5">
@ -103,7 +103,7 @@ export default {
<style lang="scss">
@import "assets/variables";
.cookie-consent {
.cc-modal {
position: fixed;
bottom: 0;
left: 0;