@deque/cauldron-styles 6.6.1-canary.84950177 → 6.6.1-canary.b21d38ca
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +9 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3200,6 +3200,15 @@ button.TooltipTabstop {
|
|
|
3200
3200
|
--code-border-color: var(--stroke-dark);
|
|
3201
3201
|
}
|
|
3202
3202
|
|
|
3203
|
+
.Code__Header {
|
|
3204
|
+
display: flex;
|
|
3205
|
+
justify-content: space-between;
|
|
3206
|
+
align-items: center;
|
|
3207
|
+
margin-bottom: var(--space-smallest);
|
|
3208
|
+
font-weight: var(--font-weight-medium);
|
|
3209
|
+
font-size: var(--text-size-body);
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3203
3212
|
.Code.hljs {
|
|
3204
3213
|
display: block;
|
|
3205
3214
|
padding: var(--space-smaller);
|
package/package.json
CHANGED