@woosmap/ui 3.67.0 → 3.68.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/card.styl +24 -35
package/package.json
CHANGED
|
@@ -27,10 +27,6 @@
|
|
|
27
27
|
&:hover
|
|
28
28
|
.icon
|
|
29
29
|
fill $primary !important
|
|
30
|
-
.wcard--small
|
|
31
|
-
.icon
|
|
32
|
-
fill $secondary !important
|
|
33
|
-
|
|
34
30
|
.wcard--office
|
|
35
31
|
border 0
|
|
36
32
|
> :nth-child(1)
|
|
@@ -113,7 +109,6 @@
|
|
|
113
109
|
background-repeat no-repeat
|
|
114
110
|
background-size cover
|
|
115
111
|
background-position 50% 50%
|
|
116
|
-
opacity .7
|
|
117
112
|
&__body
|
|
118
113
|
padding $cardPadding $cardPadding 0 $cardPadding
|
|
119
114
|
&__footer
|
|
@@ -133,7 +128,7 @@
|
|
|
133
128
|
font-size $title4
|
|
134
129
|
line-height $title4 * 1.4
|
|
135
130
|
display -webkit-box
|
|
136
|
-
-webkit-line-clamp
|
|
131
|
+
-webkit-line-clamp 4
|
|
137
132
|
-webkit-box-orient vertical
|
|
138
133
|
margin-bottom 3rem !important
|
|
139
134
|
.wcard
|
|
@@ -143,10 +138,10 @@
|
|
|
143
138
|
flex-grow 1
|
|
144
139
|
border-left 3rem solid $logo6
|
|
145
140
|
padding 2.3rem 4rem
|
|
146
|
-
height
|
|
141
|
+
height 26.2rem
|
|
147
142
|
&__header
|
|
148
143
|
width 100%
|
|
149
|
-
max-width
|
|
144
|
+
max-width 52rem
|
|
150
145
|
height auto
|
|
151
146
|
&__body
|
|
152
147
|
padding 0
|
|
@@ -163,7 +158,6 @@
|
|
|
163
158
|
align-items center
|
|
164
159
|
justify-content center
|
|
165
160
|
flex-shrink 0
|
|
166
|
-
opacity 1
|
|
167
161
|
&__content
|
|
168
162
|
padding 2rem 4rem
|
|
169
163
|
height 100%
|
|
@@ -209,46 +203,47 @@
|
|
|
209
203
|
text-align center
|
|
210
204
|
&--small
|
|
211
205
|
max-width 28rem
|
|
212
|
-
flex-shrink
|
|
213
|
-
background-color unset
|
|
214
|
-
box-shadow none
|
|
215
|
-
border 0
|
|
206
|
+
flex-shrink 0
|
|
216
207
|
margin 0 3rem 13rem 3rem
|
|
208
|
+
background-color $light
|
|
209
|
+
border .1rem solid $dark10
|
|
210
|
+
box-shadow 0 1.5rem 3rem $dark10
|
|
217
211
|
.title
|
|
218
|
-
font-size $
|
|
219
|
-
font-weight
|
|
220
|
-
line-height $title6 * 1.
|
|
221
|
-
|
|
212
|
+
font-size $title5
|
|
213
|
+
font-weight 500
|
|
214
|
+
line-height $title6 * 1.4
|
|
215
|
+
height 9.55rem
|
|
216
|
+
margin-bottom 2rem
|
|
222
217
|
-webkit-line-clamp 4
|
|
223
218
|
.wcard
|
|
224
219
|
&__header
|
|
225
|
-
br()
|
|
226
|
-
|
|
220
|
+
br(0)
|
|
221
|
+
height 13rem
|
|
227
222
|
width 100%
|
|
228
|
-
height 17rem
|
|
229
223
|
display flex
|
|
230
224
|
align-items center
|
|
231
225
|
justify-content center
|
|
232
|
-
|
|
233
|
-
|
|
226
|
+
margin-bottom 2rem
|
|
227
|
+
background-color unset
|
|
228
|
+
border 0
|
|
229
|
+
border-bottom .1rem solid $dark8
|
|
234
230
|
img
|
|
235
231
|
svg
|
|
236
232
|
width 20rem
|
|
237
233
|
&__body
|
|
238
|
-
padding 0
|
|
234
|
+
padding 0 2rem
|
|
239
235
|
flex-grow 1
|
|
240
236
|
&__footer
|
|
241
|
-
padding 0
|
|
237
|
+
padding 0 2rem 2rem 2rem
|
|
242
238
|
&__link
|
|
243
239
|
.btn
|
|
244
|
-
color $
|
|
240
|
+
color $primary
|
|
245
241
|
.icon
|
|
246
|
-
fill $
|
|
242
|
+
fill $primary
|
|
247
243
|
&:hover
|
|
248
244
|
&.wcard
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
border 0
|
|
245
|
+
position relative
|
|
246
|
+
background-color $light
|
|
252
247
|
&--demo
|
|
253
248
|
.title
|
|
254
249
|
margin-bottom 1rem
|
|
@@ -259,10 +254,7 @@
|
|
|
259
254
|
display -webkit-box
|
|
260
255
|
-webkit-line-clamp 2
|
|
261
256
|
-webkit-box-orient vertical
|
|
262
|
-
|
|
263
257
|
.wcard
|
|
264
|
-
&__header
|
|
265
|
-
opacity 1
|
|
266
258
|
&__body
|
|
267
259
|
.paragraph
|
|
268
260
|
margin-bottom 2rem !important
|
|
@@ -280,7 +272,6 @@
|
|
|
280
272
|
min-height 38.4rem
|
|
281
273
|
justify-content space-between
|
|
282
274
|
position relative
|
|
283
|
-
opacity 1
|
|
284
275
|
.city
|
|
285
276
|
trans()
|
|
286
277
|
fullwh()
|
|
@@ -327,8 +318,6 @@
|
|
|
327
318
|
transform translateY(-.4rem)
|
|
328
319
|
color $textColor
|
|
329
320
|
.wcard
|
|
330
|
-
&__header
|
|
331
|
-
opacity 1
|
|
332
321
|
&__link
|
|
333
322
|
.btn
|
|
334
323
|
color $linkColorHover !important
|