@woosmap/ui 3.62.0 → 3.63.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.62.0",
3
+ "version": "3.63.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -154,7 +154,7 @@
154
154
  &__footer
155
155
  padding 0
156
156
  &--testimonial
157
- width 36rem
157
+ width 46rem
158
158
  margin 2rem 2rem 4rem 2rem
159
159
  .wcard
160
160
  &__header
@@ -162,6 +162,7 @@
162
162
  align-items center
163
163
  justify-content center
164
164
  flex-shrink 0
165
+ opacity 1
165
166
  &__content
166
167
  padding 2rem 4rem
167
168
  height 100%
@@ -313,21 +314,20 @@
313
314
  &__header .title
314
315
  &__body
315
316
  opacity 0.01
316
-
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
317
+ &:not(.wcard--testimonial)
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
331
  @media screen and (max-width 960px)
332
332
  .wcard--testimonial
333
333
  margin 0 0 6rem 0