@woosmap/ui 3.61.0 → 3.64.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 +24 -15
package/package.json
CHANGED
|
@@ -154,14 +154,16 @@
|
|
|
154
154
|
&__footer
|
|
155
155
|
padding 0
|
|
156
156
|
&--testimonial
|
|
157
|
-
width
|
|
157
|
+
width 46rem
|
|
158
158
|
margin 2rem 2rem 4rem 2rem
|
|
159
|
+
cursor default
|
|
159
160
|
.wcard
|
|
160
161
|
&__header
|
|
161
162
|
display flex
|
|
162
163
|
align-items center
|
|
163
164
|
justify-content center
|
|
164
165
|
flex-shrink 0
|
|
166
|
+
opacity 1
|
|
165
167
|
&__content
|
|
166
168
|
padding 2rem 4rem
|
|
167
169
|
height 100%
|
|
@@ -170,6 +172,8 @@
|
|
|
170
172
|
sq(12)
|
|
171
173
|
border .2rem solid $light
|
|
172
174
|
box-shadow 0 0 2rem $dark10
|
|
175
|
+
background-position center center
|
|
176
|
+
background-size cover
|
|
173
177
|
&__quote
|
|
174
178
|
f4()
|
|
175
179
|
font-style italic
|
|
@@ -313,21 +317,24 @@
|
|
|
313
317
|
&__header .title
|
|
314
318
|
&__body
|
|
315
319
|
opacity 0.01
|
|
320
|
+
&:not(.wcard--testimonial)
|
|
321
|
+
&:hover
|
|
322
|
+
border-color $dark15
|
|
323
|
+
box-shadow 0 1.5rem 1.6rem $dark15
|
|
324
|
+
transform translateY(-.4rem)
|
|
325
|
+
color $textColor
|
|
326
|
+
.wcard
|
|
327
|
+
&__header
|
|
328
|
+
opacity 1
|
|
329
|
+
&__link
|
|
330
|
+
.btn
|
|
331
|
+
color $linkColorHover !important
|
|
332
|
+
.icon
|
|
333
|
+
fill $linkColorHover !important
|
|
334
|
+
@media screen and (max-width 960px)
|
|
335
|
+
.wcard--testimonial
|
|
336
|
+
margin 0 0 6rem 0
|
|
316
337
|
|
|
317
|
-
|
|
318
|
-
&:hover
|
|
319
|
-
border-color $dark15
|
|
320
|
-
box-shadow 0 1.5rem 1.6rem $dark15
|
|
321
|
-
transform translateY(-.4rem)
|
|
322
|
-
color $textColor
|
|
323
|
-
.wcard
|
|
324
|
-
&__header
|
|
325
|
-
opacity 1
|
|
326
|
-
&__link
|
|
327
|
-
.btn
|
|
328
|
-
color $linkColorHover !important
|
|
329
|
-
.icon
|
|
330
|
-
fill $linkColorHover !important
|
|
331
338
|
@media screen and (max-width 768px)
|
|
332
339
|
.wcard--featured
|
|
333
340
|
flex-direction column
|
|
@@ -343,6 +350,8 @@
|
|
|
343
350
|
border-top 3rem solid $logo6
|
|
344
351
|
border-left 0
|
|
345
352
|
padding 2.3rem
|
|
353
|
+
.wcard--testimonial
|
|
354
|
+
width 100%
|
|
346
355
|
@media screen and (max-width 580px)
|
|
347
356
|
.wcard--small
|
|
348
357
|
width auto
|