@dialpad/dialtone 7.10.2 → 7.10.4
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.
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
font-weight: var(--fw-bold);
|
|
46
46
|
font-size: var(--avatar-size-text);
|
|
47
47
|
line-height: var(--lh-100);
|
|
48
|
+
text-transform: uppercase;
|
|
48
49
|
background-color: var(--avatar-color-background);
|
|
49
50
|
background-image: var(--avatar-gradient);
|
|
50
51
|
border-radius: var(--br-pill);
|
|
@@ -468,6 +468,7 @@ body {
|
|
|
468
468
|
font-weight: var(--fw-bold);
|
|
469
469
|
font-size: var(--avatar-size-text);
|
|
470
470
|
line-height: var(--lh-100);
|
|
471
|
+
text-transform: uppercase;
|
|
471
472
|
background-color: var(--avatar-color-background);
|
|
472
473
|
background-image: var(--avatar-gradient);
|
|
473
474
|
border-radius: var(--br-pill);
|
|
@@ -1372,7 +1373,6 @@ body {
|
|
|
1372
1373
|
.d-chip__label--sm .d-avatar {
|
|
1373
1374
|
--avatar-size-shape: calc(var(--size-500) + var(--size-300));
|
|
1374
1375
|
margin-right: var(--space-300);
|
|
1375
|
-
margin-left: calc(var(--space-300) + var(--space-200));
|
|
1376
1376
|
}
|
|
1377
1377
|
.d-chip__close--sm {
|
|
1378
1378
|
padding: var(--space-200);
|