@woosmap/ui 4.79.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.79.0",
3
+ "version": "4.81.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -241,12 +241,29 @@
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
253
+ .wcard-container--blog &
254
+ height 11.3rem
255
+ height 5.8rem
256
+ min-height auto
257
+ .desc
258
+ height 15.4rem
259
+ text-overflow: ellipsis
260
+ display -webkit-box
261
+ overflow hidden
262
+ -webkit-box-orient: vertical
263
+ -webkit-line-clamp 6
264
+ .wcard-container--blog &
265
+ height 8.8rem
266
+ -webkit-line-clamp 4
250
267
  .wcard
251
268
  &__header
252
269
  br(0)
@@ -259,6 +276,8 @@
259
276
  background-color unset
260
277
  border 0
261
278
  border-bottom .1rem solid $dark8
279
+ .wcard-container--blog &
280
+ height 22rem
262
281
  img
263
282
  svg
264
283
  width 20rem
@@ -266,7 +285,7 @@
266
285
  padding 0 2rem
267
286
  flex-grow 1
268
287
  &__footer
269
- padding 0 2rem 2rem 2rem
288
+ padding 2rem
270
289
  &__link
271
290
  .btn
272
291
  color $primary