@transferwise/neptune-css 14.24.1 → 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/buttons.css +7 -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 +20 -0
- package/dist/css/popovers.css +2 -0
- package/package.json +1 -1
- package/src/less/buttons.less +8 -0
- package/src/less/core/_typography.less +2 -1
package/dist/css/accordion.css
CHANGED
package/dist/css/buttons.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,
|
|
@@ -8633,6 +8635,14 @@ a.btn {
|
|
|
8633
8635
|
text-decoration: none;
|
|
8634
8636
|
}
|
|
8635
8637
|
|
|
8638
|
+
.btn-unstyled {
|
|
8639
|
+
background: none;
|
|
8640
|
+
border: none;
|
|
8641
|
+
margin: 0;
|
|
8642
|
+
padding: 0;
|
|
8643
|
+
display: block;
|
|
8644
|
+
}
|
|
8645
|
+
|
|
8636
8646
|
.btn-group,
|
|
8637
8647
|
.btn-group-vertical {
|
|
8638
8648
|
position: relative;
|
|
@@ -11983,6 +11993,8 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
|
|
|
11983
11993
|
line-height: 1.2;
|
|
11984
11994
|
line-height: var(--line-height-title);
|
|
11985
11995
|
letter-spacing: 0;
|
|
11996
|
+
-webkit-hyphens: auto;
|
|
11997
|
+
hyphens: auto;
|
|
11986
11998
|
margin-bottom: 0;
|
|
11987
11999
|
margin-bottom: initial;
|
|
11988
12000
|
font-size: 1.375rem;
|
|
@@ -12979,6 +12991,8 @@ li > a > .currency-flag:first-child {
|
|
|
12979
12991
|
line-height: 1.2;
|
|
12980
12992
|
line-height: var(--line-height-title);
|
|
12981
12993
|
letter-spacing: 0;
|
|
12994
|
+
-webkit-hyphens: auto;
|
|
12995
|
+
hyphens: auto;
|
|
12982
12996
|
font-size: 1.125rem;
|
|
12983
12997
|
font-size: var(--font-size-18);
|
|
12984
12998
|
font-weight: 600;
|
|
@@ -13496,6 +13510,8 @@ li > a > .currency-flag:first-child {
|
|
|
13496
13510
|
line-height: 1.2;
|
|
13497
13511
|
line-height: var(--line-height-title);
|
|
13498
13512
|
letter-spacing: 0;
|
|
13513
|
+
-webkit-hyphens: auto;
|
|
13514
|
+
hyphens: auto;
|
|
13499
13515
|
font-weight: 500;
|
|
13500
13516
|
font-weight: var(--font-weight-medium);
|
|
13501
13517
|
font-size: 0.875rem;
|
|
@@ -17322,6 +17338,8 @@ html:not([dir="rtl"]) .list-group-item {
|
|
|
17322
17338
|
line-height: 1.2;
|
|
17323
17339
|
line-height: var(--line-height-title);
|
|
17324
17340
|
letter-spacing: 0;
|
|
17341
|
+
-webkit-hyphens: auto;
|
|
17342
|
+
hyphens: auto;
|
|
17325
17343
|
font-weight: 500;
|
|
17326
17344
|
font-weight: var(--font-weight-medium);
|
|
17327
17345
|
font-size: 0.875rem;
|
|
@@ -21512,6 +21530,8 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
21512
21530
|
line-height: 1.2;
|
|
21513
21531
|
line-height: var(--line-height-title);
|
|
21514
21532
|
letter-spacing: 0;
|
|
21533
|
+
-webkit-hyphens: auto;
|
|
21534
|
+
hyphens: auto;
|
|
21515
21535
|
font-size: 1.125rem;
|
|
21516
21536
|
font-size: var(--font-size-18);
|
|
21517
21537
|
font-weight: 600;
|
package/dist/css/popovers.css
CHANGED
package/package.json
CHANGED
package/src/less/buttons.less
CHANGED