@redseed/redseed-ui-vue3 5.4.14 → 5.4.15
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.
package/package.json
CHANGED
|
@@ -134,11 +134,11 @@ const emit = defineEmits(['click:more-actions'])
|
|
|
134
134
|
.rsui-card-header {
|
|
135
135
|
@apply flex flex-col gap-x-3 gap-y-5 transition-all;
|
|
136
136
|
@apply md:flex-row md:justify-between md:items-center;
|
|
137
|
-
@apply
|
|
137
|
+
@apply pt-4 px-4 sm:px-6;
|
|
138
138
|
@apply border-b border-transparent;
|
|
139
139
|
|
|
140
140
|
&--divider {
|
|
141
|
-
@apply border-rsui-grey-400;
|
|
141
|
+
@apply border-rsui-grey-400 pb-4;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
&__header {
|