@redseed/redseed-ui-vue3 5.4.13 → 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
|
@@ -94,11 +94,11 @@ function onClick() {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
&__action-layer {
|
|
97
|
-
@apply absolute inset-0 size-full bg-transparent rounded-
|
|
97
|
+
@apply absolute inset-0 size-full bg-transparent rounded-xl transition;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
&__image {
|
|
101
|
-
@apply rounded-t-
|
|
101
|
+
@apply rounded-t-xl overflow-hidden;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
&__content {
|
|
@@ -110,7 +110,7 @@ function onClick() {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&__meta {
|
|
113
|
-
@apply grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-2
|
|
113
|
+
@apply grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-2;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
</style>
|
|
@@ -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 {
|