@npm_leadtech/legal-lib-components 7.44.1 → 7.44.2

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,8 +190,14 @@ export const SubtypeDocumentCardStyled = styled.div `
190
190
  align-items: center;
191
191
  flex-direction: column;
192
192
  width: 100%;
193
- max-width: fit-content;
194
- padding: 1.5rem;
193
+ max-width: 300px;
194
+ .image-container {
195
+ width: 40%;
196
+
197
+ @media (min-width: ${size.lg}) {
198
+ width: 30%;
199
+ }
200
+ }
195
201
  }
196
202
 
197
203
  @media (min-width: ${size.lg}) {
@@ -213,7 +219,7 @@ export const SubtypeDocumentCardStyled = styled.div `
213
219
  }
214
220
 
215
221
  .content {
216
- width: 100%;
222
+
217
223
  }
218
224
 
219
225
  .buttons-container {
@@ -200,8 +200,14 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
200
200
  align-items: center;
201
201
  flex-direction: column;
202
202
  width: 100%;
203
- max-width: fit-content;
204
- padding: 1.5rem;
203
+ max-width: 300px;
204
+ .image-container {
205
+ width: 40%;
206
+
207
+ @media (min-width: ${size.lg}) {
208
+ width: 30%;
209
+ }
210
+ }
205
211
  }
206
212
 
207
213
  @media (min-width: ${size.lg}) {
@@ -223,7 +229,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
223
229
  }
224
230
 
225
231
  .content {
226
- width: 100%;
232
+
227
233
  }
228
234
 
229
235
  .buttons-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.44.1",
3
+ "version": "7.44.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",