@ludo.ninja/components 2.3.3 → 2.3.4
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.
|
@@ -140,6 +140,13 @@ const StyledCardContent = styled_components_1.default.div `
|
|
|
140
140
|
line-height: 16px;
|
|
141
141
|
font-family: ${vars_1.poppinsFontVarCss.css};
|
|
142
142
|
margin-top: 12px;
|
|
143
|
+
display: inline-flex;
|
|
144
|
+
justify-content: space-between;
|
|
145
|
+
flex-wrap: wrap;
|
|
146
|
+
.participantsCount {
|
|
147
|
+
color: ${colors_1.TextGrayColor};
|
|
148
|
+
${typography_1.FH6}
|
|
149
|
+
}
|
|
143
150
|
}
|
|
144
151
|
}
|
|
145
152
|
}
|
|
@@ -182,12 +189,6 @@ const StyledCardContent = styled_components_1.default.div `
|
|
|
182
189
|
line-height: ${(0, _4k_1.adaptiveValueCalc)(16)};
|
|
183
190
|
margin-top: ${(0, _4k_1.adaptiveValueCalc)(12)};
|
|
184
191
|
}
|
|
185
|
-
|
|
186
|
-
.participantsCount {
|
|
187
|
-
display: inline-flex;
|
|
188
|
-
justify-content: space-between;
|
|
189
|
-
flex-wrap: wrap;
|
|
190
|
-
}
|
|
191
192
|
}
|
|
192
193
|
}
|
|
193
194
|
|