We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fc9a1 commit 5400a0fCopy full SHA for 5400a0f
src/css/labels.css
@@ -46,11 +46,13 @@
46
}
47
48
.label--not-on-aura {
49
+ content: "Not Available on Aura";
50
background: var(--color-red-700);
51
color: var(--color-white);
52
53
54
.label--aura-db-enterprise {
55
+ content: "AuraDB Enterprise";
56
background: var(--color-blue-600);
57
58
0 commit comments