@woosmap/ui 4.103.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.103.0",
3
+ "version": "4.104.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -1,16 +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
- min-width 17rem
14
8
  .uiButton
15
9
  trans()
16
10
  right 2rem
@@ -21,6 +15,9 @@ body
21
15
  text-decoration none
22
16
  box-shadow 0 0 .2rem transparent
23
17
  border .1rem solid $light
18
+ border-bottom 0
19
+ margin-left auto
20
+ min-width 17rem
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