@woosmap/ui 3.59.0 → 3.62.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
|
@@ -21,7 +21,7 @@ import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
|
21
21
|
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
22
22
|
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
23
23
|
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
24
|
-
import { ReactComponent as Speed
|
|
24
|
+
import { ReactComponent as Speed } from '../../icons/speed.svg';
|
|
25
25
|
import { ReactComponent as World } from '../../icons/world.svg';
|
|
26
26
|
import { ReactComponent as Zoom } from '../../icons/zoom.svg';
|
|
27
27
|
|
|
@@ -121,6 +121,7 @@ import { ReactComponent as SeePage } from '../../icons/see-page.svg';
|
|
|
121
121
|
import { ReactComponent as Settings } from '../../icons/settings.svg';
|
|
122
122
|
import { ReactComponent as Shield } from '../../icons/shield.svg';
|
|
123
123
|
import { ReactComponent as Star } from '../../icons/star.svg';
|
|
124
|
+
import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
|
|
124
125
|
import { ReactComponent as Support } from '../../icons/support.svg';
|
|
125
126
|
import { ReactComponent as Switch } from '../../icons/switch.svg';
|
|
126
127
|
import { ReactComponent as Team } from '../../icons/team.svg';
|
|
@@ -328,6 +328,10 @@
|
|
|
328
328
|
color $linkColorHover !important
|
|
329
329
|
.icon
|
|
330
330
|
fill $linkColorHover !important
|
|
331
|
+
@media screen and (max-width 960px)
|
|
332
|
+
.wcard--testimonial
|
|
333
|
+
margin 0 0 6rem 0
|
|
334
|
+
|
|
331
335
|
@media screen and (max-width 768px)
|
|
332
336
|
.wcard--featured
|
|
333
337
|
flex-direction column
|
|
@@ -343,6 +347,8 @@
|
|
|
343
347
|
border-top 3rem solid $logo6
|
|
344
348
|
border-left 0
|
|
345
349
|
padding 2.3rem
|
|
350
|
+
.wcard--testimonial
|
|
351
|
+
width 100%
|
|
346
352
|
@media screen and (max-width 580px)
|
|
347
353
|
.wcard--small
|
|
348
354
|
width auto
|