@transferwise/neptune-css 0.0.0-experimental-c043dab → 0.0.0-experimental-d984f6d
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/neptune-core.css +0 -7
- package/dist/css/neptune.css +497 -510
- package/package.json +3 -3
- package/src/less/core/_scaffolding.less +0 -5
- package/src/less/neptune.bundle.less +2 -245
|
@@ -310,17 +310,10 @@ summary {
|
|
|
310
310
|
--btn-radius-base: 9999px;
|
|
311
311
|
--btn-sm-radius-base: var(--btn-radius-base);
|
|
312
312
|
--btn-lg-radius-base: var(--btn-radius-base);
|
|
313
|
-
background-color: #ffffff;
|
|
314
|
-
background-color: var(--color-background-screen);
|
|
315
313
|
color: #5d7079;
|
|
316
314
|
color: var(--color-content-secondary);
|
|
317
|
-
}
|
|
318
|
-
.np-theme-business,
|
|
319
|
-
.np-theme-platform {
|
|
320
315
|
background-color: #ffffff;
|
|
321
316
|
background-color: var(--color-background-screen);
|
|
322
|
-
color: #5d7079;
|
|
323
|
-
color: var(--color-content-secondary);
|
|
324
317
|
}
|
|
325
318
|
html {
|
|
326
319
|
font-size: 16px;
|