File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments