@woosmap/ui 4.80.0 → 4.81.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 +12 -1
package/package.json
CHANGED
|
@@ -241,13 +241,19 @@
|
|
|
241
241
|
background-color $light
|
|
242
242
|
border .1rem solid $dark10
|
|
243
243
|
box-shadow 0 1.5rem 3rem $dark10
|
|
244
|
+
.wcard-container--blog &
|
|
245
|
+
width 44rem
|
|
246
|
+
margin 0 3rem 6rem 3rem
|
|
244
247
|
.title
|
|
245
248
|
font-size $title5 !important
|
|
246
249
|
font-weight 500
|
|
247
250
|
line-height $title6 * 1.4 !important
|
|
248
251
|
margin-bottom 2rem
|
|
249
252
|
-webkit-line-clamp 4
|
|
250
|
-
|
|
253
|
+
.wcard-container--blog &
|
|
254
|
+
height 11.3rem
|
|
255
|
+
height 5.8rem
|
|
256
|
+
min-height auto
|
|
251
257
|
.desc
|
|
252
258
|
height 15.4rem
|
|
253
259
|
text-overflow: ellipsis
|
|
@@ -255,6 +261,9 @@
|
|
|
255
261
|
overflow hidden
|
|
256
262
|
-webkit-box-orient: vertical
|
|
257
263
|
-webkit-line-clamp 6
|
|
264
|
+
.wcard-container--blog &
|
|
265
|
+
height 8.8rem
|
|
266
|
+
-webkit-line-clamp 4
|
|
258
267
|
.wcard
|
|
259
268
|
&__header
|
|
260
269
|
br(0)
|
|
@@ -267,6 +276,8 @@
|
|
|
267
276
|
background-color unset
|
|
268
277
|
border 0
|
|
269
278
|
border-bottom .1rem solid $dark8
|
|
279
|
+
.wcard-container--blog &
|
|
280
|
+
height 22rem
|
|
270
281
|
img
|
|
271
282
|
svg
|
|
272
283
|
width 20rem
|