@woosmap/ui 4.80.0 → 4.82.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 +13 -1
package/package.json
CHANGED
|
@@ -241,13 +241,20 @@
|
|
|
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
|
|
257
|
+
-webkit-line-clamp 2
|
|
251
258
|
.desc
|
|
252
259
|
height 15.4rem
|
|
253
260
|
text-overflow: ellipsis
|
|
@@ -255,6 +262,9 @@
|
|
|
255
262
|
overflow hidden
|
|
256
263
|
-webkit-box-orient: vertical
|
|
257
264
|
-webkit-line-clamp 6
|
|
265
|
+
.wcard-container--blog &
|
|
266
|
+
height 8.8rem
|
|
267
|
+
-webkit-line-clamp 4
|
|
258
268
|
.wcard
|
|
259
269
|
&__header
|
|
260
270
|
br(0)
|
|
@@ -267,6 +277,8 @@
|
|
|
267
277
|
background-color unset
|
|
268
278
|
border 0
|
|
269
279
|
border-bottom .1rem solid $dark8
|
|
280
|
+
.wcard-container--blog &
|
|
281
|
+
height 22rem
|
|
270
282
|
img
|
|
271
283
|
svg
|
|
272
284
|
width 20rem
|