Skip to content

Commit 22017f0

Browse files
author
JPryce-Aklundh
committed
add corresponding labels
1 parent d2890b8 commit 22017f0

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

preview-src/index.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,14 @@ An advantage of enhancing graph visualization with these algorithms is that we c
799799
<span class="label">Default Label Color</span>
800800
</div>
801801
802+
<div class="box">
803+
<span class="label label--aura-db-enterprise">AuraDB Enterprise</span>
804+
</div>
805+
806+
<div class="box">
807+
<span class="label label--not-on-aura">Not Available on Aura</span>
808+
</div>
809+
802810
<div class="box">
803811
<span class="label label--apoc-core">APOC Core</span>
804812
</div>

src/css/labels.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
color: var(--color-white);
4646
}
4747

48+
.label--not-on-aura
49+
{
50+
background: var(--color-red-700);
51+
color: var(--color-white);
52+
}
53+
54+
.label--aura-db-enterprise
55+
{
56+
background: var(--color-blue-600);
57+
color: var(--color-white);
58+
}
59+
4860
.label--aura,
4961
.label--enterprise-only,
5062
.label--professional,

0 commit comments

Comments
 (0)