@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
|
@@ -139,107 +139,107 @@
|
|
|
139
139
|
.visible-xl-inline-block {
|
|
140
140
|
display: none !important;
|
|
141
141
|
}
|
|
142
|
-
@media (max-width:
|
|
142
|
+
@media (max-width: 575px) {
|
|
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: 575px) {
|
|
149
149
|
.visible-xs-inline {
|
|
150
150
|
display: inline !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
@media (max-width:
|
|
153
|
+
@media (max-width: 575px) {
|
|
154
154
|
.visible-xs-inline-block {
|
|
155
155
|
display: inline-block !important;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
@media (min-width:
|
|
158
|
+
@media (min-width: 576px) and (max-width: 767px) {
|
|
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: 576px) and (max-width: 767px) {
|
|
165
165
|
.visible-sm-inline {
|
|
166
166
|
display: inline !important;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
@media (min-width:
|
|
169
|
+
@media (min-width: 576px) and (max-width: 767px) {
|
|
170
170
|
.visible-sm-inline-block {
|
|
171
171
|
display: inline-block !important;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
@media (min-width:
|
|
174
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
|
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: 768px) and (max-width: 991px) {
|
|
181
181
|
.visible-md-inline {
|
|
182
182
|
display: inline !important;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
-
@media (min-width:
|
|
185
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
|
186
186
|
.visible-md-inline-block {
|
|
187
187
|
display: inline-block !important;
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
@media (min-width:
|
|
190
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
191
191
|
.visible-lg,
|
|
192
192
|
.visible-lg-block {
|
|
193
193
|
display: block !important;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
@media (min-width:
|
|
196
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
197
197
|
.visible-lg-inline {
|
|
198
198
|
display: inline !important;
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
@media (min-width:
|
|
201
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
202
202
|
.visible-lg-inline-block {
|
|
203
203
|
display: inline-block !important;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
@media (min-width:
|
|
206
|
+
@media (min-width: 1200px) {
|
|
207
207
|
.visible-xl,
|
|
208
208
|
.visible-xl-block {
|
|
209
209
|
display: block !important;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
@media (min-width:
|
|
212
|
+
@media (min-width: 1200px) {
|
|
213
213
|
.visible-xl-inline {
|
|
214
214
|
display: inline !important;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
|
-
@media (min-width:
|
|
217
|
+
@media (min-width: 1200px) {
|
|
218
218
|
.visible-xl-inline-block {
|
|
219
219
|
display: inline-block !important;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
@media (max-width:
|
|
222
|
+
@media (max-width: 575px) {
|
|
223
223
|
.hidden-xs {
|
|
224
224
|
display: none !important;
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
-
@media (min-width:
|
|
227
|
+
@media (min-width: 576px) and (max-width: 767px) {
|
|
228
228
|
.hidden-sm {
|
|
229
229
|
display: none !important;
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
@media (min-width:
|
|
232
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
|
233
233
|
.hidden-md {
|
|
234
234
|
display: none !important;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
@media (min-width:
|
|
237
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
238
238
|
.hidden-lg {
|
|
239
239
|
display: none !important;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
@media (min-width:
|
|
242
|
+
@media (min-width: 1200px) {
|
|
243
243
|
.hidden-xl {
|
|
244
244
|
display: none !important;
|
|
245
245
|
}
|
|
@@ -1131,7 +1131,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1131
1131
|
padding-left: 16px !important;
|
|
1132
1132
|
padding-left: var(--size-16) !important;
|
|
1133
1133
|
}
|
|
1134
|
-
@media (min-width:
|
|
1134
|
+
@media (min-width: 576px) {
|
|
1135
1135
|
.m-a-panel {
|
|
1136
1136
|
margin-top: 24px !important;
|
|
1137
1137
|
margin-top: var(--size-24) !important;
|
|
@@ -1177,7 +1177,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1177
1177
|
padding-left: var(--size-24) !important;
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
|
-
@media (min-width:
|
|
1180
|
+
@media (min-width: 992px) {
|
|
1181
1181
|
.m-a-panel {
|
|
1182
1182
|
margin-top: 32px !important;
|
|
1183
1183
|
margin-top: var(--size-32) !important;
|
|
@@ -1251,7 +1251,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1251
1251
|
padding-bottom: 16px !important;
|
|
1252
1252
|
padding-bottom: var(--size-16) !important;
|
|
1253
1253
|
}
|
|
1254
|
-
@media (min-width:
|
|
1254
|
+
@media (min-width: 576px) {
|
|
1255
1255
|
.m-t-panel {
|
|
1256
1256
|
margin-top: 24px !important;
|
|
1257
1257
|
margin-top: var(--size-24) !important;
|
|
@@ -1281,7 +1281,7 @@ html:not([dir="rtl"]) .p-a-panel {
|
|
|
1281
1281
|
padding-bottom: var(--size-24) !important;
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
|
-
@media (min-width:
|
|
1284
|
+
@media (min-width: 992px) {
|
|
1285
1285
|
.m-t-panel {
|
|
1286
1286
|
margin-top: 32px !important;
|
|
1287
1287
|
margin-top: var(--size-32) !important;
|
|
@@ -1375,7 +1375,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1375
1375
|
padding-right: 16px !important;
|
|
1376
1376
|
padding-right: var(--size-16) !important;
|
|
1377
1377
|
}
|
|
1378
|
-
@media (min-width:
|
|
1378
|
+
@media (min-width: 576px) {
|
|
1379
1379
|
[dir="rtl"] .m-l-panel {
|
|
1380
1380
|
margin-right: 24px !important;
|
|
1381
1381
|
margin-right: var(--size-24) !important;
|
|
@@ -1441,7 +1441,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1441
1441
|
padding-right: var(--size-24) !important;
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
|
-
@media (min-width:
|
|
1444
|
+
@media (min-width: 992px) {
|
|
1445
1445
|
[dir="rtl"] .m-l-panel {
|
|
1446
1446
|
margin-right: 32px !important;
|
|
1447
1447
|
margin-right: var(--size-32) !important;
|
|
@@ -1535,7 +1535,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1535
1535
|
padding-bottom: 16px !important;
|
|
1536
1536
|
padding-bottom: var(--size-16) !important;
|
|
1537
1537
|
}
|
|
1538
|
-
@media (min-width:
|
|
1538
|
+
@media (min-width: 576px) {
|
|
1539
1539
|
.m-t-section-1 {
|
|
1540
1540
|
margin-top: 24px !important;
|
|
1541
1541
|
margin-top: var(--size-24) !important;
|
|
@@ -1565,7 +1565,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1565
1565
|
padding-bottom: var(--size-24) !important;
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
|
-
@media (min-width:
|
|
1568
|
+
@media (min-width: 992px) {
|
|
1569
1569
|
.m-t-section-1 {
|
|
1570
1570
|
margin-top: 32px !important;
|
|
1571
1571
|
margin-top: var(--size-32) !important;
|
|
@@ -1623,7 +1623,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1623
1623
|
padding-bottom: 32px !important;
|
|
1624
1624
|
padding-bottom: var(--size-32) !important;
|
|
1625
1625
|
}
|
|
1626
|
-
@media (min-width:
|
|
1626
|
+
@media (min-width: 576px) {
|
|
1627
1627
|
.m-t-section-2 {
|
|
1628
1628
|
margin-top: 48px !important;
|
|
1629
1629
|
margin-top: var(--size-48) !important;
|
|
@@ -1653,7 +1653,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1653
1653
|
padding-bottom: var(--size-48) !important;
|
|
1654
1654
|
}
|
|
1655
1655
|
}
|
|
1656
|
-
@media (min-width:
|
|
1656
|
+
@media (min-width: 992px) {
|
|
1657
1657
|
.m-t-section-2 {
|
|
1658
1658
|
margin-top: 64px !important;
|
|
1659
1659
|
margin-top: var(--size-64) !important;
|
|
@@ -1711,7 +1711,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1711
1711
|
padding-bottom: 48px !important;
|
|
1712
1712
|
padding-bottom: var(--size-48) !important;
|
|
1713
1713
|
}
|
|
1714
|
-
@media (min-width:
|
|
1714
|
+
@media (min-width: 576px) {
|
|
1715
1715
|
.m-t-section-3 {
|
|
1716
1716
|
margin-top: 72px !important;
|
|
1717
1717
|
margin-top: var(--size-72) !important;
|
|
@@ -1741,7 +1741,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1741
1741
|
padding-bottom: var(--size-72) !important;
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
|
-
@media (min-width:
|
|
1744
|
+
@media (min-width: 992px) {
|
|
1745
1745
|
.m-t-section-3 {
|
|
1746
1746
|
margin-top: 96px !important;
|
|
1747
1747
|
margin-top: var(--size-96) !important;
|
|
@@ -1807,7 +1807,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1807
1807
|
padding-bottom: 48px;
|
|
1808
1808
|
padding-bottom: var(--size-48);
|
|
1809
1809
|
}
|
|
1810
|
-
@media (min-width:
|
|
1810
|
+
@media (min-width: 576px) {
|
|
1811
1811
|
.section {
|
|
1812
1812
|
padding-top: 72px;
|
|
1813
1813
|
padding-top: var(--size-72);
|
|
@@ -1815,7 +1815,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1815
1815
|
padding-bottom: var(--size-72);
|
|
1816
1816
|
}
|
|
1817
1817
|
}
|
|
1818
|
-
@media (min-width:
|
|
1818
|
+
@media (min-width: 992px) {
|
|
1819
1819
|
.section {
|
|
1820
1820
|
padding-top: 96px;
|
|
1821
1821
|
padding-top: var(--size-96);
|
|
@@ -1828,12 +1828,12 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1828
1828
|
hyphens: auto;
|
|
1829
1829
|
hyphenate-limit-chars: 7 3;
|
|
1830
1830
|
}
|
|
1831
|
-
@media (min-width:
|
|
1831
|
+
@media (min-width: 768px) {
|
|
1832
1832
|
.np-text-hyphenated {
|
|
1833
1833
|
hyphenate-limit-chars: 8 3;
|
|
1834
1834
|
}
|
|
1835
1835
|
}
|
|
1836
|
-
@media (min-width:
|
|
1836
|
+
@media (min-width: 992px) {
|
|
1837
1837
|
.np-text-hyphenated {
|
|
1838
1838
|
hyphenate-limit-chars: 10 4 3;
|
|
1839
1839
|
}
|
|
@@ -1845,7 +1845,7 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1845
1845
|
-webkit-hyphenate-limit-before: 3;
|
|
1846
1846
|
-webkit-hyphenate-limit-after: 3;
|
|
1847
1847
|
}
|
|
1848
|
-
@media (min-width:
|
|
1848
|
+
@media (min-width: 992px) {
|
|
1849
1849
|
.np-text-hyphenated {
|
|
1850
1850
|
-webkit-hyphenate-limit-before: 4;
|
|
1851
1851
|
}
|
|
@@ -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: 576px) {
|
|
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: 576px) {
|
|
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: 576px) {
|
|
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: 992px) {
|
|
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: 768px) {
|
|
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: 992px) {
|
|
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: 992px) {
|
|
824
824
|
.h1,
|
|
825
825
|
.h2,
|
|
826
826
|
.h3,
|
|
@@ -1154,7 +1154,7 @@ a,
|
|
|
1154
1154
|
hyphens: auto;
|
|
1155
1155
|
hyphenate-limit-chars: 7 3;
|
|
1156
1156
|
}
|
|
1157
|
-
@media (min-width:
|
|
1157
|
+
@media (min-width: 768px) {
|
|
1158
1158
|
.np-text-display-extra-large,
|
|
1159
1159
|
.np-text-display-large,
|
|
1160
1160
|
.np-text-display-medium,
|
|
@@ -1162,7 +1162,7 @@ a,
|
|
|
1162
1162
|
hyphenate-limit-chars: 8 3;
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
|
-
@media (min-width:
|
|
1165
|
+
@media (min-width: 992px) {
|
|
1166
1166
|
.np-text-display-extra-large,
|
|
1167
1167
|
.np-text-display-large,
|
|
1168
1168
|
.np-text-display-medium,
|
|
@@ -1180,7 +1180,7 @@ a,
|
|
|
1180
1180
|
-webkit-hyphenate-limit-before: 3;
|
|
1181
1181
|
-webkit-hyphenate-limit-after: 3;
|
|
1182
1182
|
}
|
|
1183
|
-
@media (min-width:
|
|
1183
|
+
@media (min-width: 992px) {
|
|
1184
1184
|
.np-text-display-extra-large,
|
|
1185
1185
|
.np-text-display-large,
|
|
1186
1186
|
.np-text-display-medium,
|
|
@@ -1584,7 +1584,7 @@ a,
|
|
|
1584
1584
|
/* stylelint-disable-next-line number-max-precision */
|
|
1585
1585
|
font-size: 3.73333333rem;
|
|
1586
1586
|
}
|
|
1587
|
-
@media (min-width:
|
|
1587
|
+
@media (min-width: 768px) {
|
|
1588
1588
|
.display-1 {
|
|
1589
1589
|
margin-bottom: 8px;
|
|
1590
1590
|
margin-bottom: var(--size-8);
|
|
@@ -1598,7 +1598,7 @@ a,
|
|
|
1598
1598
|
/* stylelint-disable-next-line number-max-precision */
|
|
1599
1599
|
font-size: 3.73333333rem;
|
|
1600
1600
|
}
|
|
1601
|
-
@media (min-width:
|
|
1601
|
+
@media (min-width: 768px) {
|
|
1602
1602
|
.display-2 {
|
|
1603
1603
|
margin-bottom: 16px;
|
|
1604
1604
|
margin-bottom: var(--size-16);
|
|
@@ -1611,7 +1611,7 @@ a,
|
|
|
1611
1611
|
margin-bottom: var(--size-8);
|
|
1612
1612
|
font-size: 2.8rem;
|
|
1613
1613
|
}
|
|
1614
|
-
@media (min-width:
|
|
1614
|
+
@media (min-width: 768px) {
|
|
1615
1615
|
.display-3 {
|
|
1616
1616
|
margin-bottom: 24px;
|
|
1617
1617
|
margin-bottom: var(--size-24);
|
|
@@ -1625,7 +1625,7 @@ a,
|
|
|
1625
1625
|
/* stylelint-disable-next-line number-max-precision */
|
|
1626
1626
|
font-size: 1.86666667rem;
|
|
1627
1627
|
}
|
|
1628
|
-
@media (min-width:
|
|
1628
|
+
@media (min-width: 768px) {
|
|
1629
1629
|
.display-4 {
|
|
1630
1630
|
margin-bottom: 24px;
|
|
1631
1631
|
margin-bottom: var(--size-24);
|
|
@@ -1639,7 +1639,7 @@ a,
|
|
|
1639
1639
|
/* stylelint-disable-next-line number-max-precision */
|
|
1640
1640
|
font-size: 1.86666667rem;
|
|
1641
1641
|
}
|
|
1642
|
-
@media (min-width:
|
|
1642
|
+
@media (min-width: 768px) {
|
|
1643
1643
|
.display-5 {
|
|
1644
1644
|
margin-bottom: 8px;
|
|
1645
1645
|
margin-bottom: var(--size-8);
|
|
@@ -1737,13 +1737,13 @@ blockquote footer {
|
|
|
1737
1737
|
blockquote footer::before {
|
|
1738
1738
|
content: "\2014 \00A0";
|
|
1739
1739
|
}
|
|
1740
|
-
@media (min-width:
|
|
1740
|
+
@media (min-width: 576px) {
|
|
1741
1741
|
blockquote {
|
|
1742
1742
|
margin: 24px;
|
|
1743
1743
|
margin: var(--size-24);
|
|
1744
1744
|
}
|
|
1745
1745
|
}
|
|
1746
|
-
@media (min-width:
|
|
1746
|
+
@media (min-width: 992px) {
|
|
1747
1747
|
blockquote {
|
|
1748
1748
|
margin: 32px;
|
|
1749
1749
|
margin: var(--size-32);
|
|
@@ -1862,7 +1862,7 @@ kbd kbd {
|
|
|
1862
1862
|
.text-xs-nowrap {
|
|
1863
1863
|
white-space: nowrap;
|
|
1864
1864
|
}
|
|
1865
|
-
@media (min-width:
|
|
1865
|
+
@media (min-width: 576px) {
|
|
1866
1866
|
.text-sm-left {
|
|
1867
1867
|
text-align: left;
|
|
1868
1868
|
}
|
|
@@ -1885,7 +1885,7 @@ kbd kbd {
|
|
|
1885
1885
|
white-space: nowrap;
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
1888
|
-
@media (min-width:
|
|
1888
|
+
@media (min-width: 768px) {
|
|
1889
1889
|
.text-md-left {
|
|
1890
1890
|
text-align: left;
|
|
1891
1891
|
}
|
|
@@ -1908,7 +1908,7 @@ kbd kbd {
|
|
|
1908
1908
|
white-space: nowrap;
|
|
1909
1909
|
}
|
|
1910
1910
|
}
|
|
1911
|
-
@media (min-width:
|
|
1911
|
+
@media (min-width: 992px) {
|
|
1912
1912
|
.text-lg-left {
|
|
1913
1913
|
text-align: left;
|
|
1914
1914
|
}
|
|
@@ -1931,7 +1931,7 @@ kbd kbd {
|
|
|
1931
1931
|
white-space: nowrap;
|
|
1932
1932
|
}
|
|
1933
1933
|
}
|
|
1934
|
-
@media (min-width:
|
|
1934
|
+
@media (min-width: 1200px) {
|
|
1935
1935
|
.text-xl-left {
|
|
1936
1936
|
text-align: left;
|
|
1937
1937
|
}
|