week of action banner

This commit is contained in:
Will Freeman
2026-04-19 15:39:08 -06:00
parent 27f57399d6
commit 337872f525
+24
View File
@@ -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:&nbsp;
</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"