@woosmap/ui 3.68.0 → 3.69.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": "3.68.0",
3
+ "version": "3.69.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -245,26 +245,32 @@
245
245
  position relative
246
246
  background-color $light
247
247
  &--demo
248
- .title
249
- margin-bottom 1rem
250
- display flex
251
- align-items center
252
- color $light
253
- span
254
- display -webkit-box
255
- -webkit-line-clamp 2
256
- -webkit-box-orient vertical
257
- .wcard
258
- &__body
259
- .paragraph
260
- margin-bottom 2rem !important
248
+ &.wcard--small
249
+ width 22rem
250
+ .title
251
+ display flex
252
+ align-items center
253
+ padding 2rem
254
+ color $secondary
255
+ border-bottom .1rem solid $dark10
256
+ margin-bottom 0
257
+ height 11rem
258
+ span
259
+ display -webkit-box
260
+ -webkit-line-clamp 3
261
+ -webkit-box-orient vertical
261
262
  overflow hidden
262
- color $light
263
- &__link
264
- .btn
265
- color $logo1
266
- .icon
267
- fill $logo1 !important
263
+ .wcard
264
+ &__body
265
+ .paragraph
266
+ margin-bottom 2rem !important
267
+ overflow hidden
268
+ color $secondary
269
+ &__link
270
+ .btn
271
+ color $primary
272
+ .icon
273
+ fill $primary !important
268
274
 
269
275
  &--office
270
276
  margin 0 2rem 10rem 2rem
@@ -323,6 +329,12 @@
323
329
  color $linkColorHover !important
324
330
  .icon
325
331
  fill $linkColorHover !important
332
+
333
+
334
+ @media screen and (min-width 1260px)
335
+ .wcard-container
336
+ max-width 100%
337
+
326
338
  @media screen and (max-width 960px)
327
339
  .wcard--testimonial
328
340
  margin 0 0 6rem 0
@@ -344,10 +356,14 @@
344
356
  padding 2.3rem
345
357
  .wcard--testimonial
346
358
  width 100%
359
+
347
360
  @media screen and (max-width 580px)
348
361
  .wcard--small
349
362
  width auto
350
363
  max-width unset
351
364
  margin 0 0 5rem 0
365
+ .wcard--demo
366
+ &.wcard--small
367
+ width auto
352
368
  .wcard--office
353
369
  margin 0 0 5rem 0