@transferwise/neptune-css 0.0.0-experimental-fdc8cd1 → 0.0.0-experimental-b72c414

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.
Files changed (39) hide show
  1. package/dist/css/accordion.css +4 -4
  2. package/dist/css/button-groups.css +6 -6
  3. package/dist/css/buttons.css +1 -1
  4. package/dist/css/circles.css +1 -1
  5. package/dist/css/column-layout.css +4 -4
  6. package/dist/css/decision.css +4 -4
  7. package/dist/css/dropdowns.css +10 -10
  8. package/dist/css/droppable.css +8 -8
  9. package/dist/css/flex.css +13 -15
  10. package/dist/css/footer.css +3 -3
  11. package/dist/css/grid.css +19 -19
  12. package/dist/css/input-groups.css +12 -12
  13. package/dist/css/list-group.css +8 -8
  14. package/dist/css/modals.css +3 -3
  15. package/dist/css/navbar.css +62 -62
  16. package/dist/css/navs.css +2 -2
  17. package/dist/css/neptune-addons.css +37 -53
  18. package/dist/css/neptune-core.css +28 -58
  19. package/dist/css/neptune.css +257 -339
  20. package/dist/css/panels.css +9 -9
  21. package/dist/css/popovers.css +13 -13
  22. package/dist/css/select.css +1 -1
  23. package/dist/css/sequences.css +6 -6
  24. package/dist/css/table.css +6 -6
  25. package/dist/css/utilities.css +8 -20
  26. package/dist/css/wells.css +4 -18
  27. package/dist/less/legacy-variables.less +34 -47
  28. package/dist/props/custom-media.css +23 -11
  29. package/package.json +1 -1
  30. package/src/less/addons/_display-utilities.less +13 -27
  31. package/src/less/core/_typography-utilities.less +10 -22
  32. package/src/less/core/_typography.less +6 -28
  33. package/src/less/flex.less +1 -3
  34. package/src/less/neptune.bundle.less +1 -0
  35. package/src/less/popovers.less +6 -6
  36. package/src/less/utilities.less +6 -14
  37. package/src/less/wells.less +3 -5
  38. package/src/props/custom-media.css +1 -11
  39. package/src/variables/legacy-variables.less +4 -47
@@ -29,7 +29,7 @@
29
29
  .panel-footer {
30
30
  padding: 16px;
31
31
  }
32
- @media (min-width: 576px) {
32
+ @media (min-width: 600px) {
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: 768px) {
48
+ @media (min-width: 840px) {
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: 992px) {
57
+ @media (min-width: 1160px) {
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: 768px) {
69
+ @media (min-width: 840px) {
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: 768px) {
329
+ @media (min-width: 840px) {
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: 992px) {
351
+ @media (min-width: 1160px) {
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: 576px) {
511
+ @media (min-width: 600px) {
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: 992px) {
517
+ @media (min-width: 1160px) {
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: 768px) {
523
+ @media (min-width: 840px) {
524
524
  .panel {
525
525
  margin-left: 0;
526
526
  margin-right: 0;
@@ -422,12 +422,12 @@ button.close {
422
422
  hyphens: auto;
423
423
  hyphenate-limit-chars: 7 3;
424
424
  }
425
- @media (min-width: 768px) {
425
+ @media (min-width: 840px) {
426
426
  .popover-title {
427
427
  hyphenate-limit-chars: 8 3;
428
428
  }
429
429
  }
430
- @media (min-width: 992px) {
430
+ @media (min-width: 1160px) {
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: 992px) {
442
+ @media (min-width: 1160px) {
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: 991px) {
534
+ @media (max-width: 1159.98px) {
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: 992px) {
548
+ @media (min-width: 1160px) {
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: 991px) {
600
+ @media (max-width: 1159.98px) {
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: 576px) {
610
+ @media (max-width: 599.98px) {
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: 566px) and (max-width: 992px) {
619
+ @media (min-width: 590px) and (max-width: 1159.98px) {
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: 768px) {
634
+ @media (min-width: 840px) {
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: 480px) {
642
+ @media (max-width: 320px) {
643
643
  .popover-promotion .popover-image {
644
644
  width: 80%;
645
645
  }
646
646
  }
647
- @media (min-width: 480px) and (max-width: 992px) {
647
+ @media (min-width: 320.02px) and (max-width: 1159.98px) {
648
648
  .popover-promotion .popover-image {
649
649
  width: 60%;
650
650
  }
651
651
  }
652
- @media (min-width: 992px) {
652
+ @media (min-width: 1160px) {
653
653
  .popover-promotion .popover-image {
654
654
  width: 80%;
655
655
  }
656
656
  }
657
- @media (max-width: 992px) {
657
+ @media (max-width: 1159.98px) {
658
658
  .popover-promotion {
659
659
  position: absolute !important;
660
660
  }
@@ -81,7 +81,7 @@
81
81
  .tw-select .circle .tw-icon {
82
82
  vertical-align: middle;
83
83
  }
84
- @media (max-width: 575px) {
84
+ @media (max-width: 599.98px) {
85
85
  .tw-select.dropdown-menu.dropdown-menu--open {
86
86
  max-height: 50vh;
87
87
  max-height: 50svh;
@@ -19,7 +19,7 @@
19
19
  .sequence > li:last-child {
20
20
  margin-bottom: 16px;
21
21
  }
22
- @media (min-width: 768px) {
22
+ @media (min-width: 840px) {
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: 768px) {
60
+ @media (min-width: 840px) {
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: 768px) {
118
+ @media (min-width: 840px) {
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: 768px) {
591
+ @media (min-width: 840px) {
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: 768px) {
629
+ @media (min-width: 840px) {
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: 768px) {
682
+ @media (min-width: 840px) {
683
683
  .sequence-lg {
684
684
  padding-left: 48px;
685
685
  }
@@ -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: 767px) {
138
+ @media (max-width: 839.98px) {
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: 768px) {
147
+ @media (min-width: 840px) {
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: 767px) {
322
+ @media screen and (max-width: 839.98px) {
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: 768px) {
356
+ @media (min-width: 840px) {
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: 767px) {
393
+ @media (max-width: 839.98px) {
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: 575px) {
414
+ @media (max-width: 599.98px) {
415
415
  .table > .tbody > dl {
416
416
  padding-bottom: 8px;
417
417
  }
@@ -36,7 +36,7 @@
36
36
  .pull-xs-none {
37
37
  float: none !important;
38
38
  }
39
- @media (min-width: 576px) {
39
+ @media (min-width: 600px) {
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: 768px) {
56
+ @media (min-width: 840px) {
57
57
  .pull-md-left {
58
58
  float: left !important;
59
59
  }
@@ -70,36 +70,24 @@
70
70
  float: none !important;
71
71
  }
72
72
  }
73
- @media (min-width: 992px) {
74
- .pull-lg-left {
75
- float: left !important;
76
- }
77
- [dir="rtl"] .pull-lg-left {
78
- float: right !important;
79
- }
80
- .pull-lg-right {
81
- float: right !important;
82
- }
83
- [dir="rtl"] .pull-lg-right {
84
- float: left !important;
85
- }
86
- .pull-lg-none {
87
- float: none !important;
88
- }
89
- }
90
- @media (min-width: 1200px) {
73
+ @media (min-width: 1160px) {
74
+ .pull-lg-left,
91
75
  .pull-xl-left {
92
76
  float: left !important;
93
77
  }
78
+ [dir="rtl"] .pull-lg-left,
94
79
  [dir="rtl"] .pull-xl-left {
95
80
  float: right !important;
96
81
  }
82
+ .pull-lg-right,
97
83
  .pull-xl-right {
98
84
  float: right !important;
99
85
  }
86
+ [dir="rtl"] .pull-lg-right,
100
87
  [dir="rtl"] .pull-xl-right {
101
88
  float: left !important;
102
89
  }
90
+ .pull-lg-none,
103
91
  .pull-xl-none {
104
92
  float: none !important;
105
93
  }
@@ -12,7 +12,7 @@
12
12
  padding: var(--size-24);
13
13
  box-shadow: none;
14
14
  }
15
- @media only screen and (min-width: 576px) {
15
+ @media only screen and (min-width: 600px) {
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: 768px) {
30
+ @media only screen and (min-width: 840px) {
31
31
  .well-md {
32
32
  min-height: 24px;
33
33
  min-height: var(--size-24);
@@ -42,22 +42,8 @@
42
42
  box-shadow: none;
43
43
  }
44
44
  }
45
- @media only screen and (min-width: 992px) {
46
- .well-lg {
47
- min-height: 24px;
48
- min-height: var(--size-24);
49
- margin-bottom: 24px;
50
- margin-bottom: var(--size-24);
51
- border-radius: 10px;
52
- border-radius: var(--radius-small);
53
- border: solid 1px rgba(0,0,0,0.10196);
54
- border: solid 1px var(--color-border-neutral);
55
- padding: 24px;
56
- padding: var(--size-24);
57
- box-shadow: none;
58
- }
59
- }
60
- @media only screen and (min-width: 1200px) {
45
+ @media only screen and (min-width: 1160px) {
46
+ .well-lg,
61
47
  .well-xl {
62
48
  min-height: 24px;
63
49
  min-height: var(--size-24);
@@ -2,6 +2,39 @@
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 Thu, 14 May 2026 16:11:43 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
+
5
38
  //== Colors
6
39
  // Deprecated use Neptune Colors https://transferwise.github.io/neptune-web/styles/tokens/Colors
7
40
  //
@@ -588,52 +621,6 @@
588
621
  @zindex-mobile-nav: 1060;
589
622
 
590
623
 
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
-
637
624
  //== Grid system
638
625
  //
639
626
  //## Define your custom responsive grid.
@@ -1296,4 +1283,4 @@
1296
1283
  @decision-focus-transition: @transition-duration;
1297
1284
  @decision-padding-md: 12px;
1298
1285
  @decision-padding-lg: 24px;
1299
- @decision-border: 1px solid @brand-smoke-plus-10;
1286
+ @decision-border: 1px solid @brand-smoke-plus-10;
@@ -1,11 +1,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 */
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Thu, 14 May 2026 16:11:43 GMT
4
+ */
5
+
6
+ @custom-media --screen-400-zoom (width <= 320px);
7
+
8
+ @custom-media --screen-xs (width > 320px);
9
+ @custom-media --screen-xs-max (width < 600px);
10
+ @custom-media --screen-sm (width >= 600px);
11
+ @custom-media --screen-sm-max (width < 840px);
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
+
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-fdc8cd1",
4
+ "version": "0.0.0-experimental-b72c414",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -87,39 +87,28 @@
87
87
  }
88
88
 
89
89
  .visible-lg,
90
- .visible-lg-block {
91
- @media (--screen-lg) and (--screen-lg-max) {
92
- display: block !important;
93
- }
94
- }
95
-
96
- .visible-lg-inline {
97
- @media (--screen-lg) and (--screen-lg-max) {
98
- display: inline !important;
99
- }
100
- }
101
-
102
- .visible-lg-inline-block {
103
- @media (--screen-lg) and (--screen-lg-max) {
104
- display: inline-block !important;
105
- }
106
- }
107
-
90
+ .visible-lg-block,
91
+ /// @deprecated
108
92
  .visible-xl,
93
+ /// @deprecated
109
94
  .visible-xl-block {
110
- @media (--screen-xl) {
95
+ @media (--screen-lg) {
111
96
  display: block !important;
112
97
  }
113
98
  }
114
99
 
100
+ .visible-lg-inline,
101
+ /// @deprecated
115
102
  .visible-xl-inline {
116
- @media (--screen-xl) {
103
+ @media (--screen-lg) {
117
104
  display: inline !important;
118
105
  }
119
106
  }
120
107
 
108
+ .visible-lg-inline-block,
109
+ /// @deprecated
121
110
  .visible-xl-inline-block {
122
- @media (--screen-xl) {
111
+ @media (--screen-lg) {
123
112
  display: inline-block !important;
124
113
  }
125
114
  }
@@ -142,14 +131,11 @@
142
131
  }
143
132
  }
144
133
 
145
- .hidden-lg {
146
- @media (--screen-lg) and (--screen-lg-max) {
147
- display: none !important;
148
- }
149
- }
150
134
 
135
+ .hidden-lg,
136
+ /// @deprecated
151
137
  .hidden-xl {
152
- @media (--screen-xl) {
138
+ @media (--screen-lg) {
153
139
  display: none !important;
154
140
  }
155
141
  }
@@ -73,44 +73,32 @@
73
73
  }
74
74
 
75
75
  @media (--screen-lg) {
76
- .text-lg-left {
77
- .text-align(left);
78
- }
79
-
80
- .text-lg-right {
81
- .text-align(right);
82
- }
83
-
84
- .text-lg-center {
85
- text-align: center;
86
- }
87
-
88
- .text-lg-justify {
89
- text-align: justify;
90
- }
91
-
92
- .text-lg-nowrap {
93
- white-space: nowrap;
94
- }
95
- }
96
-
97
- @media (--screen-xl) {
76
+ .text-lg-left,
77
+ /// @deprecated
98
78
  .text-xl-left {
99
79
  .text-align(left);
100
80
  }
101
81
 
82
+ .text-lg-right,
83
+ /// @deprecated
102
84
  .text-xl-right {
103
85
  .text-align(right);
104
86
  }
105
87
 
88
+ .text-lg-center,
89
+ /// @deprecated
106
90
  .text-xl-center {
107
91
  text-align: center;
108
92
  }
109
93
 
94
+ .text-lg-justify,
95
+ /// @deprecated
110
96
  .text-xl-justify {
111
97
  text-align: justify;
112
98
  }
113
99
 
100
+ .text-lg-nowrap,
101
+ /// @deprecated
114
102
  .text-xl-nowrap {
115
103
  white-space: nowrap;
116
104
  }