@redseed/redseed-ui-tailwindcss 7.1.7 → 7.2.0
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.
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.rsui-card-header__text {
|
|
35
|
-
@apply flex-1 flex flex-col gap-y-
|
|
35
|
+
@apply flex-1 flex flex-col gap-y-2 pt-2;
|
|
36
36
|
|
|
37
|
-
@apply @md/card-header:pt-0;
|
|
37
|
+
@apply @md/card-header:pt-0 @md/card-header:gap-y-1;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.rsui-card-header__title-container {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
.rsui-card-header__title {
|
|
45
45
|
@apply flex;
|
|
46
|
-
@apply text-lg leading-
|
|
46
|
+
@apply text-lg leading-6 font-semibold text-text-primary;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.rsui-card-header__title--single-line {
|
package/components/link_slot.css
CHANGED