@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.
@@ -42,7 +42,7 @@
42
42
  .pull-xs-none {
43
43
  float: none !important;
44
44
  }
45
- @media (min-width: 600px) {
45
+ @media (min-width: 576px) {
46
46
  .pull-sm-left {
47
47
  float: left !important;
48
48
  }
@@ -59,7 +59,7 @@
59
59
  float: none !important;
60
60
  }
61
61
  }
62
- @media (min-width: 840px) {
62
+ @media (min-width: 768px) {
63
63
  .pull-md-left {
64
64
  float: left !important;
65
65
  }
@@ -76,7 +76,7 @@
76
76
  float: none !important;
77
77
  }
78
78
  }
79
- @media (min-width: 1160px) {
79
+ @media (min-width: 992px) {
80
80
  .pull-lg-left {
81
81
  float: left !important;
82
82
  }
@@ -93,7 +93,7 @@
93
93
  float: none !important;
94
94
  }
95
95
  }
96
- @media (min-width: 1160px) {
96
+ @media (min-width: 1200px) {
97
97
  .pull-xl-left {
98
98
  float: left !important;
99
99
  }
@@ -202,7 +202,7 @@
202
202
  border-radius: var(--radius-medium);
203
203
  box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
204
204
  }
205
- @media (min-width: 600px) {
205
+ @media (min-width: 576px) {
206
206
  .dropdown-menu {
207
207
  min-width: 160px;
208
208
  }
@@ -324,7 +324,7 @@
324
324
  opacity: 1;
325
325
  transform: none;
326
326
  }
327
- @media (max-width: 599.98px) {
327
+ @media (max-width: 575px) {
328
328
  .open > .dropdown-menu-overlay {
329
329
  position: fixed;
330
330
  top: 0;
@@ -386,7 +386,7 @@
386
386
  right: auto;
387
387
  right: initial;
388
388
  }
389
- @media (min-width: 600px) {
389
+ @media (min-width: 576px) {
390
390
  .dropdown-menu-sm-right {
391
391
  left: auto;
392
392
  right: 0;
@@ -416,7 +416,7 @@
416
416
  right: initial;
417
417
  }
418
418
  }
419
- @media (min-width: 840px) {
419
+ @media (min-width: 768px) {
420
420
  .dropdown-menu-md-right {
421
421
  left: auto;
422
422
  right: 0;
@@ -446,7 +446,7 @@
446
446
  right: initial;
447
447
  }
448
448
  }
449
- @media (min-width: 1160px) {
449
+ @media (min-width: 992px) {
450
450
  .dropdown-menu-lg-right {
451
451
  left: auto;
452
452
  right: 0;
@@ -476,7 +476,7 @@
476
476
  right: initial;
477
477
  }
478
478
  }
479
- @media (min-width: 1160px) {
479
+ @media (min-width: 1200px) {
480
480
  .dropdown-menu-xl-right {
481
481
  left: auto;
482
482
  right: 0;
@@ -532,12 +532,12 @@
532
532
  hyphens: auto;
533
533
  hyphenate-limit-chars: 7 3;
534
534
  }
535
- @media (min-width: 840px) {
535
+ @media (min-width: 768px) {
536
536
  .dropdown-header {
537
537
  hyphenate-limit-chars: 8 3;
538
538
  }
539
539
  }
540
- @media (min-width: 1160px) {
540
+ @media (min-width: 992px) {
541
541
  .dropdown-header {
542
542
  hyphenate-limit-chars: 10 4 3;
543
543
  }
@@ -549,7 +549,7 @@
549
549
  -webkit-hyphenate-limit-before: 3;
550
550
  -webkit-hyphenate-limit-after: 3;
551
551
  }
552
- @media (min-width: 1160px) {
552
+ @media (min-width: 992px) {
553
553
  .dropdown-header {
554
554
  -webkit-hyphenate-limit-before: 4;
555
555
  }
@@ -585,7 +585,7 @@
585
585
  bottom: -2px;
586
586
  margin-bottom: 2px;
587
587
  }
588
- @media (min-width: 840px) {
588
+ @media (min-width: 768px) {
589
589
  .navbar-right .dropdown-menu {
590
590
  left: auto;
591
591
  right: 0;
@@ -772,7 +772,7 @@ html:not([dir="rtl"]) .nav-stacked > li > a {
772
772
  .nav-stacked > li > a:active {
773
773
  transition: none;
774
774
  }
775
- @media (min-width: 1160px) {
775
+ @media (min-width: 992px) {
776
776
  .nav-stacked > li > a {
777
777
  padding-right: 32px;
778
778
  padding-right: var(--size-32);
@@ -850,7 +850,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
850
850
  line-height: 1.5;
851
851
  line-height: var(--line-height-body);
852
852
  }
853
- @media (min-width: 840px) {
853
+ @media (min-width: 768px) {
854
854
  .nav-justified-2-p-x {
855
855
  padding-right: 25%;
856
856
  padding-left: 25%;
@@ -970,7 +970,7 @@ button.close {
970
970
  border: 0 solid transparent;
971
971
  transition: border-top-width 0s linear;
972
972
  }
973
- @media (min-width: 840px) {
973
+ @media (min-width: 768px) {
974
974
  .navbar {
975
975
  border-radius: 0;
976
976
  }
@@ -979,7 +979,7 @@ button.close {
979
979
  border: 0 solid transparent;
980
980
  }
981
981
  }
982
- @media (min-width: 840px) {
982
+ @media (min-width: 768px) {
983
983
  .navbar-header {
984
984
  float: left;
985
985
  }
@@ -991,7 +991,7 @@ button.close {
991
991
  overflow-x: visible;
992
992
  -webkit-overflow-scrolling: touch;
993
993
  }
994
- @media (min-width: 840px) {
994
+ @media (min-width: 768px) {
995
995
  .navbar-collapse {
996
996
  width: auto;
997
997
  border-top: 0;
@@ -1009,7 +1009,7 @@ button.close {
1009
1009
  padding-right: 0;
1010
1010
  }
1011
1011
  }
1012
- @media (min-width: 840px) {
1012
+ @media (min-width: 768px) {
1013
1013
  .container > .navbar-header,
1014
1014
  .container-fluid > .navbar-header,
1015
1015
  .container > .navbar-collapse,
@@ -1022,7 +1022,7 @@ button.close {
1022
1022
  z-index: 1000;
1023
1023
  margin-bottom: 0;
1024
1024
  }
1025
- @media (min-width: 840px) {
1025
+ @media (min-width: 768px) {
1026
1026
  .navbar-static-top {
1027
1027
  border-radius: 0;
1028
1028
  }
@@ -1054,7 +1054,7 @@ button.close {
1054
1054
  color: #ffffff;
1055
1055
  color: var(--color-background-screen);
1056
1056
  }
1057
- @media (max-width: 839.98px) {
1057
+ @media (max-width: 767px) {
1058
1058
  .navbar.affix .navbar-nav > li > a,
1059
1059
  .navbar-fixed-top .navbar-nav > li > a,
1060
1060
  .navbar-fixed-bottom .navbar-nav > li > a,
@@ -1074,7 +1074,7 @@ button.close {
1074
1074
  color: #0077a5;
1075
1075
  color: var(--color-content-accent-active);
1076
1076
  }
1077
- @media (min-width: 840px) {
1077
+ @media (min-width: 768px) {
1078
1078
  .navbar.affix,
1079
1079
  .navbar-fixed-top,
1080
1080
  .navbar-fixed-bottom {
@@ -1182,7 +1182,7 @@ button.close {
1182
1182
  background-color: #0084b3;
1183
1183
  background-color: var(--color-content-accent-hover);
1184
1184
  }
1185
- @media (min-width: 840px) {
1185
+ @media (min-width: 768px) {
1186
1186
  .navbar-toggle {
1187
1187
  display: none;
1188
1188
  }
@@ -1194,7 +1194,7 @@ button.close {
1194
1194
  outline-offset: -1px;
1195
1195
  transition: color ease 0.15s;
1196
1196
  }
1197
- @media (min-width: 840px) and (max-width: 1159.98px) {
1197
+ @media (min-width: 768px) and (max-width: 991px) {
1198
1198
  .navbar-nav > li > a,
1199
1199
  .navbar-nav > li > button {
1200
1200
  padding-left: 12px;
@@ -1237,7 +1237,7 @@ button.close {
1237
1237
  color: #0077a5;
1238
1238
  color: var(--color-content-accent-active);
1239
1239
  }
1240
- @media (min-width: 840px) {
1240
+ @media (min-width: 768px) {
1241
1241
  .navbar-inverse .navbar-nav > li > a.dropdown-toggle,
1242
1242
  .navbar-inverse .navbar-nav > li > button.dropdown-toggle {
1243
1243
  color: #ffffff;
@@ -1260,7 +1260,7 @@ button.close {
1260
1260
  margin-left: 0;
1261
1261
  margin-left: initial;
1262
1262
  }
1263
- @media (min-width: 840px) {
1263
+ @media (min-width: 768px) {
1264
1264
  .navbar-nav > li > a.navbar-title-link,
1265
1265
  .navbar-nav > li > button.navbar-title-link {
1266
1266
  font-size: 1.25rem;
@@ -1270,7 +1270,7 @@ button.close {
1270
1270
  .navbar-nav > li.divider {
1271
1271
  display: none;
1272
1272
  }
1273
- @media (max-width: 839px) {
1273
+ @media (max-width: 767px) {
1274
1274
  .navbar-nav > li > a,
1275
1275
  .navbar-nav > li > button {
1276
1276
  font-size: 1rem;
@@ -1320,7 +1320,7 @@ button.close {
1320
1320
  color: var(--color-content-accent-active);
1321
1321
  }
1322
1322
  }
1323
- @media (min-width: 840px) {
1323
+ @media (min-width: 768px) {
1324
1324
  .navbar-nav {
1325
1325
  float: left;
1326
1326
  }
@@ -1342,7 +1342,7 @@ button.close {
1342
1342
  .navbar-form {
1343
1343
  padding: 8px 16px;
1344
1344
  }
1345
- @media (max-width: 839px) {
1345
+ @media (max-width: 767px) {
1346
1346
  .navbar-form .form-group {
1347
1347
  margin-bottom: 4px;
1348
1348
  }
@@ -1350,7 +1350,7 @@ button.close {
1350
1350
  margin-bottom: 0;
1351
1351
  }
1352
1352
  }
1353
- @media (min-width: 840px) {
1353
+ @media (min-width: 768px) {
1354
1354
  .navbar-form {
1355
1355
  width: auto;
1356
1356
  border: 0;
@@ -1363,7 +1363,7 @@ button.close {
1363
1363
  margin-bottom: 12px;
1364
1364
  }
1365
1365
  }
1366
- @media (min-width: 840px) and (min-width: 600px) {
1366
+ @media (min-width: 768px) and (min-width: 576px) {
1367
1367
  .navbar-form .form-group {
1368
1368
  display: inline-block;
1369
1369
  margin-bottom: 0;
@@ -1425,7 +1425,7 @@ button.close {
1425
1425
  top: 0;
1426
1426
  }
1427
1427
  }
1428
- @media (max-width: 840px) {
1428
+ @media (max-width: 768px) {
1429
1429
  .navbar-form {
1430
1430
  border-bottom: 1px solid rgba(0,0,0,0.10196);
1431
1431
  border-bottom: 1px solid var(--color-border-neutral);
@@ -1454,7 +1454,7 @@ button.close {
1454
1454
  font-size: 0.875rem;
1455
1455
  font-size: var(--font-size-14);
1456
1456
  }
1457
- @media (max-width: 840px) {
1457
+ @media (max-width: 768px) {
1458
1458
  .navbar-nav > li > .dropdown-menu > li > a {
1459
1459
  position: relative;
1460
1460
  -webkit-touch-callout: none;
@@ -1487,7 +1487,7 @@ button.close {
1487
1487
  background-color: rgba(134,167,189,0.10196);
1488
1488
  background-color: var(--color-background-neutral);
1489
1489
  }
1490
- @media (max-width: 600px) {
1490
+ @media (max-width: 576px) {
1491
1491
  .navbar-nav > li > .dropdown-menu-overlay {
1492
1492
  margin-top: 0;
1493
1493
  }
@@ -1512,7 +1512,7 @@ button.close {
1512
1512
  opacity: 1;
1513
1513
  transform: none;
1514
1514
  }
1515
- @media (min-width: 840px) {
1515
+ @media (min-width: 768px) {
1516
1516
  .navbar-nav > li.dropdown:hover .dropdown-menu {
1517
1517
  transition: opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), visibility 0s linear 0s;
1518
1518
  visibility: visible;
@@ -1537,7 +1537,7 @@ button.close {
1537
1537
  left: auto;
1538
1538
  left: initial;
1539
1539
  }
1540
- @media (min-width: 840px) and (max-width: 1159.98px) {
1540
+ @media (min-width: 768px) and (max-width: 991px) {
1541
1541
  .navbar-right li > .dropdown-menu::before,
1542
1542
  .pull-xs-right li > .dropdown-menu::before {
1543
1543
  right: 16px;
@@ -1590,7 +1590,7 @@ button.close {
1590
1590
  margin-top: 18px;
1591
1591
  margin-bottom: 16px;
1592
1592
  }
1593
- @media (max-width: 839px) {
1593
+ @media (max-width: 767px) {
1594
1594
  .navbar-btn {
1595
1595
  display: block;
1596
1596
  }
@@ -1599,7 +1599,7 @@ button.close {
1599
1599
  margin-top: 17px;
1600
1600
  margin-bottom: 15px;
1601
1601
  }
1602
- @media (min-width: 840px) {
1602
+ @media (min-width: 768px) {
1603
1603
  .navbar-text {
1604
1604
  float: left;
1605
1605
  margin-left: 16px;
@@ -1609,7 +1609,7 @@ button.close {
1609
1609
  float: right;
1610
1610
  }
1611
1611
  }
1612
- @media (min-width: 840px) {
1612
+ @media (min-width: 768px) {
1613
1613
  .navbar-left {
1614
1614
  float: left !important;
1615
1615
  }
@@ -1665,7 +1665,7 @@ button.close {
1665
1665
  margin-right: initial;
1666
1666
  }
1667
1667
  }
1668
- @media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.98px) {
1668
+ @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
1669
1669
  .navbar-right li > .dropdown-menu::before {
1670
1670
  right: 16px;
1671
1671
  }
@@ -1698,7 +1698,7 @@ button.close {
1698
1698
  color: #37517e;
1699
1699
  color: var(--color-content-primary);
1700
1700
  }
1701
- @media (min-width: 840px) {
1701
+ @media (min-width: 768px) {
1702
1702
  .navbar-default .navbar-nav > li > a {
1703
1703
  border-bottom: 3px solid transparent;
1704
1704
  }
@@ -1733,7 +1733,7 @@ button.close {
1733
1733
  color: #0077a5;
1734
1734
  color: var(--color-content-accent-active);
1735
1735
  }
1736
- @media (max-width: 839px) {
1736
+ @media (max-width: 767px) {
1737
1737
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
1738
1738
  color: #0097c7;
1739
1739
  color: var(--color-content-accent);
@@ -1798,7 +1798,7 @@ button.close {
1798
1798
  .navbar-inverse .navbar-nav > li > a {
1799
1799
  color: #ffffff;
1800
1800
  }
1801
- @media (min-width: 840px) {
1801
+ @media (min-width: 768px) {
1802
1802
  .navbar-inverse .navbar-nav > li > a {
1803
1803
  border-bottom: 3px solid transparent;
1804
1804
  }
@@ -1837,7 +1837,7 @@ button.close {
1837
1837
  color: #0084b3;
1838
1838
  color: var(--color-content-accent-hover);
1839
1839
  }
1840
- @media (max-width: 839px) {
1840
+ @media (max-width: 767px) {
1841
1841
  .navbar-inverse .navbar-nav > li > a {
1842
1842
  color: #37517e;
1843
1843
  color: var(--color-content-primary);
@@ -1906,7 +1906,7 @@ button.close {
1906
1906
  .cover {
1907
1907
  display: none;
1908
1908
  }
1909
- @media (max-width: 839px) {
1909
+ @media (max-width: 767px) {
1910
1910
  .navbar-collapse {
1911
1911
  position: fixed;
1912
1912
  bottom: 0;
@@ -2042,14 +2042,14 @@ button.close {
2042
2042
  max-width: 75px;
2043
2043
  display: inline-block;
2044
2044
  }
2045
- @media (min-width: 1160px) {
2045
+ @media (min-width: 992px) {
2046
2046
  .navbar .profile-name .text-ellipses,
2047
2047
  .navbar .profile-name .text-ellipsis,
2048
2048
  .navbar .profile-name .truncate {
2049
2049
  max-width: 125px;
2050
2050
  }
2051
2051
  }
2052
- @media (min-width: 1160px) {
2052
+ @media (min-width: 1200px) {
2053
2053
  .navbar .profile-name .text-ellipses,
2054
2054
  .navbar .profile-name .text-ellipsis,
2055
2055
  .navbar .profile-name .truncate {
@@ -2062,7 +2062,7 @@ button.close {
2062
2062
  .navbar[data-spy~='affix'].affix + * {
2063
2063
  margin-top: 56px;
2064
2064
  }
2065
- @media (min-width: 840px) {
2065
+ @media (min-width: 768px) {
2066
2066
  .navbar + .jumbotron,
2067
2067
  .navbar + .jumbotron-image,
2068
2068
  .navbar + .jumbotron-image-inverse,
@@ -2081,7 +2081,7 @@ button.close {
2081
2081
  .jumbotron-image-adjacent-to-navbar > .jumbotron {
2082
2082
  padding-bottom: 64px;
2083
2083
  }
2084
- @media (min-width: 840px) {
2084
+ @media (min-width: 768px) {
2085
2085
  .navbar + .jumbotron,
2086
2086
  .navbar + .jumbotron-image > .jumbotron,
2087
2087
  .navbar + .jumbotron-image-inverse > .jumbotron,
@@ -2100,7 +2100,7 @@ button.close {
2100
2100
  margin-left: 0;
2101
2101
  margin-left: initial;
2102
2102
  }
2103
- @media (max-width: 839.98px) {
2103
+ @media (max-width: 767px) {
2104
2104
  .navbar-static-top {
2105
2105
  background-color: #37517e;
2106
2106
  border-bottom-color: transparent;
@@ -2134,7 +2134,7 @@ button.close {
2134
2134
  display: inline-block;
2135
2135
  width: 75%;
2136
2136
  }
2137
- @media (min-width: 1160px) {
2137
+ @media (min-width: 992px) {
2138
2138
  .navbar-title,
2139
2139
  .navbar-subtitle {
2140
2140
  color: #37517e;
@@ -2156,7 +2156,7 @@ button.close {
2156
2156
  border-bottom: 1px solid rgba(0,0,0,0.10196);
2157
2157
  border-bottom: 1px solid var(--color-border-neutral);
2158
2158
  }
2159
- @media (min-width: 1160px) {
2159
+ @media (min-width: 992px) {
2160
2160
  .nav-toolbar {
2161
2161
  margin-top: 0;
2162
2162
  background-color: #ffffff;
@@ -2175,7 +2175,7 @@ button.close {
2175
2175
  margin-top: 64px !important;
2176
2176
  }
2177
2177
  }
2178
- @media (max-width: 1159.98px) {
2178
+ @media (max-width: 991px) {
2179
2179
  .nav-toolbar.affix {
2180
2180
  position: relative !important;
2181
2181
  }
@@ -2212,12 +2212,12 @@ button.close {
2212
2212
  text-decoration: none;
2213
2213
  height: 32px;
2214
2214
  }
2215
- @media (min-width: 1160px) {
2215
+ @media (min-width: 992px) {
2216
2216
  .nav-toolbar--compact {
2217
2217
  padding-top: 0;
2218
2218
  }
2219
2219
  }
2220
- @media (min-width: 1160px) {
2220
+ @media (min-width: 992px) {
2221
2221
  .column-layout .nav-toolbar.affix {
2222
2222
  width: calc(100% - 264px);
2223
2223
  }
@@ -2233,7 +2233,7 @@ button.close {
2233
2233
  padding-top: 4px;
2234
2234
  width: calc(100% - 140px);
2235
2235
  }
2236
- @media (min-width: 840px) {
2236
+ @media (min-width: 768px) {
2237
2237
  .simple-nav .navbar-header {
2238
2238
  width: calc(100% - 340px);
2239
2239
  }
@@ -2247,13 +2247,13 @@ button.close {
2247
2247
  [dir="rtl"] .simple-nav > .navbar-right li > a {
2248
2248
  float: left;
2249
2249
  }
2250
- @media (min-width: 600px) {
2250
+ @media (min-width: 576px) {
2251
2251
  .simple-nav .navbar-nav > li > a {
2252
2252
  font-size: 1rem !important;
2253
2253
  font-size: var(--font-size-16) !important;
2254
2254
  }
2255
2255
  }
2256
- @media (min-width: 1160px) {
2256
+ @media (min-width: 992px) {
2257
2257
  .simple-nav {
2258
2258
  background-color: #ffffff;
2259
2259
  background-color: var(--color-background-screen);
@@ -2261,7 +2261,7 @@ button.close {
2261
2261
  border-bottom: 1px solid var(--color-border-neutral);
2262
2262
  }
2263
2263
  }
2264
- @media (max-width: 1159.98px) {
2264
+ @media (max-width: 991px) {
2265
2265
  .simple-nav .navbar-nav > li > a {
2266
2266
  color: #ffffff;
2267
2267
  }
@@ -2285,7 +2285,7 @@ button.close {
2285
2285
  vertical-align: middle;
2286
2286
  max-width: 164px;
2287
2287
  }
2288
- @media (min-width: 840px) {
2288
+ @media (min-width: 768px) {
2289
2289
  .subnav {
2290
2290
  height: 128px !important;
2291
2291
  position: relative;
@@ -2327,7 +2327,7 @@ button.close {
2327
2327
  }
2328
2328
  }
2329
2329
  /* stylelint-enable */
2330
- @media (min-width: 600px) {
2330
+ @media (min-width: 576px) {
2331
2331
  .form-inline .form-group {
2332
2332
  display: inline-block;
2333
2333
  margin-bottom: 0;
package/dist/css/navs.css CHANGED
@@ -152,7 +152,7 @@ html:not([dir="rtl"]) .nav-stacked > li > a {
152
152
  .nav-stacked > li > a:active {
153
153
  transition: none;
154
154
  }
155
- @media (min-width: 1160px) {
155
+ @media (min-width: 992px) {
156
156
  .nav-stacked > li > a {
157
157
  padding-right: 32px;
158
158
  padding-right: var(--size-32);
@@ -230,7 +230,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
230
230
  line-height: 1.5;
231
231
  line-height: var(--line-height-body);
232
232
  }
233
- @media (min-width: 840px) {
233
+ @media (min-width: 768px) {
234
234
  .nav-justified-2-p-x {
235
235
  padding-right: 25%;
236
236
  padding-left: 25%;