@transferwise/neptune-css 0.0.0-experimental-94246de → 0.0.0-experimental-d54bc7a
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/css/alerts.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/package.json +1 -1
- package/src/less/alerts.less +1 -1
package/dist/css/alerts.css
CHANGED
package/dist/css/neptune.css
CHANGED
|
@@ -6018,7 +6018,7 @@ tbody.collapse.in {
|
|
|
6018
6018
|
color: var(--color-content-primary);
|
|
6019
6019
|
background-color: rgba(134,167,189,0.10196);
|
|
6020
6020
|
background-color: var(--color-background-neutral);
|
|
6021
|
-
min-width:
|
|
6021
|
+
min-width: 150px;
|
|
6022
6022
|
margin-bottom: 16px;
|
|
6023
6023
|
margin-bottom: var(--size-16);
|
|
6024
6024
|
}
|
package/package.json
CHANGED