UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Bull 2973 p1ps marketing

Merged Kevin Boicourt requested to merge BULL-2973-p1ps-marketing into master
2 files
+ 31
11
Compare changes
  • Side-by-side
  • Inline
Files
2
<template>
<div>
<v-alert
v-if="$route.path !== ProductRoadmap.path"
@click="$router.push('/product-roadmap')"
:icon="false"
dense
<v-btn
class="alert-banner text-uppercase text-subtitle-2 text-sm-subtitle-1 font-weight-bold cursor-pointer white--text"
target="_blank"
rel="noopener noreferrer"
href="https://p1ps-docs.dso.mil"
tile
class="roadmap-banner py-0 my-0 text-uppercase text-subtitle-2 text-sm-subtitle-1 font-weight-bold cursor-pointer white--text"
color="#687a00"
small
>
Check out the new Product Roadmap
</v-alert>
Check out the all new Platform One Postal Service
</v-btn>
<v-app-bar
id="app-bar"
@@ -679,15 +678,18 @@ export default {
}
}
.roadmap-banner {
.alert-banner {
height: 30px;
line-height: 30px;
position: fixed;
z-index: 99;
width: 100%;
left: 0;
background: $p1-dark-green !important;
transition: background 0.25s ease-out;
&:hover {
background: var(--v-primary-darken1) !important;
background: $p1-light-green !important;
}
}
Loading