@redseed/redseed-ui-vue3 2.25.2 → 2.25.3
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
|
@@ -85,15 +85,11 @@ const statusClass = computed(() => [
|
|
|
85
85
|
&__status {
|
|
86
86
|
@apply absolute top-1.5 left-3 size-3 border border-current bg-current rounded-full;
|
|
87
87
|
@apply flex items-center justify-center transition;
|
|
88
|
-
|
|
89
|
-
&--active {
|
|
90
|
-
@apply bg-white;
|
|
91
|
-
}
|
|
92
88
|
}
|
|
93
89
|
|
|
94
90
|
&__active-icon {
|
|
95
91
|
:deep(svg), svg {
|
|
96
|
-
@apply size-2 text-
|
|
92
|
+
@apply size-2 text-white;
|
|
97
93
|
}
|
|
98
94
|
}
|
|
99
95
|
|