mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[ads] rename cookie consent class (ublock seems to break it)
This commit is contained in:
parent
c40ebab793
commit
8d29a23580
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="visible">
|
<div v-if="visible">
|
||||||
<div :class="['modal', blur ? 'modal-shown d-block' : '']"></div>
|
<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">
|
<div class="container py-3">
|
||||||
<p class="d-flex justify-content-between">
|
<p class="d-flex justify-content-between">
|
||||||
<span class="h5">
|
<span class="h5">
|
||||||
@ -103,7 +103,7 @@ export default {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "assets/variables";
|
@import "assets/variables";
|
||||||
|
|
||||||
.cookie-consent {
|
.cc-modal {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user