@mptw/skylens-ui 1.4.19 → 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/tailwind.config.js +2 -0
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
|
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -109,6 +109,8 @@ module.exports = {
|
|
|
109
109
|
'hint-line': '#ADB4F5',
|
|
110
110
|
'web-title-start': '#39BBE4',
|
|
111
111
|
'web-title-end': 'rgb(144 128 241/0.74)',
|
|
112
|
+
'poi-title-start': 'rgb(255 131 92/0.7)',
|
|
113
|
+
'poi-title-end': 'rgb(120 91 207/0.74)',
|
|
112
114
|
},
|
|
113
115
|
mask: {
|
|
114
116
|
DEFAULT: '#47485A',
|