@woosmap/ui 4.104.0 → 4.106.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.104.0",
3
+ "version": "4.106.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -17,6 +17,8 @@
17
17
  border-radius .8rem .8rem 0 0
18
18
  color $light
19
19
  cursor pointer
20
+ border .1rem solid $light
21
+ border-bottom 0
20
22
  &__icon
21
23
  max-width 1.7rem
22
24
  &__label
@@ -71,5 +73,9 @@
71
73
  &__link
72
74
  color $primary
73
75
 
74
-
75
-
76
+ @media screen and (max-width 767px)
77
+ .sf-chat
78
+ bottom 1.2rem
79
+ &__button
80
+ br(3)
81
+ border-bottom .1rem solid $light
@@ -5,6 +5,7 @@ body
5
5
  display block !important
6
6
  .helpButton
7
7
  right 0
8
+ min-width 17rem
8
9
  .uiButton
9
10
  trans()
10
11
  right 2rem
@@ -17,7 +18,6 @@ body
17
18
  border .1rem solid $light
18
19
  border-bottom 0
19
20
  margin-left auto
20
- min-width 17rem
21
21
  &.helpButtonDisabled
22
22
  position fixed
23
23
  right 2rem