@sarasanalytics-com/design-system 0.0.55 → 0.0.56
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.
- package/package.json +1 -1
- package/styles/styles.css +8 -6
package/package.json
CHANGED
package/styles/styles.css
CHANGED
|
@@ -353,21 +353,23 @@ body {
|
|
|
353
353
|
.form-field-helpText,
|
|
354
354
|
.form-field-description {
|
|
355
355
|
color: var(--text-mediumemphasis, #6D6979);
|
|
356
|
-
font-family: var(--font);
|
|
356
|
+
font-family: var(--font-roboto, Roboto);
|
|
357
357
|
font-size: var(--small-14px);
|
|
358
358
|
font-style: normal;
|
|
359
359
|
font-weight: 400;
|
|
360
|
-
line-height: var(--medium-
|
|
361
|
-
letter-spacing: 0.
|
|
360
|
+
line-height: var(--medium-24px);
|
|
361
|
+
letter-spacing: 0.5px;
|
|
362
|
+
margin: 0px;
|
|
362
363
|
}
|
|
363
364
|
|
|
364
365
|
.form-field-title {
|
|
365
366
|
color: var(--text-highemphasis, #1C1B20);
|
|
366
|
-
font-family: var(--font);
|
|
367
|
-
font-size: var(--medium-
|
|
367
|
+
font-family: var(--font-roboto, Roboto);
|
|
368
|
+
font-size: var(--medium-22px);
|
|
368
369
|
font-style: normal;
|
|
369
370
|
font-weight: 500;
|
|
370
|
-
line-height: var(--medium-
|
|
371
|
+
line-height: var(--medium-36px);
|
|
372
|
+
margin: 0px;
|
|
371
373
|
}
|
|
372
374
|
|
|
373
375
|
.title-container {
|