@transferwise/neptune-css 14.24.2 → 14.24.3
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/accordion.css +2 -0
- package/dist/css/decision.css +2 -0
- package/dist/css/dropdowns.css +2 -0
- package/dist/css/input-groups.css +2 -0
- package/dist/css/list-group.css +2 -0
- package/dist/css/navbar.css +2 -0
- package/dist/css/neptune-core.css +2 -0
- package/dist/css/neptune.css +12 -0
- package/dist/css/popovers.css +2 -0
- package/package.json +1 -1
- package/src/less/core/_typography.less +2 -1
package/dist/css/accordion.css
CHANGED
package/dist/css/decision.css
CHANGED
package/dist/css/dropdowns.css
CHANGED
|
@@ -2358,6 +2358,8 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
|
|
|
2358
2358
|
line-height: 1.2;
|
|
2359
2359
|
line-height: var(--line-height-title);
|
|
2360
2360
|
letter-spacing: 0;
|
|
2361
|
+
-webkit-hyphens: auto;
|
|
2362
|
+
hyphens: auto;
|
|
2361
2363
|
margin-bottom: 0;
|
|
2362
2364
|
margin-bottom: initial;
|
|
2363
2365
|
font-size: 1.375rem;
|
package/dist/css/list-group.css
CHANGED
package/dist/css/navbar.css
CHANGED
package/dist/css/neptune.css
CHANGED
|
@@ -2410,6 +2410,8 @@ h6,
|
|
|
2410
2410
|
line-height: 1.2;
|
|
2411
2411
|
line-height: var(--line-height-title);
|
|
2412
2412
|
letter-spacing: 0;
|
|
2413
|
+
-webkit-hyphens: auto;
|
|
2414
|
+
hyphens: auto;
|
|
2413
2415
|
}
|
|
2414
2416
|
|
|
2415
2417
|
.h1 + p,
|
|
@@ -11991,6 +11993,8 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
|
|
|
11991
11993
|
line-height: 1.2;
|
|
11992
11994
|
line-height: var(--line-height-title);
|
|
11993
11995
|
letter-spacing: 0;
|
|
11996
|
+
-webkit-hyphens: auto;
|
|
11997
|
+
hyphens: auto;
|
|
11994
11998
|
margin-bottom: 0;
|
|
11995
11999
|
margin-bottom: initial;
|
|
11996
12000
|
font-size: 1.375rem;
|
|
@@ -12987,6 +12991,8 @@ li > a > .currency-flag:first-child {
|
|
|
12987
12991
|
line-height: 1.2;
|
|
12988
12992
|
line-height: var(--line-height-title);
|
|
12989
12993
|
letter-spacing: 0;
|
|
12994
|
+
-webkit-hyphens: auto;
|
|
12995
|
+
hyphens: auto;
|
|
12990
12996
|
font-size: 1.125rem;
|
|
12991
12997
|
font-size: var(--font-size-18);
|
|
12992
12998
|
font-weight: 600;
|
|
@@ -13504,6 +13510,8 @@ li > a > .currency-flag:first-child {
|
|
|
13504
13510
|
line-height: 1.2;
|
|
13505
13511
|
line-height: var(--line-height-title);
|
|
13506
13512
|
letter-spacing: 0;
|
|
13513
|
+
-webkit-hyphens: auto;
|
|
13514
|
+
hyphens: auto;
|
|
13507
13515
|
font-weight: 500;
|
|
13508
13516
|
font-weight: var(--font-weight-medium);
|
|
13509
13517
|
font-size: 0.875rem;
|
|
@@ -17330,6 +17338,8 @@ html:not([dir="rtl"]) .list-group-item {
|
|
|
17330
17338
|
line-height: 1.2;
|
|
17331
17339
|
line-height: var(--line-height-title);
|
|
17332
17340
|
letter-spacing: 0;
|
|
17341
|
+
-webkit-hyphens: auto;
|
|
17342
|
+
hyphens: auto;
|
|
17333
17343
|
font-weight: 500;
|
|
17334
17344
|
font-weight: var(--font-weight-medium);
|
|
17335
17345
|
font-size: 0.875rem;
|
|
@@ -21520,6 +21530,8 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21520
21530
|
line-height: 1.2;
|
|
21521
21531
|
line-height: var(--line-height-title);
|
|
21522
21532
|
letter-spacing: 0;
|
|
21533
|
+
-webkit-hyphens: auto;
|
|
21534
|
+
hyphens: auto;
|
|
21523
21535
|
font-size: 1.125rem;
|
|
21524
21536
|
font-size: var(--font-size-18);
|
|
21525
21537
|
font-weight: 600;
|
package/dist/css/popovers.css
CHANGED
package/package.json
CHANGED