@redseed/redseed-ui-tailwindcss 7.1.8 → 7.2.1
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.
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
.rsui-checkbox-card {
|
|
2
|
+
@apply @container/checkbox-card;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.rsui-checkbox-card .rsui-card-header__actions-mobile {
|
|
6
|
+
@apply pl-8;
|
|
2
7
|
}
|
|
3
8
|
|
|
4
9
|
.rsui-checkbox-card--disabled {
|
|
@@ -47,7 +52,7 @@
|
|
|
47
52
|
}
|
|
48
53
|
|
|
49
54
|
.rsui-checkbox-card__field {
|
|
50
|
-
@apply inline-flex items-center p-0
|
|
55
|
+
@apply inline-flex items-center p-0 mt-0;
|
|
51
56
|
}
|
|
52
57
|
|
|
53
58
|
.rsui-checkbox-card__field .rsui-form-field-checkbox__checkbox {
|
|
@@ -60,11 +65,11 @@
|
|
|
60
65
|
|
|
61
66
|
.rsui-checkbox-card__subtitle {
|
|
62
67
|
@apply text-sm text-text-quaternary;
|
|
63
|
-
@apply pl-
|
|
68
|
+
@apply pl-8;
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
.rsui-checkbox-card__badge {
|
|
67
|
-
@apply pl-
|
|
72
|
+
@apply pl-8 flex gap-space-xs;
|
|
68
73
|
}
|
|
69
74
|
.rsui-checkbox-card__title-text--strikethrough {
|
|
70
75
|
@apply line-through;
|
|
@@ -72,7 +77,7 @@
|
|
|
72
77
|
|
|
73
78
|
/* Align body/meta content with the header title (account for checkbox width + gap) */
|
|
74
79
|
.rsui-checkbox-card > .rsui-card__content--padded {
|
|
75
|
-
@apply pl-
|
|
80
|
+
@apply pl-8 @sm/checkbox-card:pl-12;
|
|
76
81
|
}
|
|
77
82
|
|
|
78
83
|
/* Success state styling */
|
package/components/link_slot.css
CHANGED