@npm_leadtech/legal-lib-components 7.44.5 → 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:
|
|
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:
|
|
262
|
+
font-size: 13px;
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
|
|
@@ -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:
|
|
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:
|
|
272
|
+
font-size: 13px;
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
|