@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 +1 -1
- package/src/styles/website/card.styl +35 -19
package/package.json
CHANGED
|
@@ -245,26 +245,32 @@
|
|
|
245
245
|
position relative
|
|
246
246
|
background-color $light
|
|
247
247
|
&--demo
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
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
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
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
|