@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.
- 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 +13 -15
- 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 -53
- package/dist/css/neptune-core.css +28 -58
- package/dist/css/neptune.css +257 -339
- 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 +8 -20
- package/dist/css/wells.css +4 -18
- package/dist/less/legacy-variables.less +34 -47
- package/dist/props/custom-media.css +23 -11
- package/package.json +1 -1
- package/src/less/addons/_display-utilities.less +13 -27
- package/src/less/core/_typography-utilities.less +10 -22
- package/src/less/core/_typography.less +6 -28
- package/src/less/flex.less +1 -3
- package/src/less/neptune.bundle.less +1 -0
- package/src/less/popovers.less +6 -6
- package/src/less/utilities.less +6 -14
- package/src/less/wells.less +3 -5
- package/src/props/custom-media.css +1 -11
- package/src/variables/legacy-variables.less +4 -47
|
@@ -139,107 +139,91 @@
|
|
|
139
139
|
.visible-xl-inline-block {
|
|
140
140
|
display: none !important;
|
|
141
141
|
}
|
|
142
|
-
@media (max-width:
|
|
142
|
+
@media (max-width: 599.98px) {
|
|
143
143
|
.visible-xs,
|
|
144
144
|
.visible-xs-block {
|
|
145
145
|
display: block !important;
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
|
-
@media (max-width:
|
|
148
|
+
@media (max-width: 599.98px) {
|
|
149
149
|
.visible-xs-inline {
|
|
150
150
|
display: inline !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
@media (max-width:
|
|
153
|
+
@media (max-width: 599.98px) {
|
|
154
154
|
.visible-xs-inline-block {
|
|
155
155
|
display: inline-block !important;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
@media (min-width:
|
|
158
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
159
159
|
.visible-sm,
|
|
160
160
|
.visible-sm-block {
|
|
161
161
|
display: block !important;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
@media (min-width:
|
|
164
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
165
165
|
.visible-sm-inline {
|
|
166
166
|
display: inline !important;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
@media (min-width:
|
|
169
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
170
170
|
.visible-sm-inline-block {
|
|
171
171
|
display: inline-block !important;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
@media (min-width:
|
|
174
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
175
175
|
.visible-md,
|
|
176
176
|
.visible-md-block {
|
|
177
177
|
display: block !important;
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
@media (min-width:
|
|
180
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
181
181
|
.visible-md-inline {
|
|
182
182
|
display: inline !important;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
-
@media (min-width:
|
|
185
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
186
186
|
.visible-md-inline-block {
|
|
187
187
|
display: inline-block !important;
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
@media (min-width:
|
|
190
|
+
@media (min-width: 1160px) {
|
|
191
191
|
.visible-lg,
|
|
192
|
-
.visible-lg-block
|
|
193
|
-
display: block !important;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
@media (min-width: 992px) and (max-width: 1199px) {
|
|
197
|
-
.visible-lg-inline {
|
|
198
|
-
display: inline !important;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
@media (min-width: 992px) and (max-width: 1199px) {
|
|
202
|
-
.visible-lg-inline-block {
|
|
203
|
-
display: inline-block !important;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
@media (min-width: 1200px) {
|
|
192
|
+
.visible-lg-block,
|
|
207
193
|
.visible-xl,
|
|
208
194
|
.visible-xl-block {
|
|
209
195
|
display: block !important;
|
|
210
196
|
}
|
|
211
197
|
}
|
|
212
|
-
@media (min-width:
|
|
198
|
+
@media (min-width: 1160px) {
|
|
199
|
+
.visible-lg-inline,
|
|
213
200
|
.visible-xl-inline {
|
|
214
201
|
display: inline !important;
|
|
215
202
|
}
|
|
216
203
|
}
|
|
217
|
-
@media (min-width:
|
|
204
|
+
@media (min-width: 1160px) {
|
|
205
|
+
.visible-lg-inline-block,
|
|
218
206
|
.visible-xl-inline-block {
|
|
219
207
|
display: inline-block !important;
|
|
220
208
|
}
|
|
221
209
|
}
|
|
222
|
-
@media (max-width:
|
|
210
|
+
@media (max-width: 599.98px) {
|
|
223
211
|
.hidden-xs {
|
|
224
212
|
display: none !important;
|
|
225
213
|
}
|
|
226
214
|
}
|
|
227
|
-
@media (min-width:
|
|
215
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
228
216
|
.hidden-sm {
|
|
229
217
|
display: none !important;
|
|
230
218
|
}
|
|
231
219
|
}
|
|
232
|
-
@media (min-width:
|
|
220
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
233
221
|
.hidden-md {
|
|
234
222
|
display: none !important;
|
|
235
223
|
}
|
|
236
224
|
}
|
|
237
|
-
@media (min-width:
|
|
238
|
-
.hidden-lg
|
|
239
|
-
display: none !important;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
@media (min-width: 1200px) {
|
|
225
|
+
@media (min-width: 1160px) {
|
|
226
|
+
.hidden-lg,
|
|
243
227
|
.hidden-xl {
|
|
244
228
|
display: none !important;
|
|
245
229
|
}
|
|
@@ -1131,7 +1115,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1131
1115
|
padding-left: 16px !important;
|
|
1132
1116
|
padding-left: var(--size-16) !important;
|
|
1133
1117
|
}
|
|
1134
|
-
@media (min-width:
|
|
1118
|
+
@media (min-width: 600px) {
|
|
1135
1119
|
.m-a-panel {
|
|
1136
1120
|
margin-top: 24px !important;
|
|
1137
1121
|
margin-top: var(--size-24) !important;
|
|
@@ -1177,7 +1161,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1177
1161
|
padding-left: var(--size-24) !important;
|
|
1178
1162
|
}
|
|
1179
1163
|
}
|
|
1180
|
-
@media (min-width:
|
|
1164
|
+
@media (min-width: 1160px) {
|
|
1181
1165
|
.m-a-panel {
|
|
1182
1166
|
margin-top: 32px !important;
|
|
1183
1167
|
margin-top: var(--size-32) !important;
|
|
@@ -1251,7 +1235,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1251
1235
|
padding-bottom: 16px !important;
|
|
1252
1236
|
padding-bottom: var(--size-16) !important;
|
|
1253
1237
|
}
|
|
1254
|
-
@media (min-width:
|
|
1238
|
+
@media (min-width: 600px) {
|
|
1255
1239
|
.m-t-panel {
|
|
1256
1240
|
margin-top: 24px !important;
|
|
1257
1241
|
margin-top: var(--size-24) !important;
|
|
@@ -1281,7 +1265,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1281
1265
|
padding-bottom: var(--size-24) !important;
|
|
1282
1266
|
}
|
|
1283
1267
|
}
|
|
1284
|
-
@media (min-width:
|
|
1268
|
+
@media (min-width: 1160px) {
|
|
1285
1269
|
.m-t-panel {
|
|
1286
1270
|
margin-top: 32px !important;
|
|
1287
1271
|
margin-top: var(--size-32) !important;
|
|
@@ -1375,7 +1359,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1375
1359
|
padding-right: 16px !important;
|
|
1376
1360
|
padding-right: var(--size-16) !important;
|
|
1377
1361
|
}
|
|
1378
|
-
@media (min-width:
|
|
1362
|
+
@media (min-width: 600px) {
|
|
1379
1363
|
[dir="rtl"] .m-l-panel {
|
|
1380
1364
|
margin-right: 24px !important;
|
|
1381
1365
|
margin-right: var(--size-24) !important;
|
|
@@ -1441,7 +1425,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1441
1425
|
padding-right: var(--size-24) !important;
|
|
1442
1426
|
}
|
|
1443
1427
|
}
|
|
1444
|
-
@media (min-width:
|
|
1428
|
+
@media (min-width: 1160px) {
|
|
1445
1429
|
[dir="rtl"] .m-l-panel {
|
|
1446
1430
|
margin-right: 32px !important;
|
|
1447
1431
|
margin-right: var(--size-32) !important;
|
|
@@ -1535,7 +1519,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1535
1519
|
padding-bottom: 16px !important;
|
|
1536
1520
|
padding-bottom: var(--size-16) !important;
|
|
1537
1521
|
}
|
|
1538
|
-
@media (min-width:
|
|
1522
|
+
@media (min-width: 600px) {
|
|
1539
1523
|
.m-t-section-1 {
|
|
1540
1524
|
margin-top: 24px !important;
|
|
1541
1525
|
margin-top: var(--size-24) !important;
|
|
@@ -1565,7 +1549,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1565
1549
|
padding-bottom: var(--size-24) !important;
|
|
1566
1550
|
}
|
|
1567
1551
|
}
|
|
1568
|
-
@media (min-width:
|
|
1552
|
+
@media (min-width: 1160px) {
|
|
1569
1553
|
.m-t-section-1 {
|
|
1570
1554
|
margin-top: 32px !important;
|
|
1571
1555
|
margin-top: var(--size-32) !important;
|
|
@@ -1623,7 +1607,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1623
1607
|
padding-bottom: 32px !important;
|
|
1624
1608
|
padding-bottom: var(--size-32) !important;
|
|
1625
1609
|
}
|
|
1626
|
-
@media (min-width:
|
|
1610
|
+
@media (min-width: 600px) {
|
|
1627
1611
|
.m-t-section-2 {
|
|
1628
1612
|
margin-top: 48px !important;
|
|
1629
1613
|
margin-top: var(--size-48) !important;
|
|
@@ -1653,7 +1637,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1653
1637
|
padding-bottom: var(--size-48) !important;
|
|
1654
1638
|
}
|
|
1655
1639
|
}
|
|
1656
|
-
@media (min-width:
|
|
1640
|
+
@media (min-width: 1160px) {
|
|
1657
1641
|
.m-t-section-2 {
|
|
1658
1642
|
margin-top: 64px !important;
|
|
1659
1643
|
margin-top: var(--size-64) !important;
|
|
@@ -1711,7 +1695,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1711
1695
|
padding-bottom: 48px !important;
|
|
1712
1696
|
padding-bottom: var(--size-48) !important;
|
|
1713
1697
|
}
|
|
1714
|
-
@media (min-width:
|
|
1698
|
+
@media (min-width: 600px) {
|
|
1715
1699
|
.m-t-section-3 {
|
|
1716
1700
|
margin-top: 72px !important;
|
|
1717
1701
|
margin-top: var(--size-72) !important;
|
|
@@ -1741,7 +1725,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1741
1725
|
padding-bottom: var(--size-72) !important;
|
|
1742
1726
|
}
|
|
1743
1727
|
}
|
|
1744
|
-
@media (min-width:
|
|
1728
|
+
@media (min-width: 1160px) {
|
|
1745
1729
|
.m-t-section-3 {
|
|
1746
1730
|
margin-top: 96px !important;
|
|
1747
1731
|
margin-top: var(--size-96) !important;
|
|
@@ -1807,7 +1791,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1807
1791
|
padding-bottom: 48px;
|
|
1808
1792
|
padding-bottom: var(--size-48);
|
|
1809
1793
|
}
|
|
1810
|
-
@media (min-width:
|
|
1794
|
+
@media (min-width: 600px) {
|
|
1811
1795
|
.section {
|
|
1812
1796
|
padding-top: 72px;
|
|
1813
1797
|
padding-top: var(--size-72);
|
|
@@ -1815,7 +1799,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1815
1799
|
padding-bottom: var(--size-72);
|
|
1816
1800
|
}
|
|
1817
1801
|
}
|
|
1818
|
-
@media (min-width:
|
|
1802
|
+
@media (min-width: 1160px) {
|
|
1819
1803
|
.section {
|
|
1820
1804
|
padding-top: 96px;
|
|
1821
1805
|
padding-top: var(--size-96);
|
|
@@ -1828,12 +1812,12 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1828
1812
|
hyphens: auto;
|
|
1829
1813
|
hyphenate-limit-chars: 7 3;
|
|
1830
1814
|
}
|
|
1831
|
-
@media (min-width:
|
|
1815
|
+
@media (min-width: 840px) {
|
|
1832
1816
|
.np-text-hyphenated {
|
|
1833
1817
|
hyphenate-limit-chars: 8 3;
|
|
1834
1818
|
}
|
|
1835
1819
|
}
|
|
1836
|
-
@media (min-width:
|
|
1820
|
+
@media (min-width: 1160px) {
|
|
1837
1821
|
.np-text-hyphenated {
|
|
1838
1822
|
hyphenate-limit-chars: 10 4 3;
|
|
1839
1823
|
}
|
|
@@ -1845,7 +1829,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1845
1829
|
-webkit-hyphenate-limit-before: 3;
|
|
1846
1830
|
-webkit-hyphenate-limit-after: 3;
|
|
1847
1831
|
}
|
|
1848
|
-
@media (min-width:
|
|
1832
|
+
@media (min-width: 1160px) {
|
|
1849
1833
|
.np-text-hyphenated {
|
|
1850
1834
|
-webkit-hyphenate-limit-before: 4;
|
|
1851
1835
|
}
|
|
@@ -549,7 +549,7 @@ dd {
|
|
|
549
549
|
color: #37517e;
|
|
550
550
|
color: var(--color-content-primary);
|
|
551
551
|
}
|
|
552
|
-
@media (min-width:
|
|
552
|
+
@media (min-width: 600px) {
|
|
553
553
|
dd {
|
|
554
554
|
margin-bottom: 24px;
|
|
555
555
|
margin-bottom: var(--size-24);
|
|
@@ -564,7 +564,7 @@ dd {
|
|
|
564
564
|
.dl-horizontal dd::after {
|
|
565
565
|
clear: both;
|
|
566
566
|
}
|
|
567
|
-
@media (min-width:
|
|
567
|
+
@media (min-width: 600px) {
|
|
568
568
|
.dl-horizontal dt {
|
|
569
569
|
float: left;
|
|
570
570
|
clear: left;
|
|
@@ -620,13 +620,13 @@ hr {
|
|
|
620
620
|
.bg-primary hr {
|
|
621
621
|
border-top: 1px solid rgba(255,255,255,0.10196);
|
|
622
622
|
}
|
|
623
|
-
@media (min-width:
|
|
623
|
+
@media (min-width: 600px) {
|
|
624
624
|
hr {
|
|
625
625
|
margin: 24px auto;
|
|
626
626
|
margin: var(--size-24) auto;
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
|
-
@media (min-width:
|
|
629
|
+
@media (min-width: 1160px) {
|
|
630
630
|
hr {
|
|
631
631
|
margin: 32px auto;
|
|
632
632
|
margin: var(--size-32) auto;
|
|
@@ -740,7 +740,7 @@ h6,
|
|
|
740
740
|
hyphens: auto;
|
|
741
741
|
hyphenate-limit-chars: 7 3;
|
|
742
742
|
}
|
|
743
|
-
@media (min-width:
|
|
743
|
+
@media (min-width: 840px) {
|
|
744
744
|
.h1,
|
|
745
745
|
.h2,
|
|
746
746
|
.h3,
|
|
@@ -766,7 +766,7 @@ h6,
|
|
|
766
766
|
hyphenate-limit-chars: 8 3;
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
|
-
@media (min-width:
|
|
769
|
+
@media (min-width: 1160px) {
|
|
770
770
|
.h1,
|
|
771
771
|
.h2,
|
|
772
772
|
.h3,
|
|
@@ -820,7 +820,7 @@ h6,
|
|
|
820
820
|
-webkit-hyphenate-limit-before: 3;
|
|
821
821
|
-webkit-hyphenate-limit-after: 3;
|
|
822
822
|
}
|
|
823
|
-
@media (min-width:
|
|
823
|
+
@media (min-width: 1160px) {
|
|
824
824
|
.h1,
|
|
825
825
|
.h2,
|
|
826
826
|
.h3,
|
|
@@ -1089,16 +1089,7 @@ a,
|
|
|
1089
1089
|
.np-text-display-extra-large,
|
|
1090
1090
|
.np-text-display-large,
|
|
1091
1091
|
.np-text-display-medium,
|
|
1092
|
-
.np-text-display-small
|
|
1093
|
-
.display-1--forced,
|
|
1094
|
-
.display-2--forced,
|
|
1095
|
-
.display-3--forced,
|
|
1096
|
-
.display-4--forced,
|
|
1097
|
-
.display-5--forced,
|
|
1098
|
-
.np-text-display-extra-large--forced,
|
|
1099
|
-
.np-text-display-large--forced,
|
|
1100
|
-
.np-text-display-medium--forced,
|
|
1101
|
-
.np-text-display-small--forced {
|
|
1092
|
+
.np-text-display-small {
|
|
1102
1093
|
font-family: 'Wise Sans', 'Inter', sans-serif;
|
|
1103
1094
|
font-family: var(--font-family-display);
|
|
1104
1095
|
font-synthesis: none;
|
|
@@ -1144,14 +1135,9 @@ a,
|
|
|
1144
1135
|
* of Japanese ones for the logged out ones (exposed by the Editorial DS). Unfortunately,
|
|
1145
1136
|
* font files are browser-cached and we carried over to launchpad, where it causes issues
|
|
1146
1137
|
* for unsupported locales, especially those that share glyphs, like Japanese and Chinese.
|
|
1147
|
-
* There are exceptions for small UI parts where Wise Sans is fine or expected — e.g. the
|
|
1148
|
-
* numeric input of ExpressiveMoneyInput.
|
|
1149
|
-
* Add `--forced` BEM modifier to the original class name to guarantee it.
|
|
1150
1138
|
*/
|
|
1151
1139
|
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
|
1152
1140
|
font-family: var(--font-family-regular);
|
|
1153
|
-
line-height: 1.2;
|
|
1154
|
-
line-height: var(--line-height-title);
|
|
1155
1141
|
}
|
|
1156
1142
|
/* DEPRECATED(.np-text-display-extra-large): use .np-text-display-large instead */
|
|
1157
1143
|
.np-text-display-extra-large,
|
|
@@ -1168,7 +1154,7 @@ a,
|
|
|
1168
1154
|
hyphens: auto;
|
|
1169
1155
|
hyphenate-limit-chars: 7 3;
|
|
1170
1156
|
}
|
|
1171
|
-
@media (min-width:
|
|
1157
|
+
@media (min-width: 840px) {
|
|
1172
1158
|
.np-text-display-extra-large,
|
|
1173
1159
|
.np-text-display-large,
|
|
1174
1160
|
.np-text-display-medium,
|
|
@@ -1176,7 +1162,7 @@ a,
|
|
|
1176
1162
|
hyphenate-limit-chars: 8 3;
|
|
1177
1163
|
}
|
|
1178
1164
|
}
|
|
1179
|
-
@media (min-width:
|
|
1165
|
+
@media (min-width: 1160px) {
|
|
1180
1166
|
.np-text-display-extra-large,
|
|
1181
1167
|
.np-text-display-large,
|
|
1182
1168
|
.np-text-display-medium,
|
|
@@ -1194,7 +1180,7 @@ a,
|
|
|
1194
1180
|
-webkit-hyphenate-limit-before: 3;
|
|
1195
1181
|
-webkit-hyphenate-limit-after: 3;
|
|
1196
1182
|
}
|
|
1197
|
-
@media (min-width:
|
|
1183
|
+
@media (min-width: 1160px) {
|
|
1198
1184
|
.np-text-display-extra-large,
|
|
1199
1185
|
.np-text-display-large,
|
|
1200
1186
|
.np-text-display-medium,
|
|
@@ -1598,7 +1584,7 @@ a,
|
|
|
1598
1584
|
/* stylelint-disable-next-line number-max-precision */
|
|
1599
1585
|
font-size: 3.73333333rem;
|
|
1600
1586
|
}
|
|
1601
|
-
@media (min-width:
|
|
1587
|
+
@media (min-width: 840px) {
|
|
1602
1588
|
.display-1 {
|
|
1603
1589
|
margin-bottom: 8px;
|
|
1604
1590
|
margin-bottom: var(--size-8);
|
|
@@ -1612,7 +1598,7 @@ a,
|
|
|
1612
1598
|
/* stylelint-disable-next-line number-max-precision */
|
|
1613
1599
|
font-size: 3.73333333rem;
|
|
1614
1600
|
}
|
|
1615
|
-
@media (min-width:
|
|
1601
|
+
@media (min-width: 840px) {
|
|
1616
1602
|
.display-2 {
|
|
1617
1603
|
margin-bottom: 16px;
|
|
1618
1604
|
margin-bottom: var(--size-16);
|
|
@@ -1625,7 +1611,7 @@ a,
|
|
|
1625
1611
|
margin-bottom: var(--size-8);
|
|
1626
1612
|
font-size: 2.8rem;
|
|
1627
1613
|
}
|
|
1628
|
-
@media (min-width:
|
|
1614
|
+
@media (min-width: 840px) {
|
|
1629
1615
|
.display-3 {
|
|
1630
1616
|
margin-bottom: 24px;
|
|
1631
1617
|
margin-bottom: var(--size-24);
|
|
@@ -1639,7 +1625,7 @@ a,
|
|
|
1639
1625
|
/* stylelint-disable-next-line number-max-precision */
|
|
1640
1626
|
font-size: 1.86666667rem;
|
|
1641
1627
|
}
|
|
1642
|
-
@media (min-width:
|
|
1628
|
+
@media (min-width: 840px) {
|
|
1643
1629
|
.display-4 {
|
|
1644
1630
|
margin-bottom: 24px;
|
|
1645
1631
|
margin-bottom: var(--size-24);
|
|
@@ -1653,7 +1639,7 @@ a,
|
|
|
1653
1639
|
/* stylelint-disable-next-line number-max-precision */
|
|
1654
1640
|
font-size: 1.86666667rem;
|
|
1655
1641
|
}
|
|
1656
|
-
@media (min-width:
|
|
1642
|
+
@media (min-width: 840px) {
|
|
1657
1643
|
.display-5 {
|
|
1658
1644
|
margin-bottom: 8px;
|
|
1659
1645
|
margin-bottom: var(--size-8);
|
|
@@ -1751,13 +1737,13 @@ blockquote footer {
|
|
|
1751
1737
|
blockquote footer::before {
|
|
1752
1738
|
content: "\2014 \00A0";
|
|
1753
1739
|
}
|
|
1754
|
-
@media (min-width:
|
|
1740
|
+
@media (min-width: 600px) {
|
|
1755
1741
|
blockquote {
|
|
1756
1742
|
margin: 24px;
|
|
1757
1743
|
margin: var(--size-24);
|
|
1758
1744
|
}
|
|
1759
1745
|
}
|
|
1760
|
-
@media (min-width:
|
|
1746
|
+
@media (min-width: 1160px) {
|
|
1761
1747
|
blockquote {
|
|
1762
1748
|
margin: 32px;
|
|
1763
1749
|
margin: var(--size-32);
|
|
@@ -1876,7 +1862,7 @@ kbd kbd {
|
|
|
1876
1862
|
.text-xs-nowrap {
|
|
1877
1863
|
white-space: nowrap;
|
|
1878
1864
|
}
|
|
1879
|
-
@media (min-width:
|
|
1865
|
+
@media (min-width: 600px) {
|
|
1880
1866
|
.text-sm-left {
|
|
1881
1867
|
text-align: left;
|
|
1882
1868
|
}
|
|
@@ -1899,7 +1885,7 @@ kbd kbd {
|
|
|
1899
1885
|
white-space: nowrap;
|
|
1900
1886
|
}
|
|
1901
1887
|
}
|
|
1902
|
-
@media (min-width:
|
|
1888
|
+
@media (min-width: 840px) {
|
|
1903
1889
|
.text-md-left {
|
|
1904
1890
|
text-align: left;
|
|
1905
1891
|
}
|
|
@@ -1922,48 +1908,32 @@ kbd kbd {
|
|
|
1922
1908
|
white-space: nowrap;
|
|
1923
1909
|
}
|
|
1924
1910
|
}
|
|
1925
|
-
@media (min-width:
|
|
1926
|
-
.text-lg-left
|
|
1927
|
-
text-align: left;
|
|
1928
|
-
}
|
|
1929
|
-
[dir="rtl"] .text-lg-left {
|
|
1930
|
-
text-align: right;
|
|
1931
|
-
}
|
|
1932
|
-
.text-lg-right {
|
|
1933
|
-
text-align: right;
|
|
1934
|
-
}
|
|
1935
|
-
[dir="rtl"] .text-lg-right {
|
|
1936
|
-
text-align: left;
|
|
1937
|
-
}
|
|
1938
|
-
.text-lg-center {
|
|
1939
|
-
text-align: center;
|
|
1940
|
-
}
|
|
1941
|
-
.text-lg-justify {
|
|
1942
|
-
text-align: justify;
|
|
1943
|
-
}
|
|
1944
|
-
.text-lg-nowrap {
|
|
1945
|
-
white-space: nowrap;
|
|
1946
|
-
}
|
|
1947
|
-
}
|
|
1948
|
-
@media (min-width: 1200px) {
|
|
1911
|
+
@media (min-width: 1160px) {
|
|
1912
|
+
.text-lg-left,
|
|
1949
1913
|
.text-xl-left {
|
|
1950
1914
|
text-align: left;
|
|
1951
1915
|
}
|
|
1916
|
+
[dir="rtl"] .text-lg-left,
|
|
1952
1917
|
[dir="rtl"] .text-xl-left {
|
|
1953
1918
|
text-align: right;
|
|
1954
1919
|
}
|
|
1920
|
+
.text-lg-right,
|
|
1955
1921
|
.text-xl-right {
|
|
1956
1922
|
text-align: right;
|
|
1957
1923
|
}
|
|
1924
|
+
[dir="rtl"] .text-lg-right,
|
|
1958
1925
|
[dir="rtl"] .text-xl-right {
|
|
1959
1926
|
text-align: left;
|
|
1960
1927
|
}
|
|
1928
|
+
.text-lg-center,
|
|
1961
1929
|
.text-xl-center {
|
|
1962
1930
|
text-align: center;
|
|
1963
1931
|
}
|
|
1932
|
+
.text-lg-justify,
|
|
1964
1933
|
.text-xl-justify {
|
|
1965
1934
|
text-align: justify;
|
|
1966
1935
|
}
|
|
1936
|
+
.text-lg-nowrap,
|
|
1967
1937
|
.text-xl-nowrap {
|
|
1968
1938
|
white-space: nowrap;
|
|
1969
1939
|
}
|