@transferwise/neptune-css 0.0.0-experimental-00012dd → 0.0.0-experimental-e2fa9ba
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 +4 -4
- package/dist/css/button-groups.css +6 -6
- package/dist/css/buttons.css +1 -1
- package/dist/css/circles.css +1 -1
- package/dist/css/column-layout.css +4 -4
- package/dist/css/decision.css +4 -4
- package/dist/css/dropdowns.css +10 -10
- package/dist/css/droppable.css +8 -8
- package/dist/css/flex.css +14 -14
- package/dist/css/footer.css +3 -3
- package/dist/css/grid.css +19 -19
- package/dist/css/input-groups.css +12 -12
- package/dist/css/list-group.css +8 -8
- package/dist/css/modals.css +3 -3
- package/dist/css/navbar.css +62 -62
- package/dist/css/navs.css +2 -2
- package/dist/css/neptune-addons.css +37 -37
- package/dist/css/neptune-core.css +21 -21
- package/dist/css/neptune.css +258 -258
- package/dist/css/panels.css +9 -9
- package/dist/css/popovers.css +13 -13
- package/dist/css/select.css +1 -1
- package/dist/css/sequences.css +6 -6
- package/dist/css/table.css +6 -6
- package/dist/css/utilities.css +4 -4
- package/dist/css/wells.css +4 -4
- package/dist/less/legacy-variables.less +47 -34
- package/dist/less/neptune-tokens.less +2 -2
- package/dist/props/custom-media.css +11 -23
- package/dist/props/neptune-tokens.css +1 -1
- package/package.json +2 -2
- package/src/less/neptune.bundle.less +0 -1
- package/src/props/custom-media.css +11 -1
- package/src/variables/legacy-variables.less +47 -4
package/dist/css/panels.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
.panel-footer {
|
|
30
30
|
padding: 16px;
|
|
31
31
|
}
|
|
32
|
-
@media (min-width:
|
|
32
|
+
@media (min-width: 576px) {
|
|
33
33
|
.panel {
|
|
34
34
|
margin-bottom: 24px;
|
|
35
35
|
margin-left: -24px;
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
padding: 24px;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
@media (min-width:
|
|
48
|
+
@media (min-width: 768px) {
|
|
49
49
|
.panel {
|
|
50
50
|
margin-left: 0;
|
|
51
51
|
margin-right: 0;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
padding: 16px 0 8px 0;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
@media (min-width:
|
|
57
|
+
@media (min-width: 992px) {
|
|
58
58
|
.panel {
|
|
59
59
|
margin-bottom: 32px;
|
|
60
60
|
border-radius: 3px;
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
padding: 32px;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
@media (min-width:
|
|
69
|
+
@media (min-width: 768px) {
|
|
70
70
|
.panel-title {
|
|
71
71
|
line-height: calc(1.2 * 2);
|
|
72
72
|
line-height: calc(var(--line-height-title) * 2);
|
|
@@ -326,7 +326,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
326
326
|
padding-right: 0;
|
|
327
327
|
padding-right: initial;
|
|
328
328
|
}
|
|
329
|
-
@media (min-width:
|
|
329
|
+
@media (min-width: 768px) {
|
|
330
330
|
.panel > .table tr > :first-child,
|
|
331
331
|
.panel > .table-responsive tr > :first-child {
|
|
332
332
|
padding-left: 24px;
|
|
@@ -348,7 +348,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
348
348
|
padding-right: initial;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
@media (min-width:
|
|
351
|
+
@media (min-width: 992px) {
|
|
352
352
|
.panel > .table tr > :first-child,
|
|
353
353
|
.panel > .table-responsive tr > :first-child {
|
|
354
354
|
padding-left: 32px;
|
|
@@ -508,19 +508,19 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
508
508
|
.panel-group .panel-footer {
|
|
509
509
|
padding: 16px;
|
|
510
510
|
}
|
|
511
|
-
@media (min-width:
|
|
511
|
+
@media (min-width: 576px) {
|
|
512
512
|
.panel-group .panel .panel-heading,
|
|
513
513
|
.panel-group .panel .panel-footer {
|
|
514
514
|
padding: 24px !important;
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
|
-
@media (min-width:
|
|
517
|
+
@media (min-width: 992px) {
|
|
518
518
|
.panel-group .panel .panel-heading,
|
|
519
519
|
.panel-group .panel .panel-footer {
|
|
520
520
|
padding: 24px 32px;
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
|
-
@media (min-width:
|
|
523
|
+
@media (min-width: 768px) {
|
|
524
524
|
.panel {
|
|
525
525
|
margin-left: 0;
|
|
526
526
|
margin-right: 0;
|
package/dist/css/popovers.css
CHANGED
|
@@ -422,12 +422,12 @@ button.close {
|
|
|
422
422
|
hyphens: auto;
|
|
423
423
|
hyphenate-limit-chars: 7 3;
|
|
424
424
|
}
|
|
425
|
-
@media (min-width:
|
|
425
|
+
@media (min-width: 768px) {
|
|
426
426
|
.popover-title {
|
|
427
427
|
hyphenate-limit-chars: 8 3;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
@media (min-width:
|
|
430
|
+
@media (min-width: 992px) {
|
|
431
431
|
.popover-title {
|
|
432
432
|
hyphenate-limit-chars: 10 4 3;
|
|
433
433
|
}
|
|
@@ -439,7 +439,7 @@ button.close {
|
|
|
439
439
|
-webkit-hyphenate-limit-before: 3;
|
|
440
440
|
-webkit-hyphenate-limit-after: 3;
|
|
441
441
|
}
|
|
442
|
-
@media (min-width:
|
|
442
|
+
@media (min-width: 992px) {
|
|
443
443
|
.popover-title {
|
|
444
444
|
-webkit-hyphenate-limit-before: 4;
|
|
445
445
|
}
|
|
@@ -531,7 +531,7 @@ button.popover-close {
|
|
|
531
531
|
.nav > li > a [data-toggle="popover"] {
|
|
532
532
|
border-bottom: 0;
|
|
533
533
|
}
|
|
534
|
-
@media (max-width:
|
|
534
|
+
@media (max-width: 991px) {
|
|
535
535
|
.popover-modal {
|
|
536
536
|
position: fixed;
|
|
537
537
|
top: 0 !important;
|
|
@@ -545,7 +545,7 @@ button.popover-close {
|
|
|
545
545
|
display: none;
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
|
-
@media (min-width:
|
|
548
|
+
@media (min-width: 992px) {
|
|
549
549
|
.popover-modal.left {
|
|
550
550
|
margin-right: -var(--size-24) !important;
|
|
551
551
|
}
|
|
@@ -597,7 +597,7 @@ button.popover-close {
|
|
|
597
597
|
left: auto;
|
|
598
598
|
left: initial;
|
|
599
599
|
}
|
|
600
|
-
@media (max-width:
|
|
600
|
+
@media (max-width: 991px) {
|
|
601
601
|
.popover-modal-cover {
|
|
602
602
|
display: block;
|
|
603
603
|
}
|
|
@@ -607,7 +607,7 @@ button.popover-close {
|
|
|
607
607
|
padding: 24px;
|
|
608
608
|
padding: var(--size-24);
|
|
609
609
|
}
|
|
610
|
-
@media (max-width:
|
|
610
|
+
@media (max-width: 576px) {
|
|
611
611
|
.popover-promotion {
|
|
612
612
|
width: auto !important;
|
|
613
613
|
padding: 24px !important;
|
|
@@ -616,7 +616,7 @@ button.popover-close {
|
|
|
616
616
|
margin: var(--size-16) !important;
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
|
-
@media (min-width:
|
|
619
|
+
@media (min-width: 566px) and (max-width: 992px) {
|
|
620
620
|
.popover-promotion {
|
|
621
621
|
width: 540px !important;
|
|
622
622
|
padding: 28px 32px !important;
|
|
@@ -631,7 +631,7 @@ button.popover-close {
|
|
|
631
631
|
line-height: 1.2;
|
|
632
632
|
line-height: var(--line-height-title);
|
|
633
633
|
}
|
|
634
|
-
@media (min-width:
|
|
634
|
+
@media (min-width: 768px) {
|
|
635
635
|
.popover-promotion .popover-title {
|
|
636
636
|
font-size: 1.25rem;
|
|
637
637
|
font-size: var(--font-size-20);
|
|
@@ -639,22 +639,22 @@ button.popover-close {
|
|
|
639
639
|
line-height: var(--line-height-title);
|
|
640
640
|
}
|
|
641
641
|
}
|
|
642
|
-
@media (max-width:
|
|
642
|
+
@media (max-width: 480px) {
|
|
643
643
|
.popover-promotion .popover-image {
|
|
644
644
|
width: 80%;
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
-
@media (min-width:
|
|
647
|
+
@media (min-width: 480px) and (max-width: 992px) {
|
|
648
648
|
.popover-promotion .popover-image {
|
|
649
649
|
width: 60%;
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
|
-
@media (min-width:
|
|
652
|
+
@media (min-width: 992px) {
|
|
653
653
|
.popover-promotion .popover-image {
|
|
654
654
|
width: 80%;
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
|
-
@media (max-width:
|
|
657
|
+
@media (max-width: 992px) {
|
|
658
658
|
.popover-promotion {
|
|
659
659
|
position: absolute !important;
|
|
660
660
|
}
|
package/dist/css/select.css
CHANGED
package/dist/css/sequences.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.sequence > li:last-child {
|
|
20
20
|
margin-bottom: 16px;
|
|
21
21
|
}
|
|
22
|
-
@media (min-width:
|
|
22
|
+
@media (min-width: 768px) {
|
|
23
23
|
.sequence > li {
|
|
24
24
|
padding-top: 4px;
|
|
25
25
|
padding-bottom: 4px;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
.sequence .sequence-icon {
|
|
58
58
|
top: 2px;
|
|
59
59
|
}
|
|
60
|
-
@media (min-width:
|
|
60
|
+
@media (min-width: 768px) {
|
|
61
61
|
.sequence .sequence-icon {
|
|
62
62
|
top: 4px;
|
|
63
63
|
}
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
margin-left: 0;
|
|
116
116
|
margin-left: initial;
|
|
117
117
|
}
|
|
118
|
-
@media (min-width:
|
|
118
|
+
@media (min-width: 768px) {
|
|
119
119
|
.sequence {
|
|
120
120
|
padding-right: 24px;
|
|
121
121
|
font-size: 1rem;
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
.sequence-lg > li:last-child {
|
|
589
589
|
margin-bottom: 24px;
|
|
590
590
|
}
|
|
591
|
-
@media (min-width:
|
|
591
|
+
@media (min-width: 768px) {
|
|
592
592
|
.sequence-lg > li {
|
|
593
593
|
padding-top: 8px;
|
|
594
594
|
padding-bottom: 8px;
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
.sequence-lg .sequence-icon {
|
|
627
627
|
top: 8px;
|
|
628
628
|
}
|
|
629
|
-
@media (min-width:
|
|
629
|
+
@media (min-width: 768px) {
|
|
630
630
|
.sequence-lg .sequence-icon {
|
|
631
631
|
top: 8px;
|
|
632
632
|
}
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
margin-left: 0;
|
|
680
680
|
margin-left: initial;
|
|
681
681
|
}
|
|
682
|
-
@media (min-width:
|
|
682
|
+
@media (min-width: 768px) {
|
|
683
683
|
.sequence-lg {
|
|
684
684
|
padding-left: 48px;
|
|
685
685
|
}
|
package/dist/css/table.css
CHANGED
|
@@ -135,7 +135,7 @@ th {
|
|
|
135
135
|
background-color: rgba(134,167,189,0.10196);
|
|
136
136
|
background-color: var(--color-background-neutral);
|
|
137
137
|
}
|
|
138
|
-
@media (max-width:
|
|
138
|
+
@media (max-width: 767px) {
|
|
139
139
|
div.table-bordered:not(.table-responsive) {
|
|
140
140
|
border: 0;
|
|
141
141
|
}
|
|
@@ -144,7 +144,7 @@ th {
|
|
|
144
144
|
background-color: rgba(134,167,189,0.10196);
|
|
145
145
|
background-color: var(--color-background-neutral);
|
|
146
146
|
}
|
|
147
|
-
@media (min-width:
|
|
147
|
+
@media (min-width: 768px) {
|
|
148
148
|
.table-striped > .tbody > dl:nth-of-type(odd) {
|
|
149
149
|
background-color: rgba(134,167,189,0.10196);
|
|
150
150
|
background-color: var(--color-background-neutral);
|
|
@@ -319,7 +319,7 @@ table col[class*="col-"] {
|
|
|
319
319
|
.table-responsive.table-bordered {
|
|
320
320
|
border: 0;
|
|
321
321
|
}
|
|
322
|
-
@media screen and (max-width:
|
|
322
|
+
@media screen and (max-width: 767px) {
|
|
323
323
|
.table-responsive {
|
|
324
324
|
width: 100%;
|
|
325
325
|
margin-bottom: 24px;
|
|
@@ -353,7 +353,7 @@ table col[class*="col-"] {
|
|
|
353
353
|
border-radius: 3px;
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
|
-
@media (min-width:
|
|
356
|
+
@media (min-width: 768px) {
|
|
357
357
|
.table {
|
|
358
358
|
display: table;
|
|
359
359
|
}
|
|
@@ -390,7 +390,7 @@ table col[class*="col-"] {
|
|
|
390
390
|
display: table-footer-group;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
@media (max-width:
|
|
393
|
+
@media (max-width: 767px) {
|
|
394
394
|
.table > .thead {
|
|
395
395
|
display: none;
|
|
396
396
|
}
|
|
@@ -411,7 +411,7 @@ table col[class*="col-"] {
|
|
|
411
411
|
margin: 0;
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
@media (max-width:
|
|
414
|
+
@media (max-width: 575px) {
|
|
415
415
|
.table > .tbody > dl {
|
|
416
416
|
padding-bottom: 8px;
|
|
417
417
|
}
|
package/dist/css/utilities.css
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
.pull-xs-none {
|
|
37
37
|
float: none !important;
|
|
38
38
|
}
|
|
39
|
-
@media (min-width:
|
|
39
|
+
@media (min-width: 576px) {
|
|
40
40
|
.pull-sm-left {
|
|
41
41
|
float: left !important;
|
|
42
42
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
float: none !important;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
@media (min-width:
|
|
56
|
+
@media (min-width: 768px) {
|
|
57
57
|
.pull-md-left {
|
|
58
58
|
float: left !important;
|
|
59
59
|
}
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
float: none !important;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
@media (min-width:
|
|
73
|
+
@media (min-width: 992px) {
|
|
74
74
|
.pull-lg-left {
|
|
75
75
|
float: left !important;
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
float: none !important;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
@media (min-width:
|
|
90
|
+
@media (min-width: 1200px) {
|
|
91
91
|
.pull-xl-left {
|
|
92
92
|
float: left !important;
|
|
93
93
|
}
|
package/dist/css/wells.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
padding: var(--size-24);
|
|
13
13
|
box-shadow: none;
|
|
14
14
|
}
|
|
15
|
-
@media only screen and (min-width:
|
|
15
|
+
@media only screen and (min-width: 576px) {
|
|
16
16
|
.well-sm {
|
|
17
17
|
min-height: 24px;
|
|
18
18
|
min-height: var(--size-24);
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
box-shadow: none;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
@media only screen and (min-width:
|
|
30
|
+
@media only screen and (min-width: 768px) {
|
|
31
31
|
.well-md {
|
|
32
32
|
min-height: 24px;
|
|
33
33
|
min-height: var(--size-24);
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
box-shadow: none;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
@media only screen and (min-width:
|
|
45
|
+
@media only screen and (min-width: 992px) {
|
|
46
46
|
.well-lg {
|
|
47
47
|
min-height: 24px;
|
|
48
48
|
min-height: var(--size-24);
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
box-shadow: none;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
@media only screen and (min-width:
|
|
60
|
+
@media only screen and (min-width: 1200px) {
|
|
61
61
|
.well-xl {
|
|
62
62
|
min-height: 24px;
|
|
63
63
|
min-height: var(--size-24);
|
|
@@ -2,39 +2,6 @@
|
|
|
2
2
|
// Variables
|
|
3
3
|
// --------------------------------------------------
|
|
4
4
|
|
|
5
|
-
//== Media queries breakpoints
|
|
6
|
-
|
|
7
|
-
// Do not edit directly, this file was auto-generated.
|
|
8
|
-
// Generated on Mon, 13 Apr 2026 17:14:58 GMT
|
|
9
|
-
|
|
10
|
-
// @deprecated Use @screen-xs-min
|
|
11
|
-
@screen-xs: 320px;
|
|
12
|
-
@screen-xs-min: 320px;
|
|
13
|
-
@screen-xs-max: 599.98px;
|
|
14
|
-
|
|
15
|
-
// @deprecated Use @screen-sm-min
|
|
16
|
-
@screen-sm: 600px;
|
|
17
|
-
@screen-sm-min: 600px;
|
|
18
|
-
@screen-sm-max: 839.98px;
|
|
19
|
-
|
|
20
|
-
// @deprecated Use @screen-md-min
|
|
21
|
-
@screen-md: 840px;
|
|
22
|
-
@screen-md-min: 840px;
|
|
23
|
-
@screen-md-max: 1159.98px;
|
|
24
|
-
|
|
25
|
-
// @deprecated Use @screen-lg-min
|
|
26
|
-
@screen-lg: 1160px;
|
|
27
|
-
@screen-lg-min: 1160px;
|
|
28
|
-
// @deprecated Use @screen-lg-min
|
|
29
|
-
@screen-lg-max: 1159.98px;
|
|
30
|
-
|
|
31
|
-
// @deprecated Use @screen-lg-min
|
|
32
|
-
@screen-xl: 1160px;
|
|
33
|
-
// @deprecated use @screen-lg-min
|
|
34
|
-
@screen-xl-min: 1160px;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
5
|
//== Colors
|
|
39
6
|
// Deprecated use Neptune Colors https://transferwise.github.io/neptune-web/styles/tokens/Colors
|
|
40
7
|
//
|
|
@@ -621,6 +588,52 @@
|
|
|
621
588
|
@zindex-mobile-nav: 1060;
|
|
622
589
|
|
|
623
590
|
|
|
591
|
+
//== Media queries breakpoints
|
|
592
|
+
//
|
|
593
|
+
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
|
594
|
+
|
|
595
|
+
// Extra small screen / phone
|
|
596
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
|
597
|
+
@screen-xs: 480px;
|
|
598
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
|
599
|
+
@screen-xs-min: @screen-xs;
|
|
600
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
|
601
|
+
@screen-phone: @screen-xs-min;
|
|
602
|
+
|
|
603
|
+
// Small screen / tablet
|
|
604
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
|
605
|
+
@screen-sm: 576px;
|
|
606
|
+
@screen-sm-min: @screen-sm;
|
|
607
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
|
608
|
+
@screen-tablet: @screen-sm-min;
|
|
609
|
+
|
|
610
|
+
// Medium screen / desktop
|
|
611
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
|
612
|
+
@screen-md: 768px;
|
|
613
|
+
@screen-md-min: @screen-md;
|
|
614
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
|
615
|
+
@screen-desktop: @screen-md-min;
|
|
616
|
+
|
|
617
|
+
// Large screen / wide desktop
|
|
618
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
|
619
|
+
@screen-lg: 992px;
|
|
620
|
+
@screen-lg-min: @screen-lg;
|
|
621
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
|
622
|
+
@screen-lg-desktop: @screen-lg-min;
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
// Extra Large screen / wide desktop
|
|
626
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
|
627
|
+
@screen-xl: 1200px;
|
|
628
|
+
@screen-xl-min: @screen-xl;
|
|
629
|
+
|
|
630
|
+
// So media queries don't overlap when required, provide a maximum
|
|
631
|
+
@screen-xs-max: (@screen-sm-min - 1);
|
|
632
|
+
@screen-sm-max: (@screen-md-min - 1);
|
|
633
|
+
@screen-md-max: (@screen-lg-min - 1);
|
|
634
|
+
@screen-lg-max: (@screen-xl-min - 1);
|
|
635
|
+
|
|
636
|
+
|
|
624
637
|
//== Grid system
|
|
625
638
|
//
|
|
626
639
|
//## Define your custom responsive grid.
|
|
@@ -1283,4 +1296,4 @@
|
|
|
1283
1296
|
@decision-focus-transition: @transition-duration;
|
|
1284
1297
|
@decision-padding-md: 12px;
|
|
1285
1298
|
@decision-padding-lg: 24px;
|
|
1286
|
-
@decision-border: 1px solid @brand-smoke-plus-10;
|
|
1299
|
+
@decision-border: 1px solid @brand-smoke-plus-10;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
@font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
223
223
|
|
|
224
224
|
// Do not edit directly, this file was auto-generated.
|
|
225
|
-
// Generated on
|
|
225
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
226
226
|
|
|
227
227
|
@color-base-blue-light: #00b9ff;
|
|
228
228
|
@color-base-blue-mid: #00a2dd;
|
|
@@ -1,23 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@custom-media --screen-
|
|
7
|
-
|
|
8
|
-
@custom-media --screen-
|
|
9
|
-
@custom-media --screen-
|
|
10
|
-
|
|
11
|
-
@custom-media --screen-
|
|
12
|
-
@custom-media --screen-md (width >= 840px);
|
|
13
|
-
@custom-media --screen-md-max (width < 1160px);
|
|
14
|
-
@custom-media --screen-lg (width >= 1160px);
|
|
15
|
-
/* @deprecated use --screen-md-max */
|
|
16
|
-
@custom-media --screen-lg-max (width < 1160px);
|
|
17
|
-
/* @deprecated use --screen-lg */
|
|
18
|
-
@custom-media --screen-xl (width >= 1160px);
|
|
19
|
-
|
|
20
|
-
@custom-media --screen-xs-sm (320px <= width < 600px);
|
|
21
|
-
@custom-media --screen-sm-md (600px <= width < 840px);
|
|
22
|
-
@custom-media --screen-md-lg (840px <= width < 1160px);
|
|
23
|
-
|
|
1
|
+
@custom-media --screen-xs (min-width: 480px);
|
|
2
|
+
@custom-media --screen-xs-max (max-width: 575px); /* --screen-sm - 1 */
|
|
3
|
+
@custom-media --screen-sm (min-width: 576px);
|
|
4
|
+
@custom-media --screen-sm-max (max-width: 767px); /* --screen-md - 1 */
|
|
5
|
+
@custom-media --screen-md (min-width: 768px);
|
|
6
|
+
@custom-media --screen-md-max (max-width: 991px); /* --screen-lg - 1 */
|
|
7
|
+
@custom-media --screen-lg (min-width: 992px);
|
|
8
|
+
@custom-media --screen-lg-max (max-width: 1199px); /* --screen-xl - 1 */
|
|
9
|
+
@custom-media --screen-xl (min-width: 1200px);
|
|
10
|
+
|
|
11
|
+
@custom-media --screen-400-zoom (max-width: 320px); /* ~400% zoom viewport */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "0.0.0-experimental-
|
|
4
|
+
"version": "0.0.0-experimental-e2fa9ba",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"scripts"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@transferwise/neptune-tokens": "
|
|
26
|
+
"@transferwise/neptune-tokens": "^8.21.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"gulp": "^5.0.1",
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
@
|
|
1
|
+
@custom-media --screen-xs (min-width: 480px);
|
|
2
|
+
@custom-media --screen-xs-max (max-width: 575px); /* --screen-sm - 1 */
|
|
3
|
+
@custom-media --screen-sm (min-width: 576px);
|
|
4
|
+
@custom-media --screen-sm-max (max-width: 767px); /* --screen-md - 1 */
|
|
5
|
+
@custom-media --screen-md (min-width: 768px);
|
|
6
|
+
@custom-media --screen-md-max (max-width: 991px); /* --screen-lg - 1 */
|
|
7
|
+
@custom-media --screen-lg (min-width: 992px);
|
|
8
|
+
@custom-media --screen-lg-max (max-width: 1199px); /* --screen-xl - 1 */
|
|
9
|
+
@custom-media --screen-xl (min-width: 1200px);
|
|
10
|
+
|
|
11
|
+
@custom-media --screen-400-zoom (max-width: 320px); /* ~400% zoom viewport */
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
// Variables
|
|
3
3
|
// --------------------------------------------------
|
|
4
4
|
|
|
5
|
-
//== Media queries breakpoints
|
|
6
|
-
@import "@transferwise/neptune-tokens/breakpoints.less";
|
|
7
|
-
|
|
8
5
|
//== Colors
|
|
9
6
|
// Deprecated use Neptune Colors https://transferwise.github.io/neptune-web/styles/tokens/Colors
|
|
10
7
|
//
|
|
@@ -591,6 +588,52 @@
|
|
|
591
588
|
@zindex-mobile-nav: 1060;
|
|
592
589
|
|
|
593
590
|
|
|
591
|
+
//== Media queries breakpoints
|
|
592
|
+
//
|
|
593
|
+
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
|
594
|
+
|
|
595
|
+
// Extra small screen / phone
|
|
596
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
|
597
|
+
@screen-xs: 480px;
|
|
598
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
|
599
|
+
@screen-xs-min: @screen-xs;
|
|
600
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
|
601
|
+
@screen-phone: @screen-xs-min;
|
|
602
|
+
|
|
603
|
+
// Small screen / tablet
|
|
604
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
|
605
|
+
@screen-sm: 576px;
|
|
606
|
+
@screen-sm-min: @screen-sm;
|
|
607
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
|
608
|
+
@screen-tablet: @screen-sm-min;
|
|
609
|
+
|
|
610
|
+
// Medium screen / desktop
|
|
611
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
|
612
|
+
@screen-md: 768px;
|
|
613
|
+
@screen-md-min: @screen-md;
|
|
614
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
|
615
|
+
@screen-desktop: @screen-md-min;
|
|
616
|
+
|
|
617
|
+
// Large screen / wide desktop
|
|
618
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
|
619
|
+
@screen-lg: 992px;
|
|
620
|
+
@screen-lg-min: @screen-lg;
|
|
621
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
|
622
|
+
@screen-lg-desktop: @screen-lg-min;
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
// Extra Large screen / wide desktop
|
|
626
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
|
627
|
+
@screen-xl: 1200px;
|
|
628
|
+
@screen-xl-min: @screen-xl;
|
|
629
|
+
|
|
630
|
+
// So media queries don't overlap when required, provide a maximum
|
|
631
|
+
@screen-xs-max: (@screen-sm-min - 1);
|
|
632
|
+
@screen-sm-max: (@screen-md-min - 1);
|
|
633
|
+
@screen-md-max: (@screen-lg-min - 1);
|
|
634
|
+
@screen-lg-max: (@screen-xl-min - 1);
|
|
635
|
+
|
|
636
|
+
|
|
594
637
|
//== Grid system
|
|
595
638
|
//
|
|
596
639
|
//## Define your custom responsive grid.
|
|
@@ -1253,4 +1296,4 @@
|
|
|
1253
1296
|
@decision-focus-transition: @transition-duration;
|
|
1254
1297
|
@decision-padding-md: 12px;
|
|
1255
1298
|
@decision-padding-lg: 24px;
|
|
1256
|
-
@decision-border: 1px solid @brand-smoke-plus-10;
|
|
1299
|
+
@decision-border: 1px solid @brand-smoke-plus-10;
|