@woosmap/ui 4.105.0 → 4.107.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.105.0",
3
+ "version": "4.107.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,10 @@
71
73
  &__link
72
74
  color $primary
73
75
 
74
-
75
-
76
+ @media screen and (max-width 767px)
77
+ .sf-chat
78
+ &__button
79
+ br(3)
80
+ border-bottom .1rem solid $light
81
+ position: relative
82
+ bottom 1.2rem