UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 30475a59 authored by Michelle Tran's avatar Michelle Tran Committed by graham.smith
Browse files

BULL-1704 Updated download button icons to reflect the right file type

parent d6b37271
No related branches found
No related tags found
3 merge requests!135Dev test sign gts,!134Dev test sign gts,!124BULL-1704 Updated download button icons to reflect the right file type
......@@ -113,10 +113,13 @@
class="col-12 pb-12"
text="DevSecOps & Agile Savings"
:internalFilePath="UberGraphic"
icon="mdi-image"
:iconSize="36"
:btnSpanTextClass="'ml-4 mr-6'"
btnColor="primary"
fileMultipleColor="black"
downloadColor="black"
textColor="black"
fileMultipleColor="#002743"
downloadColor="#002743"
textColor="#002743"
/>
</v-row>
......
......@@ -415,6 +415,9 @@
<div class="mx-auto mb-10">
<DownloadButton
text="Iron Bank Diagram"
icon="mdi-image-outline"
:iconSize="36"
:btnSpanTextClass="'ml-4 mr-6'"
:internalFilePath="ibvsDiagram"
/>
</div>
......@@ -479,6 +482,9 @@
<div class="mx-auto mt-4 mb-10">
<DownloadButton
text="Pulling Containers"
icon="mdi-image-outline"
:iconSize="36"
:btnSpanTextClass="'ml-4 mr-6'"
:internalFilePath="ibvsRegistryProcess"
/>
</div>
......@@ -542,6 +548,9 @@
<div class="mx-auto mt-4 mb-10">
<DownloadButton
text="Iron Bank Pipeline"
icon="mdi-image-outline"
:iconSize="36"
:btnSpanTextClass="'ml-4 mr-6'"
:internalFilePath="ibvsPipeline"
/>
</div>
......
......@@ -175,9 +175,10 @@
<div class="mx-auto mb-10 mt-n6">
<DownloadButton
text="Party Bus Process"
icon="$vuetify.icons.picture-as-pdf"
iconFillColor="#FFFFFF"
icon="mdi-image-outline"
:iconSize="36"
:btnSpanTextClass="'ml-4 mr-6'"
:internalFilePath="pbGraphicsProcess"
/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment