Files
freeplanet/src/components/CTitleBanner/CTitleBanner.vue
Paolo Arena 6f2e4f891e - Import emails from a list to a DB
- Create Template Emails
- Options Email
2019-12-04 02:05:08 +01:00

17 lines
423 B
Vue

<template>
<div>
<q-banner
class="q-my-md"
rounded dense :class="bgcolor+` text-white`"
:color="color+` q-title`" style="text-align: center;">
<span class="mybanner">{{title}}</span>
</q-banner>
</div>
</template>
<script lang="ts" src="./CTitleBanner.ts">
</script>
<style lang="scss" scoped>
@import './CTitleBanner.scss';
</style>