@deque/cauldron-styles 4.1.0-canary.30f2d0e2 → 4.1.0-canary.a93171df
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/index.css +3 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1583,7 +1583,6 @@ textarea.Field--has-error:focus:hover,
|
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
.Error {
|
|
1586
|
-
min-height: var(--space-large);
|
|
1587
1586
|
color: var(--error);
|
|
1588
1587
|
text-align: left;
|
|
1589
1588
|
font-size: var(--text-size-smallest);
|
|
@@ -1595,7 +1594,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1595
1594
|
display: block;
|
|
1596
1595
|
position: relative;
|
|
1597
1596
|
box-sizing: border-box;
|
|
1598
|
-
margin-bottom: var(--space-
|
|
1597
|
+
margin-bottom: var(--space-small);
|
|
1599
1598
|
}
|
|
1600
1599
|
|
|
1601
1600
|
.Field.is--flex-row {
|
|
@@ -1637,7 +1636,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1637
1636
|
text-align: left;
|
|
1638
1637
|
color: var(--field-label-text-color);
|
|
1639
1638
|
font-size: var(--text-size-small);
|
|
1640
|
-
font-weight: var(--font-weight-
|
|
1639
|
+
font-weight: var(--font-weight-medium);
|
|
1641
1640
|
padding-bottom: var(--space-half);
|
|
1642
1641
|
cursor: default;
|
|
1643
1642
|
}
|
|
@@ -1990,7 +1989,7 @@ p .Link {
|
|
|
1990
1989
|
.Field__select {
|
|
1991
1990
|
display: flex;
|
|
1992
1991
|
flex-direction: column;
|
|
1993
|
-
margin-bottom: var(--space-
|
|
1992
|
+
margin-bottom: var(--space-small);
|
|
1994
1993
|
}
|
|
1995
1994
|
|
|
1996
1995
|
.Field__select--disabled {
|
package/package.json
CHANGED