@npm_leadtech/legal-lib-components 7.44.4 → 7.44.6

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.
@@ -175,7 +175,7 @@ export const SubtypeDocumentCardStyled = styled.div `
175
175
  gap: 1rem;
176
176
  border-radius: 1rem;
177
177
  background-color: var(--neutral-neutral-6);
178
- margin-bottom: 1.5rem;
178
+ margin-bottom: 0.2rem;
179
179
 
180
180
  .image-container {
181
181
  width: 70%;
@@ -259,7 +259,7 @@ export const SubtypeDocumentCardStyled = styled.div `
259
259
  margin-top: 0.75rem;
260
260
  width: 100%;
261
261
  label {
262
- font-size: 14px;
262
+ font-size: 13px;
263
263
  }
264
264
  }
265
265
 
@@ -267,7 +267,7 @@ export const SubtypeDocumentCardStyled = styled.div `
267
267
  justify-content: space-between;
268
268
  width: 100%;
269
269
  a {
270
- min-width: 46.5%;
270
+ min-width: 44.5%;
271
271
  max-width: fit-content;
272
272
  margin-top: 0.5rem;
273
273
  }
@@ -185,7 +185,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
185
185
  gap: 1rem;
186
186
  border-radius: 1rem;
187
187
  background-color: var(--neutral-neutral-6);
188
- margin-bottom: 1.5rem;
188
+ margin-bottom: 0.2rem;
189
189
 
190
190
  .image-container {
191
191
  width: 70%;
@@ -269,7 +269,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
269
269
  margin-top: 0.75rem;
270
270
  width: 100%;
271
271
  label {
272
- font-size: 14px;
272
+ font-size: 13px;
273
273
  }
274
274
  }
275
275
 
@@ -277,7 +277,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
277
277
  justify-content: space-between;
278
278
  width: 100%;
279
279
  a {
280
- min-width: 46.5%;
280
+ min-width: 44.5%;
281
281
  max-width: fit-content;
282
282
  margin-top: 0.5rem;
283
283
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.44.4",
3
+ "version": "7.44.6",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",