UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 107d6f43 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'nic-updates' into 'master'

product tiles update

See merge request platform-one/private/bullhorn/platform1-site!41
parents d0b16921 45956ba4
No related branches found
Tags v0.2.22
No related merge requests found
......@@ -48,6 +48,10 @@ body {
a {
text-decoration: none;
.bi-box-arrow-up-right.b-icon {
top: -2px;
position: relative;
}
}
button.btn {
......
......@@ -25,7 +25,11 @@
:to="{ name: 'ADCE' }"
v-slot="{ href, route, navigate }"
>
<b-button class="px-5 btn" :href="href" @click="navigate">
<b-button
class="px-5 btn my-3 my-xl-1"
:href="href"
@click="navigate"
>
LEARN MORE
</b-button>
</router-link>
......@@ -47,7 +51,7 @@
IL-5 instance
</div>
<h6 class="py-4">
site coming soon
product page coming soon
</h6>
</div>
</div>
......@@ -64,9 +68,17 @@
The DoD repository of digitally signed, binary container images
that have been hardened and accredited for DoD-wide use across
classifications.
<b-button
variant="link"
href="https://ironbank.dsop.io"
target="_blank"
>
Iron Bank Repo
<b-icon icon="box-arrow-up-right" aria-hidden="true"></b-icon>
</b-button>
</div>
<h6 class="py-4">
site coming soon
product page coming soon
</h6>
</div>
</div>
......
......@@ -121,10 +121,6 @@ export default {
.btn-link {
word-wrap: none;
}
.b-icon {
top: -2px;
position: relative;
}
}
}
}
......
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