@woosmap/ui 3.75.0 → 3.78.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
|
@@ -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
|
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
&-wrapper-link
|
|
16
16
|
width 33rem
|
|
17
17
|
margin 2rem 2rem 4rem 2rem
|
|
18
|
+
.no-link
|
|
19
|
+
cursor default
|
|
20
|
+
.wcard
|
|
21
|
+
cursor default
|
|
22
|
+
transform unset !important
|
|
18
23
|
&-container
|
|
19
24
|
margin 0 auto
|
|
20
25
|
max-width 103rem
|
|
@@ -92,9 +97,30 @@
|
|
|
92
97
|
-webkit-box-orient vertical
|
|
93
98
|
text-shadow none
|
|
94
99
|
overflow hidden
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
100
|
+
|
|
101
|
+
.image-title
|
|
102
|
+
display flex
|
|
103
|
+
align-items center
|
|
104
|
+
justify-content center
|
|
105
|
+
margin-bottom 2rem
|
|
106
|
+
width 28.8rem
|
|
107
|
+
height 20.6rem
|
|
108
|
+
.title-container
|
|
109
|
+
display flex !important
|
|
110
|
+
align-items center
|
|
111
|
+
width 100%
|
|
112
|
+
min-height 7.8rem
|
|
113
|
+
margin-bottom 2rem
|
|
114
|
+
.title-card
|
|
115
|
+
font-size $cardTitle
|
|
116
|
+
line-height $cardTitleLineHeight
|
|
117
|
+
margin-bottom 0
|
|
118
|
+
overflow hidden
|
|
119
|
+
text-overflow ellipsis
|
|
120
|
+
display -webkit-box
|
|
121
|
+
-webkit-line-clamp 3
|
|
122
|
+
-webkit-box-orient vertical
|
|
123
|
+
|
|
98
124
|
.paragraph
|
|
99
125
|
margin-bottom 0 !important
|
|
100
126
|
height 7rem
|
|
@@ -266,6 +292,10 @@
|
|
|
266
292
|
-webkit-box-orient vertical
|
|
267
293
|
overflow hidden
|
|
268
294
|
.wcard
|
|
295
|
+
&__header
|
|
296
|
+
margin-bottom 0
|
|
297
|
+
&__content
|
|
298
|
+
padding-top 2rem
|
|
269
299
|
&__body
|
|
270
300
|
.paragraph
|
|
271
301
|
margin-bottom 2rem !important
|
|
@@ -335,7 +365,6 @@
|
|
|
335
365
|
.icon
|
|
336
366
|
fill $linkColorHover !important
|
|
337
367
|
|
|
338
|
-
|
|
339
368
|
@media screen and (min-width 1260px)
|
|
340
369
|
.wcard-container
|
|
341
370
|
max-width 100%
|