@woosmap/ui 3.37.0 → 3.38.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
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
&-container
|
|
176
176
|
color $inputDemoBgColor
|
|
177
177
|
.btn
|
|
178
|
-
padding 0
|
|
178
|
+
padding 0 .8rem
|
|
179
179
|
&:first-child
|
|
180
180
|
border-radius 2rem 0 0 2rem
|
|
181
181
|
&:last-child
|
|
@@ -185,6 +185,8 @@
|
|
|
185
185
|
background-color $activeColorDark
|
|
186
186
|
border-color $activeColorDark
|
|
187
187
|
color $inputDemoBgColor
|
|
188
|
+
&:hover
|
|
189
|
+
background-color $activeColorDark
|
|
188
190
|
&.language
|
|
189
191
|
&.transportation
|
|
190
192
|
mbi(.6)
|