@mptw/skylens-ui 1.4.20 → 1.4.21
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/components/SLInfoTip.vue +1 -1
- package/package.json +1 -1
package/components/SLInfoTip.vue
CHANGED
|
@@ -205,7 +205,7 @@ export default defineComponent({
|
|
|
205
205
|
content '\e943'
|
|
206
206
|
|
|
207
207
|
&-content
|
|
208
|
-
@apply relative
|
|
208
|
+
@apply relative py-5 pl-4 pr-6 border s('border-primary-600/50') rounded-lg bg-white text-sm text-gray-2 text-left font-normal whitespace-normal shadow-popup-sm
|
|
209
209
|
|
|
210
210
|
.pin-toggle
|
|
211
211
|
@apply absolute top-0 right-0 mt-2 mr-2 text-base text-primary-600
|