@woosmap/ui 3.70.0 → 3.73.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 +10 -5
package/package.json
CHANGED
|
@@ -73,19 +73,17 @@
|
|
|
73
73
|
.section--color7 &
|
|
74
74
|
.section--color8 &
|
|
75
75
|
border-color $dark50
|
|
76
|
-
box-shadow 0 1.5rem 3rem $dark60
|
|
77
76
|
&:not(.wcard--featured)
|
|
78
77
|
flex-direction column
|
|
79
78
|
.category
|
|
80
79
|
font-weight 400
|
|
81
80
|
font-size $fontSizeSmall
|
|
82
|
-
margin
|
|
83
|
-
margin-bottom $cardPadding
|
|
81
|
+
margin 0 0 $cardPadding 0
|
|
84
82
|
.title
|
|
85
83
|
font-size $cardTitle
|
|
86
84
|
line-height $cardTitleLineHeight
|
|
87
85
|
font-weight 600
|
|
88
|
-
margin-bottom
|
|
86
|
+
margin-bottom $cardPadding
|
|
89
87
|
min-height 7.8rem
|
|
90
88
|
overflow hidden
|
|
91
89
|
text-overflow ellipsis
|
|
@@ -93,6 +91,7 @@
|
|
|
93
91
|
-webkit-line-clamp 3
|
|
94
92
|
-webkit-box-orient vertical
|
|
95
93
|
text-shadow none
|
|
94
|
+
overflow hidden
|
|
96
95
|
.image-title
|
|
97
96
|
max-width 16rem
|
|
98
97
|
margin auto
|
|
@@ -103,6 +102,7 @@
|
|
|
103
102
|
-webkit-line-clamp 3
|
|
104
103
|
-webkit-box-orient vertical
|
|
105
104
|
text-shadow none
|
|
105
|
+
overflow hidden
|
|
106
106
|
&__header
|
|
107
107
|
trans()
|
|
108
108
|
height $cardHeaderHeight
|
|
@@ -115,6 +115,11 @@
|
|
|
115
115
|
padding $cardPadding
|
|
116
116
|
&__boxlink
|
|
117
117
|
width 100%
|
|
118
|
+
&__link
|
|
119
|
+
.btn
|
|
120
|
+
width 100%
|
|
121
|
+
&__label
|
|
122
|
+
ellipsis()
|
|
118
123
|
&--featured
|
|
119
124
|
flex-grow 1
|
|
120
125
|
justify-content center
|
|
@@ -202,7 +207,7 @@
|
|
|
202
207
|
&__author-position
|
|
203
208
|
text-align center
|
|
204
209
|
&--small
|
|
205
|
-
|
|
210
|
+
width 28rem
|
|
206
211
|
flex-shrink 0
|
|
207
212
|
margin 0 3rem 13rem 3rem
|
|
208
213
|
background-color $light
|