@oxide/design-system 1.4.2 → 1.4.3
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.
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.asciidoc-body .admonitionblock .quoteblock {
|
|
27
|
-
@apply mb-2 mt-2 pl-[0.75rem] border-
|
|
27
|
+
@apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.asciidoc-body .admonitionblock p,
|
|
31
31
|
.asciidoc-body .admonitionblock blockquote {
|
|
32
|
-
@apply text-
|
|
32
|
+
@apply text-success;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.asciidoc-body .admonition-content .paragraph {
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
.asciidoc-body .admonitionblock p code {
|
|
291
|
-
@apply border-none text-inverse bg-
|
|
291
|
+
@apply border-none text-inverse bg-success;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.asciidoc-body pre {
|
|
@@ -361,12 +361,12 @@
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.asciidoc-body .admonitionblock {
|
|
364
|
-
@apply rounded-lg border text-
|
|
364
|
+
@apply rounded-lg border text-success bg-success-secondary border-success-tertiary;
|
|
365
365
|
@apply my-[1.5rem] flex px-3 py-3;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.asciidoc-body .admonitionblock strong {
|
|
369
|
-
@apply text-
|
|
369
|
+
@apply text-success;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.asciidoc-body .admonitionblock.caution strong,
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
.asciidoc-body .admonitionblock a {
|
|
447
|
-
@apply text-
|
|
447
|
+
@apply text-success;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
.asciidoc-body .admonitionblock.caution a,
|