@woosmap/ui 4.103.0 → 4.105.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.103.0",
3
+ "version": "4.105.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1,15 +1,10 @@
1
1
  // SF Chat Customization
2
2
  body
3
3
  .embeddedServiceHelpButton
4
- left auto
5
- right 0
6
- width 100%
7
4
  .embeddedServiceIcon
8
5
  display block !important
9
6
  .helpButton
10
7
  right 0
11
- border .1rem solid $light
12
- margin-left auto
13
8
  min-width 17rem
14
9
  .uiButton
15
10
  trans()
@@ -21,6 +16,8 @@ body
21
16
  text-decoration none
22
17
  box-shadow 0 0 .2rem transparent
23
18
  border .1rem solid $light
19
+ border-bottom 0
20
+ margin-left auto
24
21
  &.helpButtonDisabled
25
22
  position fixed
26
23
  right 2rem
@@ -335,5 +332,11 @@ body
335
332
  display block
336
333
  &.smoothScroll
337
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
338
341
  // End SF Chat Customization
339
342