Adding MailChimp Suport Newsletter component (Server Side)
This commit is contained in:
@@ -15,3 +15,9 @@
|
||||
.slideFromBottom-leave-active {
|
||||
transition: transform .2s ease-in;
|
||||
}
|
||||
|
||||
.tothebottomfixed {
|
||||
position: fixed;
|
||||
top: 100px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-if="isOpen">
|
||||
<div class="q-pa-md q-gutter-sm tothebottomfixed">
|
||||
<div class="q-pa-md q-gutter-sm">
|
||||
<transition appear name="slide-up" mode="out-in" :duration="2000">
|
||||
<q-banner class="bg-primary text-white" transition-show="jump-down">
|
||||
Usiamo i Cookie per una migliore prestazione web.
|
||||
|
||||
Reference in New Issue
Block a user