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 547e37b commit dba433fCopy full SHA for dba433f
src/Web/assets/typography.css
@@ -18,6 +18,10 @@
18
@apply bg-(--ui-success)/10 text-(--ui-success) ring-(--ui-success)/25 [--tw-prose-links:var(--ui-success)];
19
}
20
21
+ &.alert-info {
22
+ @apply bg-(--ui-info)/5 text-(--ui-info) ring-(--ui-info)/25 [--tw-prose-links:var(--ui-info)];
23
+ }
24
+
25
div.alert-wrapper {
26
@apply flex flex-col gap-y-2;
27
0 commit comments