mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-04-21 19:05:57 +02:00
week of action banner
This commit is contained in:
@@ -1,6 +1,30 @@
|
||||
<template>
|
||||
<DefaultLayout no-bottom-margin>
|
||||
<template #header>
|
||||
<!-- Week of Action Banner -->
|
||||
<v-alert
|
||||
color="#FFC107"
|
||||
class="week-of-action-banner mb-0"
|
||||
density="compact"
|
||||
rounded="0"
|
||||
closable
|
||||
close-icon="mdi-close"
|
||||
style="position: sticky; top: 0; z-index: 1000; --v-alert-close-color: #000000;"
|
||||
>
|
||||
<div class="d-flex align-center justify-center" style="color: #000000;">
|
||||
<span class="font-weight-bold text-uppercase">
|
||||
Join DeFlock for a national week of action. Learn more:
|
||||
</span>
|
||||
<a
|
||||
href="https://noalprs.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="font-weight-bold text-uppercase"
|
||||
style="color: #000000; text-decoration: underline;"
|
||||
>NoALPRs.com</a>
|
||||
</div>
|
||||
</v-alert>
|
||||
|
||||
<!-- Service Alert Banner -->
|
||||
<v-alert
|
||||
v-show="serviceAlert?.active"
|
||||
|
||||
Reference in New Issue
Block a user