@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.
@@ -1326,7 +1326,7 @@ select[multiple].input-lg {
1326
1326
  .has-feedback label.sr-only ~ .form-control-feedback {
1327
1327
  top: 0;
1328
1328
  }
1329
- @media (min-width: 600px) {
1329
+ @media (min-width: 576px) {
1330
1330
  .form-inline .form-group {
1331
1331
  display: inline-block;
1332
1332
  margin-bottom: 0;
@@ -1413,7 +1413,7 @@ select[multiple].input-lg {
1413
1413
  margin-left: -12px;
1414
1414
  margin-right: -12px;
1415
1415
  }
1416
- @media (min-width: 600px) {
1416
+ @media (min-width: 576px) {
1417
1417
  .form-horizontal .control-label {
1418
1418
  text-align: right;
1419
1419
  margin-bottom: 0;
@@ -1431,14 +1431,14 @@ select[multiple].input-lg {
1431
1431
  right: auto;
1432
1432
  right: initial;
1433
1433
  }
1434
- @media (min-width: 600px) {
1434
+ @media (min-width: 576px) {
1435
1435
  .form-horizontal .form-group-lg .control-label {
1436
1436
  padding-top: 17px;
1437
1437
  font-size: 1.25rem;
1438
1438
  font-size: var(--font-size-20);
1439
1439
  }
1440
1440
  }
1441
- @media (min-width: 600px) {
1441
+ @media (min-width: 576px) {
1442
1442
  .form-horizontal .form-group-sm .control-label {
1443
1443
  padding-top: 8px;
1444
1444
  font-size: 0.875rem;
@@ -1872,7 +1872,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
1872
1872
  padding-right: 0;
1873
1873
  padding-right: initial;
1874
1874
  }
1875
- @media (max-width: 599.98px) {
1875
+ @media (max-width: 575px) {
1876
1876
  .form-group .row [class*='col-sm-'] {
1877
1877
  margin-bottom: 0;
1878
1878
  }
@@ -1880,7 +1880,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
1880
1880
  margin-bottom: 12px;
1881
1881
  }
1882
1882
  }
1883
- @media (max-width: 839.98px) {
1883
+ @media (max-width: 767px) {
1884
1884
  .form-group .row [class*='col-md-'] {
1885
1885
  margin-bottom: 0;
1886
1886
  }
@@ -1889,7 +1889,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
1889
1889
  margin-bottom: 12px;
1890
1890
  }
1891
1891
  }
1892
- @media (max-width: 1159.98px) {
1892
+ @media (max-width: 991px) {
1893
1893
  .form-group .row [class*='col-lg-'] {
1894
1894
  margin-bottom: 0;
1895
1895
  }
@@ -1898,7 +1898,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
1898
1898
  margin-bottom: 12px;
1899
1899
  }
1900
1900
  }
1901
- @media (max-width: 1159.98px) {
1901
+ @media (max-width: 1199px) {
1902
1902
  .form-group .row [class*='col-xl-'] {
1903
1903
  margin-bottom: 0;
1904
1904
  }
@@ -1907,7 +1907,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
1907
1907
  margin-bottom: 12px;
1908
1908
  }
1909
1909
  }
1910
- @media (min-width: 600px) {
1910
+ @media (min-width: 576px) {
1911
1911
  fieldset .form-group:nth-of-type(odd) {
1912
1912
  clear: left;
1913
1913
  }
@@ -2384,14 +2384,14 @@ select[multiple].input-group-lg > .input-group-btn .btn {
2384
2384
  hyphens: auto;
2385
2385
  hyphenate-limit-chars: 7 3;
2386
2386
  }
2387
- @media (min-width: 840px) {
2387
+ @media (min-width: 768px) {
2388
2388
  .input-group-lg > .form-control,
2389
2389
  .input-group-lg > .input-group-addon,
2390
2390
  .input-group-lg > .input-group-btn .btn {
2391
2391
  hyphenate-limit-chars: 8 3;
2392
2392
  }
2393
2393
  }
2394
- @media (min-width: 1160px) {
2394
+ @media (min-width: 992px) {
2395
2395
  .input-group-lg > .form-control,
2396
2396
  .input-group-lg > .input-group-addon,
2397
2397
  .input-group-lg > .input-group-btn .btn {
@@ -2407,7 +2407,7 @@ select[multiple].input-group-lg > .input-group-btn .btn {
2407
2407
  -webkit-hyphenate-limit-before: 3;
2408
2408
  -webkit-hyphenate-limit-after: 3;
2409
2409
  }
2410
- @media (min-width: 1160px) {
2410
+ @media (min-width: 992px) {
2411
2411
  .input-group-lg > .form-control,
2412
2412
  .input-group-lg > .input-group-addon,
2413
2413
  .input-group-lg > .input-group-btn .btn {
@@ -34,7 +34,7 @@ html:not([dir="rtl"]) .list-group-item {
34
34
  .panel-group .list-group-item {
35
35
  margin-top: 0;
36
36
  }
37
- @media (min-width: 600px) {
37
+ @media (min-width: 576px) {
38
38
  .list-group-item {
39
39
  padding: 24px 24px 24px 22px;
40
40
  }
@@ -42,7 +42,7 @@ html:not([dir="rtl"]) .list-group-item {
42
42
  padding: 24px 22px 24px 24px;
43
43
  }
44
44
  }
45
- @media (min-width: 1160px) {
45
+ @media (min-width: 992px) {
46
46
  .list-group-item {
47
47
  padding: 32px 32px 32px 30px;
48
48
  }
@@ -70,12 +70,12 @@ html:not([dir="rtl"]) .list-group-item {
70
70
  hyphens: auto;
71
71
  hyphenate-limit-chars: 7 3;
72
72
  }
73
- @media (min-width: 840px) {
73
+ @media (min-width: 768px) {
74
74
  .list-group-item-heading {
75
75
  hyphenate-limit-chars: 8 3;
76
76
  }
77
77
  }
78
- @media (min-width: 1160px) {
78
+ @media (min-width: 992px) {
79
79
  .list-group-item-heading {
80
80
  hyphenate-limit-chars: 10 4 3;
81
81
  }
@@ -87,7 +87,7 @@ html:not([dir="rtl"]) .list-group-item {
87
87
  -webkit-hyphenate-limit-before: 3;
88
88
  -webkit-hyphenate-limit-after: 3;
89
89
  }
90
- @media (min-width: 1160px) {
90
+ @media (min-width: 992px) {
91
91
  .list-group-item-heading {
92
92
  -webkit-hyphenate-limit-before: 4;
93
93
  }
@@ -151,7 +151,7 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
151
151
  .np-theme-personal--dark .list-group-item.active {
152
152
  box-shadow: none;
153
153
  }
154
- @media (min-width: 840px) {
154
+ @media (min-width: 768px) {
155
155
  .list-group-item.active {
156
156
  margin-left: -12px;
157
157
  margin-right: -12px;
@@ -169,7 +169,7 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
169
169
  background-color: #ffffff;
170
170
  background-color: var(--color-background-screen);
171
171
  }
172
- @media (min-width: 600px) {
172
+ @media (min-width: 576px) {
173
173
  .list-group-inactive .list-group-item:hover .circle,
174
174
  .list-group-inactive .list-group-item.active .circle {
175
175
  background-color: rgba(134,167,189,0.10196);
@@ -305,7 +305,7 @@ a.list-group-item-danger:hover {
305
305
  transform: translateX(0);
306
306
  }
307
307
  }
308
- @media (max-width: 839.98px) {
308
+ @media (max-width: 767px) {
309
309
  .list-group-slide-out .list-group-item .collapse {
310
310
  position: fixed;
311
311
  top: 0;
@@ -138,7 +138,7 @@
138
138
  height: 50px;
139
139
  overflow: scroll;
140
140
  }
141
- @media (min-width: 600px) {
141
+ @media (min-width: 576px) {
142
142
  .modal-dialog {
143
143
  width: 540px;
144
144
  margin: 32px auto;
@@ -164,7 +164,7 @@
164
164
  padding: var(--size-16) 32px;
165
165
  }
166
166
  }
167
- @media (min-width: 600px) {
167
+ @media (min-width: 576px) {
168
168
  .modal-sm,
169
169
  .modal-lg {
170
170
  width: auto;
@@ -177,7 +177,7 @@
177
177
  margin: 32px auto;
178
178
  }
179
179
  }
180
- @media (min-width: 840px) {
180
+ @media (min-width: 768px) {
181
181
  .modal-lg {
182
182
  width: 720px;
183
183
  margin: 32px auto;