@woosmap/ui 3.95.0 → 3.96.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 +1 -1
- package/src/styles/website/dropdown.styl +14 -10
package/package.json
CHANGED
|
@@ -14,11 +14,14 @@
|
|
|
14
14
|
justify-content center
|
|
15
15
|
flex-shrink 0
|
|
16
16
|
border-radius $borderRadius !important
|
|
17
|
-
height auto
|
|
18
|
-
min-height $buttonHeight + .
|
|
17
|
+
height auto !important
|
|
18
|
+
min-height $buttonHeight + 1.1rem !important
|
|
19
|
+
text-overflow unset
|
|
20
|
+
white-space normal
|
|
21
|
+
overflow unset
|
|
19
22
|
> :not(.btn):not(.popover__child)
|
|
20
|
-
min-height $buttonHeight + .6rem
|
|
21
23
|
trans()
|
|
24
|
+
min-height $buttonHeight + 1.1rem !important
|
|
22
25
|
padding 0 1.2rem 0 .6rem
|
|
23
26
|
text-decoration none
|
|
24
27
|
flex-shrink 0
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
color $dark !important
|
|
64
67
|
&__icon
|
|
65
68
|
br()
|
|
66
|
-
sq(
|
|
69
|
+
sq(4.2)
|
|
67
70
|
trans()
|
|
68
71
|
display flex
|
|
69
72
|
align-items center
|
|
@@ -71,13 +74,12 @@
|
|
|
71
74
|
flex-shrink 0
|
|
72
75
|
background $logo2
|
|
73
76
|
margin-right 1rem
|
|
74
|
-
|
|
75
77
|
.icon
|
|
76
78
|
fill #fff !important
|
|
77
79
|
&__container
|
|
78
80
|
width 100%
|
|
79
81
|
min-width 0
|
|
80
|
-
|
|
82
|
+
line-height 1.7rem
|
|
81
83
|
&__name
|
|
82
84
|
font-weight 600
|
|
83
85
|
&__desc
|
|
@@ -98,7 +100,7 @@
|
|
|
98
100
|
justify-content center
|
|
99
101
|
&__menu
|
|
100
102
|
width 100%
|
|
101
|
-
max-width
|
|
103
|
+
max-width 80rem
|
|
102
104
|
position relative
|
|
103
105
|
left auto
|
|
104
106
|
right auto
|
|
@@ -110,15 +112,17 @@
|
|
|
110
112
|
justify-content center
|
|
111
113
|
&__section
|
|
112
114
|
flex-shrink 1
|
|
113
|
-
width
|
|
115
|
+
width 23rem
|
|
114
116
|
margin 0 1rem 3rem 1rem
|
|
115
117
|
padding 0
|
|
116
118
|
&--section
|
|
117
|
-
padding 1.6rem
|
|
119
|
+
padding 1.6rem 0.6rem 1rem 0.6rem
|
|
118
120
|
&__item
|
|
119
121
|
&__title
|
|
120
122
|
font-size 1.1rem
|
|
121
123
|
text-transform uppercase
|
|
122
124
|
color $category
|
|
123
125
|
font-weight 600
|
|
124
|
-
padding 0 0 0 .6rem
|
|
126
|
+
padding 0 0 0 .6rem
|
|
127
|
+
position relative
|
|
128
|
+
left -.6rem
|