@lerianstudio/sindarian-ui 1.3.0-beta.4 → 1.3.0-beta.5
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.
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
@layer components {
|
|
24
24
|
.alert {
|
|
25
25
|
@apply p-alert-p text-alert-text bg-card relative w-full rounded-lg;
|
|
26
|
-
@apply [&>svg]:size-alert-icon-size [&>svg
|
|
26
|
+
@apply [&>svg]:size-alert-icon-size [&>svg]:text-alert-text [&>svg]:absolute [&>svg]:top-4.5 [&>svg]:left-4.5 [&>svg~*]:pl-9.5;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.alert-informative {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.alert-title {
|
|
50
|
-
@apply text-alert-title mb-2 font-medium
|
|
50
|
+
@apply text-alert-title mb-2 leading-none font-medium tracking-tight;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.alert-description {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.alert-top-action {
|
|
62
|
-
@apply absolute
|
|
62
|
+
@apply absolute top-2 right-2 flex gap-2 !pl-0;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.alert-close {
|