react-gldn-kit 0.1.76 → 0.1.77
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/dist/main.css +2 -3
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1831,11 +1831,10 @@
|
|
|
1831
1831
|
|
|
1832
1832
|
.KIT__PhoneBox-module__value___q6e7Y {
|
|
1833
1833
|
position: absolute;
|
|
1834
|
-
top:
|
|
1835
|
-
left: var(--indent-m);
|
|
1834
|
+
top: 14px;
|
|
1835
|
+
left: calc(var(--indent-m) + 1px);
|
|
1836
1836
|
color: var(--base-0);
|
|
1837
1837
|
font-size: var(--font-size-m);
|
|
1838
|
-
/* z-index: -1; */
|
|
1839
1838
|
font-weight: 400;
|
|
1840
1839
|
}
|
|
1841
1840
|
|