@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
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
width 100%
|
|
9
9
|
zoom .9
|
|
10
10
|
padding 2rem
|
|
11
|
-
background
|
|
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
|