@woosmap/ui 4.102.0 → 4.104.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.102.0",
3
+ "version": "4.104.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -14,6 +14,10 @@ body
14
14
  min-width 1rem
15
15
  text-decoration none
16
16
  box-shadow 0 0 .2rem transparent
17
+ border .1rem solid $light
18
+ border-bottom 0
19
+ margin-left auto
20
+ min-width 17rem
17
21
  &.helpButtonDisabled
18
22
  position fixed
19
23
  right 2rem
@@ -328,5 +332,11 @@ body
328
332
  display block
329
333
  &.smoothScroll
330
334
  scroll-behavior smooth
335
+ @media screen and (max-width 767px)
336
+ body
337
+ .embeddedServiceHelpButton
338
+ .helpButton
339
+ .uiButton
340
+ border-bottom 1px solid $light
331
341
  // End SF Chat Customization
332
342