@woosmap/ui 3.76.0 → 3.77.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
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"Finished step": "Dernière étape",
|
|
40
40
|
"Geocode": "Géocode",
|
|
41
41
|
"Geolocation API": "Geolocation API",
|
|
42
|
-
"Geometry only": "
|
|
42
|
+
"Geometry only": "Geomoetry Uniquement",
|
|
43
43
|
"Go": "Go",
|
|
44
44
|
"Go to documentation": "Voir la documentation",
|
|
45
45
|
"Grey": "Gris",
|
|
@@ -81,6 +81,8 @@ img
|
|
|
81
81
|
margin-top 1rem
|
|
82
82
|
&--5
|
|
83
83
|
margin-top .5rem
|
|
84
|
+
&--0
|
|
85
|
+
margin-top 0
|
|
84
86
|
.mb
|
|
85
87
|
&--100
|
|
86
88
|
margin-bottom 10rem
|
|
@@ -122,6 +124,8 @@ img
|
|
|
122
124
|
margin-bottom 1rem
|
|
123
125
|
&--5
|
|
124
126
|
margin-bottom .5rem
|
|
127
|
+
&--0
|
|
128
|
+
margin-bottom 0
|
|
125
129
|
|
|
126
130
|
.my
|
|
127
131
|
&--100
|
|
@@ -92,9 +92,30 @@
|
|
|
92
92
|
-webkit-box-orient vertical
|
|
93
93
|
text-shadow none
|
|
94
94
|
overflow hidden
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
|
|
96
|
+
.image-title
|
|
97
|
+
display flex
|
|
98
|
+
align-items center
|
|
99
|
+
justify-content center
|
|
100
|
+
margin-bottom 2rem
|
|
101
|
+
width 28.8rem
|
|
102
|
+
height 20.6rem
|
|
103
|
+
.title-container
|
|
104
|
+
display flex !important
|
|
105
|
+
align-items center
|
|
106
|
+
width 100%
|
|
107
|
+
min-height 7.8rem
|
|
108
|
+
margin-bottom 2rem
|
|
109
|
+
.title-card
|
|
110
|
+
font-size $cardTitle
|
|
111
|
+
line-height $cardTitleLineHeight
|
|
112
|
+
margin-bottom 0
|
|
113
|
+
overflow hidden
|
|
114
|
+
text-overflow ellipsis
|
|
115
|
+
display -webkit-box
|
|
116
|
+
-webkit-line-clamp 3
|
|
117
|
+
-webkit-box-orient vertical
|
|
118
|
+
|
|
98
119
|
.paragraph
|
|
99
120
|
margin-bottom 0 !important
|
|
100
121
|
height 7rem
|
|
@@ -266,6 +287,10 @@
|
|
|
266
287
|
-webkit-box-orient vertical
|
|
267
288
|
overflow hidden
|
|
268
289
|
.wcard
|
|
290
|
+
&__header
|
|
291
|
+
margin-bottom 0
|
|
292
|
+
&__content
|
|
293
|
+
padding-top 2rem
|
|
269
294
|
&__body
|
|
270
295
|
.paragraph
|
|
271
296
|
margin-bottom 2rem !important
|
|
@@ -334,7 +359,11 @@
|
|
|
334
359
|
color $linkColorHover !important
|
|
335
360
|
.icon
|
|
336
361
|
fill $linkColorHover !important
|
|
337
|
-
|
|
362
|
+
.no-link
|
|
363
|
+
cursor default
|
|
364
|
+
.wcard
|
|
365
|
+
cursor default
|
|
366
|
+
transform unset !important
|
|
338
367
|
|
|
339
368
|
@media screen and (min-width 1260px)
|
|
340
369
|
.wcard-container
|