Skip to content

Commit 08eb246

Browse files
committed
Adding labs label and role for titles
1 parent 78d7cb1 commit 08eb246

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

preview-src/labels.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@
182182
<span class="label label--cluster-member-single">SINGLE</span>
183183
</div>
184184
185+
<div class="box">
186+
<span class="label label--labs">Labs</span>
187+
</div>
188+
185189
++++
186190

187191
== Tables with labels!

src/css/labels.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ span.label--function {
120120
color: rgba(var(--colors-lavender-50));
121121
}
122122

123+
span.label--labs {
124+
background: rgba(var(--color-labs));
125+
color: rgba(var(--colors-neutral-10));
126+
}
127+
123128
span.label--current {
124129
background: rgba(var(--colors-baltic-50));
125130
color: rgba(var(--colors-baltic-10));

0 commit comments

Comments
 (0)