@woosmap/ui 3.93.0 → 3.94.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": "3.93.0",
3
+ "version": "3.94.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -8,7 +8,8 @@
8
8
  width 100%
9
9
  zoom .9
10
10
  padding 2rem
11
- background-color #d5eaff
11
+ background #31436C
12
+ background radial-gradient(circle, #31436C 0%, #262D3E 100%)
12
13
  &__mobilewrapper
13
14
  trans()
14
15
  position relative
@@ -25,6 +26,7 @@
25
26
  font-size 1.2rem
26
27
  font-weight 700
27
28
  margin 0 0 1rem 0
29
+ color $light
28
30
  &__mobile
29
31
  br(1)
30
32
  font-size 1.3rem
@@ -68,9 +70,8 @@
68
70
  .merchant__mobile--details--dirty &
69
71
  opacity 1
70
72
  &__button
71
- sq(3)
72
73
  position absolute
73
- background-color transparent
74
+ background-color transparent !important
74
75
  left -.6rem
75
76
  padding 0
76
77
  display flex
@@ -78,7 +79,7 @@
78
79
  justify-content center
79
80
  flex-shrink 0
80
81
  &:hover
81
- background-color $dark30
82
+ background-color $dark30 !important
82
83
 
83
84
  &__section
84
85
  padding 1.4rem 2rem
@@ -20,6 +20,9 @@
20
20
  position relative
21
21
  // box-shadow 0 0 3rem rgba($logo2, .15)
22
22
  box-shadow 0 .3rem 1rem rgba($secondary, .15)
23
+ .demo--merchant &
24
+ border .1rem solid $light
25
+
23
26
  &__showcase
24
27
  &__data
25
28
  display flex