@npm_leadtech/legal-lib-components 7.44.3 → 7.44.5
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.
|
@@ -190,7 +190,7 @@ export const SubtypeDocumentCardStyled = styled.div `
|
|
|
190
190
|
align-items: center;
|
|
191
191
|
flex-direction: column;
|
|
192
192
|
width: 100%;
|
|
193
|
-
max-width:
|
|
193
|
+
max-width: 223px;
|
|
194
194
|
.image-container {
|
|
195
195
|
width: 60%;
|
|
196
196
|
}
|
|
@@ -246,6 +246,7 @@ export const SubtypeDocumentCardStyled = styled.div `
|
|
|
246
246
|
align-self: flex-start;
|
|
247
247
|
gap: 0.2rem;
|
|
248
248
|
align-items: center;
|
|
249
|
+
justify-content: center;
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
.downloadable-buttons {
|
|
@@ -266,7 +267,7 @@ export const SubtypeDocumentCardStyled = styled.div `
|
|
|
266
267
|
justify-content: space-between;
|
|
267
268
|
width: 100%;
|
|
268
269
|
a {
|
|
269
|
-
min-width:
|
|
270
|
+
min-width: 44.5%;
|
|
270
271
|
max-width: fit-content;
|
|
271
272
|
margin-top: 0.5rem;
|
|
272
273
|
}
|
|
@@ -200,7 +200,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
|
|
|
200
200
|
align-items: center;
|
|
201
201
|
flex-direction: column;
|
|
202
202
|
width: 100%;
|
|
203
|
-
max-width:
|
|
203
|
+
max-width: 223px;
|
|
204
204
|
.image-container {
|
|
205
205
|
width: 60%;
|
|
206
206
|
}
|
|
@@ -256,6 +256,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
|
|
|
256
256
|
align-self: flex-start;
|
|
257
257
|
gap: 0.2rem;
|
|
258
258
|
align-items: center;
|
|
259
|
+
justify-content: center;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
.downloadable-buttons {
|
|
@@ -276,7 +277,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
|
|
|
276
277
|
justify-content: space-between;
|
|
277
278
|
width: 100%;
|
|
278
279
|
a {
|
|
279
|
-
min-width:
|
|
280
|
+
min-width: 44.5%;
|
|
280
281
|
max-width: fit-content;
|
|
281
282
|
margin-top: 0.5rem;
|
|
282
283
|
}
|