@woosmap/ui 3.62.0 → 3.65.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 +22 -16
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
|
|
@@ -200,6 +204,9 @@
|
|
|
200
204
|
&__author-name
|
|
201
205
|
font-weight 700
|
|
202
206
|
margin-bottom .6rem
|
|
207
|
+
text-align center
|
|
208
|
+
&__author-position
|
|
209
|
+
text-align center
|
|
203
210
|
&--small
|
|
204
211
|
max-width 28rem
|
|
205
212
|
flex-shrink 1
|
|
@@ -313,21 +320,20 @@
|
|
|
313
320
|
&__header .title
|
|
314
321
|
&__body
|
|
315
322
|
opacity 0.01
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
fill $linkColorHover !important
|
|
323
|
+
&:not(.wcard--testimonial)
|
|
324
|
+
&:hover
|
|
325
|
+
border-color $dark15
|
|
326
|
+
box-shadow 0 1.5rem 1.6rem $dark15
|
|
327
|
+
transform translateY(-.4rem)
|
|
328
|
+
color $textColor
|
|
329
|
+
.wcard
|
|
330
|
+
&__header
|
|
331
|
+
opacity 1
|
|
332
|
+
&__link
|
|
333
|
+
.btn
|
|
334
|
+
color $linkColorHover !important
|
|
335
|
+
.icon
|
|
336
|
+
fill $linkColorHover !important
|
|
331
337
|
@media screen and (max-width 960px)
|
|
332
338
|
.wcard--testimonial
|
|
333
339
|
margin 0 0 6rem 0
|