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 78d7cb1 commit 08eb246Copy full SHA for 08eb246
preview-src/labels.adoc
@@ -182,6 +182,10 @@
182
<span class="label label--cluster-member-single">SINGLE</span>
183
</div>
184
185
+<div class="box">
186
+ <span class="label label--labs">Labs</span>
187
+</div>
188
+
189
++++
190
191
== Tables with labels!
src/css/labels.css
@@ -120,6 +120,11 @@ span.label--function {
120
color: rgba(var(--colors-lavender-50));
121
}
122
123
+span.label--labs {
124
+ background: rgba(var(--color-labs));
125
+ color: rgba(var(--colors-neutral-10));
126
+}
127
128
span.label--current {
129
background: rgba(var(--colors-baltic-50));
130
color: rgba(var(--colors-baltic-10));
0 commit comments