@davi-ai/retorik-map 1.1.4 → 2.0.0

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/index.css CHANGED
@@ -171,9 +171,12 @@
171
171
  }
172
172
 
173
173
  #retorik-shadow .infoPOIPane .poiPhotoAndDescription .poiDescriptionAndButton .poiButton {
174
+ border-style: solid;
175
+ border-width: 2px;
174
176
  border-radius: 10px;
175
177
  width: fit-content;
176
178
  padding: .5rem;
179
+ font-weight: bold;
177
180
  }
178
181
 
179
182
  #retorik-shadow .infoPOIPane .routes-container {
@@ -354,7 +357,6 @@
354
357
  }
355
358
 
356
359
  #retorik-shadow #around-me {
357
- background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
358
360
  opacity: 1;
359
361
  background: #fff no-repeat padding-box padding-box;
360
362
  border-radius: 70px;
@@ -535,42 +537,6 @@
535
537
  }
536
538
  }
537
539
 
538
- #retorik-shadow [class^="button_"] {
539
- border-style: solid;
540
- border-width: 2px;
541
- font-weight: bold;
542
- }
543
-
544
- #retorik-shadow .button_orange {
545
- color: #fe942d;
546
- border-color: #fe942d;
547
- }
548
-
549
- #retorik-shadow .button_purple {
550
- color: #d211a7;
551
- border-color: #d211a7;
552
- }
553
-
554
- #retorik-shadow .button_green {
555
- color: #76ab2a;
556
- border-color: #76ab2a;
557
- }
558
-
559
- #retorik-shadow .button_red {
560
- color: #e23c2a;
561
- border-color: #e23c2a;
562
- }
563
-
564
- #retorik-shadow .button_light_green {
565
- color: #afb942;
566
- border-color: #afb942;
567
- }
568
-
569
- #retorik-shadow .button_blue {
570
- color: #00c8bc;
571
- border-color: #00c8bc;
572
- }
573
-
574
540
  #retorik-shadow #map-target {
575
541
  margin: 10px;
576
542
  }
@@ -729,60 +695,6 @@
729
695
  font-weight: 400 !important;
730
696
  }
731
697
 
732
- #retorik-shadow .bg_orange {
733
- background-color: #fe942d;
734
- }
735
-
736
- #retorik-shadow .bg_purple {
737
- background-color: #d211a7;
738
- }
739
-
740
- #retorik-shadow .bg_green {
741
- background-color: #76ab2a;
742
- }
743
-
744
- #retorik-shadow .bg_red {
745
- background-color: #e23c2a;
746
- }
747
-
748
- #retorik-shadow .bg_light_green {
749
- background-color: #afb942;
750
- }
751
-
752
- #retorik-shadow .bg_blue {
753
- background-color: #00c8bc;
754
- }
755
-
756
- #retorik-shadow .cl_orange {
757
- color: #fe942d;
758
- font-weight: 700;
759
- }
760
-
761
- #retorik-shadow .cl_purple {
762
- color: #d211a7;
763
- font-weight: 700;
764
- }
765
-
766
- #retorik-shadow .cl_green {
767
- color: #76ab2a;
768
- font-weight: 700;
769
- }
770
-
771
- #retorik-shadow .cl_red {
772
- color: #e23c2a;
773
- font-weight: 700 !important;
774
- }
775
-
776
- #retorik-shadow .cl_light_green {
777
- color: #afb942;
778
- font-weight: 700;
779
- }
780
-
781
- #retorik-shadow .cl_blue {
782
- color: #00c8bc;
783
- font-weight: 700;
784
- }
785
-
786
698
  @media only screen and (width <= 600px) {
787
699
  #retorik-shadow .filterContainer {
788
700
  bottom: 0;
@@ -1150,7 +1062,6 @@
1150
1062
  #retorik-shadow ion-modal {
1151
1063
  --width: 100%;
1152
1064
  --height: 100%;
1153
- background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
1154
1065
  opacity: 1;
1155
1066
  background: #fff no-repeat padding-box padding-box;
1156
1067
  border-radius: 10px;
@@ -1162,456 +1073,4 @@
1162
1073
  box-shadow: -3px -3px 20px #2b27276a;
1163
1074
  }
1164
1075
  }
1165
-
1166
- @font-face {
1167
- font-family: Helvetica Neue;
1168
- src: url("helveticaneue.c9e4be64.ttf") format("truetype");
1169
- }
1170
-
1171
- #retorik-shadow :root {
1172
- --ion-color-primary: #3880ff;
1173
- --ion-color-primary-rgb: 56, 128, 255;
1174
- --ion-color-primary-contrast: #fff;
1175
- --ion-color-primary-contrast-rgb: 255, 255, 255;
1176
- --ion-color-primary-shade: #3171e0;
1177
- --ion-color-primary-tint: #4c8dff;
1178
- --ion-color-secondary: #3dc2ff;
1179
- --ion-color-secondary-rgb: 61, 194, 255;
1180
- --ion-color-secondary-contrast: #fff;
1181
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
1182
- --ion-color-secondary-shade: #36abe0;
1183
- --ion-color-secondary-tint: #50c8ff;
1184
- --ion-color-tertiary: #5260ff;
1185
- --ion-color-tertiary-rgb: 82, 96, 255;
1186
- --ion-color-tertiary-contrast: #fff;
1187
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
1188
- --ion-color-tertiary-shade: #4854e0;
1189
- --ion-color-tertiary-tint: #6370ff;
1190
- --ion-color-success: #2dd36f;
1191
- --ion-color-success-rgb: 45, 211, 111;
1192
- --ion-color-success-contrast: #fff;
1193
- --ion-color-success-contrast-rgb: 255, 255, 255;
1194
- --ion-color-success-shade: #28ba62;
1195
- --ion-color-success-tint: #42d77d;
1196
- --ion-color-warning: #ffc409;
1197
- --ion-color-warning-rgb: 255, 196, 9;
1198
- --ion-color-warning-contrast: #000;
1199
- --ion-color-warning-contrast-rgb: 0, 0, 0;
1200
- --ion-color-warning-shade: #e0ac08;
1201
- --ion-color-warning-tint: #ffca22;
1202
- --ion-color-danger: #eb445a;
1203
- --ion-color-danger-rgb: 235, 68, 90;
1204
- --ion-color-danger-contrast: #fff;
1205
- --ion-color-danger-contrast-rgb: 255, 255, 255;
1206
- --ion-color-danger-shade: #cf3c4f;
1207
- --ion-color-danger-tint: #ed576b;
1208
- --ion-color-dark: #222428;
1209
- --ion-color-dark-rgb: 34, 36, 40;
1210
- --ion-color-dark-contrast: #fff;
1211
- --ion-color-dark-contrast-rgb: 255, 255, 255;
1212
- --ion-color-dark-shade: #1e2023;
1213
- --ion-color-dark-tint: #383a3e;
1214
- --ion-color-medium: #92949c;
1215
- --ion-color-medium-rgb: 146, 148, 156;
1216
- --ion-color-medium-contrast: #fff;
1217
- --ion-color-medium-contrast-rgb: 255, 255, 255;
1218
- --ion-color-medium-shade: #808289;
1219
- --ion-color-medium-tint: #9d9fa6;
1220
- --ion-color-light: #f4f5f8;
1221
- --ion-color-light-rgb: 244, 245, 248;
1222
- --ion-color-light-contrast: #000;
1223
- --ion-color-light-contrast-rgb: 0, 0, 0;
1224
- --ion-color-light-shade: #d7d8da;
1225
- --ion-color-light-tint: #f5f6f9;
1226
- --services: #00c8bc;
1227
- --prod-locaux: #afb942;
1228
- --a-voir: #76ab2a;
1229
- --ou-dormir: #9f007d;
1230
- --a-faire: #e23c2a;
1231
- --ou-manger: #fc952e;
1232
- --unnamed-color-c7c6c6: #c7c6c6;
1233
- --unnamed-color-575f6b: #575f6b;
1234
- --unnamed-color-ff6462: #ff6462;
1235
- --unnamed-color-f28f2c: #f28f2c;
1236
- --unnamed-color-cecbcb: #cecbcb;
1237
- --unnamed-color-e3e0e0: #e3e0e0;
1238
- --unnamed-color-f8f8fc: #f8f8fc;
1239
- --unnamed-color-818181: #818181;
1240
- --unnamed-color-a4a7af: #a4a7af;
1241
- --unnamed-color-1999b1: #1999b1;
1242
- --unnamed-color-586c8a80: #586c8a80;
1243
- --unnamed-color-edeef2: #edeef2;
1244
- --unnamed-color-e0e1e7: #e0e1e7;
1245
- --unnamed-color-00d7ff: #00d7ff;
1246
- --unnamed-color-000000: #000;
1247
- --unnamed-color-2b2b2b: #2b2b2b;
1248
- --unnamed-color-ffffff: #fff;
1249
- --unnamed-color-707070: #707070;
1250
- --unnamed-color-2d3233: #2d3233;
1251
- --unnamed-font-family-helvetica-neue: Helvetica Neue;
1252
- --unnamed-font-style-normal: normal;
1253
- --unnamed-font-weight-bold: bold;
1254
- --unnamed-font-weight-medium: medium;
1255
- --unnamed-font-weight-normal: normal;
1256
- --unnamed-font-size-16: 16px;
1257
- --unnamed-font-size-20: 20px;
1258
- --unnamed-font-size-22: 22px;
1259
- --unnamed-font-size-33: 33px;
1260
- --unnamed-character-spacing-0: 0px;
1261
- --unnamed-character-spacing-2-4: 2.4px;
1262
- --unnamed-line-spacing-19: 19px;
1263
- --unnamed-line-spacing-25: 25px;
1264
- --unnamed-line-spacing-27: 27px;
1265
- --unnamed-line-spacing-40: 40px;
1266
- }
1267
-
1268
- @media (prefers-color-scheme: dark) {
1269
- #retorik-shadow body {
1270
- --ion-color-primary: #428cff;
1271
- --ion-color-primary-rgb: 66, 140, 255;
1272
- --ion-color-primary-contrast: #fff;
1273
- --ion-color-primary-contrast-rgb: 255, 255, 255;
1274
- --ion-color-primary-shade: #3a7be0;
1275
- --ion-color-primary-tint: #5598ff;
1276
- --ion-color-secondary: #50c8ff;
1277
- --ion-color-secondary-rgb: 80, 200, 255;
1278
- --ion-color-secondary-contrast: #fff;
1279
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
1280
- --ion-color-secondary-shade: #46b0e0;
1281
- --ion-color-secondary-tint: #62ceff;
1282
- --ion-color-tertiary: #6a64ff;
1283
- --ion-color-tertiary-rgb: 106, 100, 255;
1284
- --ion-color-tertiary-contrast: #fff;
1285
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
1286
- --ion-color-tertiary-shade: #5d58e0;
1287
- --ion-color-tertiary-tint: #7974ff;
1288
- --ion-color-success: #2fdf75;
1289
- --ion-color-success-rgb: 47, 223, 117;
1290
- --ion-color-success-contrast: #000;
1291
- --ion-color-success-contrast-rgb: 0, 0, 0;
1292
- --ion-color-success-shade: #29c467;
1293
- --ion-color-success-tint: #44e283;
1294
- --ion-color-warning: #ffd534;
1295
- --ion-color-warning-rgb: 255, 213, 52;
1296
- --ion-color-warning-contrast: #000;
1297
- --ion-color-warning-contrast-rgb: 0, 0, 0;
1298
- --ion-color-warning-shade: #e0bb2e;
1299
- --ion-color-warning-tint: #ffd948;
1300
- --ion-color-danger: #ff4961;
1301
- --ion-color-danger-rgb: 255, 73, 97;
1302
- --ion-color-danger-contrast: #fff;
1303
- --ion-color-danger-contrast-rgb: 255, 255, 255;
1304
- --ion-color-danger-shade: #e04055;
1305
- --ion-color-danger-tint: #ff5b71;
1306
- --ion-color-dark: #f4f5f8;
1307
- --ion-color-dark-rgb: 244, 245, 248;
1308
- --ion-color-dark-contrast: #000;
1309
- --ion-color-dark-contrast-rgb: 0, 0, 0;
1310
- --ion-color-dark-shade: #d7d8da;
1311
- --ion-color-dark-tint: #f5f6f9;
1312
- --ion-color-medium: #989aa2;
1313
- --ion-color-medium-rgb: 152, 154, 162;
1314
- --ion-color-medium-contrast: #000;
1315
- --ion-color-medium-contrast-rgb: 0, 0, 0;
1316
- --ion-color-medium-shade: #86888f;
1317
- --ion-color-medium-tint: #a2a4ab;
1318
- --ion-color-light: #222428;
1319
- --ion-color-light-rgb: 34, 36, 40;
1320
- --ion-color-light-contrast: #fff;
1321
- --ion-color-light-contrast-rgb: 255, 255, 255;
1322
- --ion-color-light-shade: #1e2023;
1323
- --ion-color-light-tint: #383a3e;
1324
- }
1325
-
1326
- #retorik-shadow .ios body {
1327
- --ion-background-color: #000;
1328
- --ion-background-color-rgb: 0, 0, 0;
1329
- --ion-text-color: #fff;
1330
- --ion-text-color-rgb: 255, 255, 255;
1331
- --ion-color-step-50: #0d0d0d;
1332
- --ion-color-step-100: #1a1a1a;
1333
- --ion-color-step-150: #262626;
1334
- --ion-color-step-200: #333;
1335
- --ion-color-step-250: #404040;
1336
- --ion-color-step-300: #4d4d4d;
1337
- --ion-color-step-350: #595959;
1338
- --ion-color-step-400: #666;
1339
- --ion-color-step-450: #737373;
1340
- --ion-color-step-500: gray;
1341
- --ion-color-step-550: #8c8c8c;
1342
- --ion-color-step-600: #999;
1343
- --ion-color-step-650: #a6a6a6;
1344
- --ion-color-step-700: #b3b3b3;
1345
- --ion-color-step-750: #bfbfbf;
1346
- --ion-color-step-800: #ccc;
1347
- --ion-color-step-850: #d9d9d9;
1348
- --ion-color-step-900: #e6e6e6;
1349
- --ion-color-step-950: #f2f2f2;
1350
- --ion-item-background: #000;
1351
- --ion-card-background: #1c1c1d;
1352
- }
1353
-
1354
- #retorik-shadow .ios ion-modal {
1355
- --ion-background-color: var(--ion-color-step-100);
1356
- --ion-toolbar-background: var(--ion-color-step-150);
1357
- --ion-toolbar-border-color: var(--ion-color-step-250);
1358
- }
1359
-
1360
- #retorik-shadow .md body {
1361
- --ion-background-color: #121212;
1362
- --ion-background-color-rgb: 18, 18, 18;
1363
- --ion-text-color: #fff;
1364
- --ion-text-color-rgb: 255, 255, 255;
1365
- --ion-border-color: #222;
1366
- --ion-color-step-50: #1e1e1e;
1367
- --ion-color-step-100: #2a2a2a;
1368
- --ion-color-step-150: #363636;
1369
- --ion-color-step-200: #414141;
1370
- --ion-color-step-250: #4d4d4d;
1371
- --ion-color-step-300: #595959;
1372
- --ion-color-step-350: #656565;
1373
- --ion-color-step-400: #717171;
1374
- --ion-color-step-450: #7d7d7d;
1375
- --ion-color-step-500: #898989;
1376
- --ion-color-step-550: #949494;
1377
- --ion-color-step-600: #a0a0a0;
1378
- --ion-color-step-650: #acacac;
1379
- --ion-color-step-700: #b8b8b8;
1380
- --ion-color-step-750: #c4c4c4;
1381
- --ion-color-step-800: #d0d0d0;
1382
- --ion-color-step-850: #dbdbdb;
1383
- --ion-color-step-900: #e7e7e7;
1384
- --ion-color-step-950: #f3f3f3;
1385
- --ion-item-background: #1e1e1e;
1386
- --ion-toolbar-background: #1f1f1f;
1387
- --ion-tab-bar-background: #1f1f1f;
1388
- --ion-card-background: #1e1e1e;
1389
- }
1390
- }
1391
-
1392
- @font-face {
1393
- font-family: Helvetica Neue;
1394
- src: url("helveticaneue.c9e4be64.ttf") format("truetype");
1395
- }
1396
-
1397
- :root {
1398
- --ion-color-primary: #3880ff;
1399
- --ion-color-primary-rgb: 56, 128, 255;
1400
- --ion-color-primary-contrast: #fff;
1401
- --ion-color-primary-contrast-rgb: 255, 255, 255;
1402
- --ion-color-primary-shade: #3171e0;
1403
- --ion-color-primary-tint: #4c8dff;
1404
- --ion-color-secondary: #3dc2ff;
1405
- --ion-color-secondary-rgb: 61, 194, 255;
1406
- --ion-color-secondary-contrast: #fff;
1407
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
1408
- --ion-color-secondary-shade: #36abe0;
1409
- --ion-color-secondary-tint: #50c8ff;
1410
- --ion-color-tertiary: #5260ff;
1411
- --ion-color-tertiary-rgb: 82, 96, 255;
1412
- --ion-color-tertiary-contrast: #fff;
1413
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
1414
- --ion-color-tertiary-shade: #4854e0;
1415
- --ion-color-tertiary-tint: #6370ff;
1416
- --ion-color-success: #2dd36f;
1417
- --ion-color-success-rgb: 45, 211, 111;
1418
- --ion-color-success-contrast: #fff;
1419
- --ion-color-success-contrast-rgb: 255, 255, 255;
1420
- --ion-color-success-shade: #28ba62;
1421
- --ion-color-success-tint: #42d77d;
1422
- --ion-color-warning: #ffc409;
1423
- --ion-color-warning-rgb: 255, 196, 9;
1424
- --ion-color-warning-contrast: #000;
1425
- --ion-color-warning-contrast-rgb: 0, 0, 0;
1426
- --ion-color-warning-shade: #e0ac08;
1427
- --ion-color-warning-tint: #ffca22;
1428
- --ion-color-danger: #eb445a;
1429
- --ion-color-danger-rgb: 235, 68, 90;
1430
- --ion-color-danger-contrast: #fff;
1431
- --ion-color-danger-contrast-rgb: 255, 255, 255;
1432
- --ion-color-danger-shade: #cf3c4f;
1433
- --ion-color-danger-tint: #ed576b;
1434
- --ion-color-dark: #222428;
1435
- --ion-color-dark-rgb: 34, 36, 40;
1436
- --ion-color-dark-contrast: #fff;
1437
- --ion-color-dark-contrast-rgb: 255, 255, 255;
1438
- --ion-color-dark-shade: #1e2023;
1439
- --ion-color-dark-tint: #383a3e;
1440
- --ion-color-medium: #92949c;
1441
- --ion-color-medium-rgb: 146, 148, 156;
1442
- --ion-color-medium-contrast: #fff;
1443
- --ion-color-medium-contrast-rgb: 255, 255, 255;
1444
- --ion-color-medium-shade: #808289;
1445
- --ion-color-medium-tint: #9d9fa6;
1446
- --ion-color-light: #f4f5f8;
1447
- --ion-color-light-rgb: 244, 245, 248;
1448
- --ion-color-light-contrast: #000;
1449
- --ion-color-light-contrast-rgb: 0, 0, 0;
1450
- --ion-color-light-shade: #d7d8da;
1451
- --ion-color-light-tint: #f5f6f9;
1452
- --services: #00c8bc;
1453
- --prod-locaux: #afb942;
1454
- --a-voir: #76ab2a;
1455
- --ou-dormir: #9f007d;
1456
- --a-faire: #e23c2a;
1457
- --ou-manger: #fc952e;
1458
- --unnamed-color-c7c6c6: #c7c6c6;
1459
- --unnamed-color-575f6b: #575f6b;
1460
- --unnamed-color-ff6462: #ff6462;
1461
- --unnamed-color-f28f2c: #f28f2c;
1462
- --unnamed-color-cecbcb: #cecbcb;
1463
- --unnamed-color-e3e0e0: #e3e0e0;
1464
- --unnamed-color-f8f8fc: #f8f8fc;
1465
- --unnamed-color-818181: #818181;
1466
- --unnamed-color-a4a7af: #a4a7af;
1467
- --unnamed-color-1999b1: #1999b1;
1468
- --unnamed-color-586c8a80: #586c8a80;
1469
- --unnamed-color-edeef2: #edeef2;
1470
- --unnamed-color-e0e1e7: #e0e1e7;
1471
- --unnamed-color-00d7ff: #00d7ff;
1472
- --unnamed-color-000000: #000;
1473
- --unnamed-color-2b2b2b: #2b2b2b;
1474
- --unnamed-color-ffffff: #fff;
1475
- --unnamed-color-707070: #707070;
1476
- --unnamed-color-2d3233: #2d3233;
1477
- --unnamed-font-family-helvetica-neue: Helvetica Neue;
1478
- --unnamed-font-style-normal: normal;
1479
- --unnamed-font-weight-bold: bold;
1480
- --unnamed-font-weight-medium: medium;
1481
- --unnamed-font-weight-normal: normal;
1482
- --unnamed-font-size-16: 16px;
1483
- --unnamed-font-size-20: 20px;
1484
- --unnamed-font-size-22: 22px;
1485
- --unnamed-font-size-33: 33px;
1486
- --unnamed-character-spacing-0: 0px;
1487
- --unnamed-character-spacing-2-4: 2.4px;
1488
- --unnamed-line-spacing-19: 19px;
1489
- --unnamed-line-spacing-25: 25px;
1490
- --unnamed-line-spacing-27: 27px;
1491
- --unnamed-line-spacing-40: 40px;
1492
- }
1493
-
1494
- @media (prefers-color-scheme: dark) {
1495
- body {
1496
- --ion-color-primary: #428cff;
1497
- --ion-color-primary-rgb: 66, 140, 255;
1498
- --ion-color-primary-contrast: #fff;
1499
- --ion-color-primary-contrast-rgb: 255, 255, 255;
1500
- --ion-color-primary-shade: #3a7be0;
1501
- --ion-color-primary-tint: #5598ff;
1502
- --ion-color-secondary: #50c8ff;
1503
- --ion-color-secondary-rgb: 80, 200, 255;
1504
- --ion-color-secondary-contrast: #fff;
1505
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
1506
- --ion-color-secondary-shade: #46b0e0;
1507
- --ion-color-secondary-tint: #62ceff;
1508
- --ion-color-tertiary: #6a64ff;
1509
- --ion-color-tertiary-rgb: 106, 100, 255;
1510
- --ion-color-tertiary-contrast: #fff;
1511
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
1512
- --ion-color-tertiary-shade: #5d58e0;
1513
- --ion-color-tertiary-tint: #7974ff;
1514
- --ion-color-success: #2fdf75;
1515
- --ion-color-success-rgb: 47, 223, 117;
1516
- --ion-color-success-contrast: #000;
1517
- --ion-color-success-contrast-rgb: 0, 0, 0;
1518
- --ion-color-success-shade: #29c467;
1519
- --ion-color-success-tint: #44e283;
1520
- --ion-color-warning: #ffd534;
1521
- --ion-color-warning-rgb: 255, 213, 52;
1522
- --ion-color-warning-contrast: #000;
1523
- --ion-color-warning-contrast-rgb: 0, 0, 0;
1524
- --ion-color-warning-shade: #e0bb2e;
1525
- --ion-color-warning-tint: #ffd948;
1526
- --ion-color-danger: #ff4961;
1527
- --ion-color-danger-rgb: 255, 73, 97;
1528
- --ion-color-danger-contrast: #fff;
1529
- --ion-color-danger-contrast-rgb: 255, 255, 255;
1530
- --ion-color-danger-shade: #e04055;
1531
- --ion-color-danger-tint: #ff5b71;
1532
- --ion-color-dark: #f4f5f8;
1533
- --ion-color-dark-rgb: 244, 245, 248;
1534
- --ion-color-dark-contrast: #000;
1535
- --ion-color-dark-contrast-rgb: 0, 0, 0;
1536
- --ion-color-dark-shade: #d7d8da;
1537
- --ion-color-dark-tint: #f5f6f9;
1538
- --ion-color-medium: #989aa2;
1539
- --ion-color-medium-rgb: 152, 154, 162;
1540
- --ion-color-medium-contrast: #000;
1541
- --ion-color-medium-contrast-rgb: 0, 0, 0;
1542
- --ion-color-medium-shade: #86888f;
1543
- --ion-color-medium-tint: #a2a4ab;
1544
- --ion-color-light: #222428;
1545
- --ion-color-light-rgb: 34, 36, 40;
1546
- --ion-color-light-contrast: #fff;
1547
- --ion-color-light-contrast-rgb: 255, 255, 255;
1548
- --ion-color-light-shade: #1e2023;
1549
- --ion-color-light-tint: #383a3e;
1550
- }
1551
-
1552
- .ios body {
1553
- --ion-background-color: #000;
1554
- --ion-background-color-rgb: 0, 0, 0;
1555
- --ion-text-color: #fff;
1556
- --ion-text-color-rgb: 255, 255, 255;
1557
- --ion-color-step-50: #0d0d0d;
1558
- --ion-color-step-100: #1a1a1a;
1559
- --ion-color-step-150: #262626;
1560
- --ion-color-step-200: #333;
1561
- --ion-color-step-250: #404040;
1562
- --ion-color-step-300: #4d4d4d;
1563
- --ion-color-step-350: #595959;
1564
- --ion-color-step-400: #666;
1565
- --ion-color-step-450: #737373;
1566
- --ion-color-step-500: gray;
1567
- --ion-color-step-550: #8c8c8c;
1568
- --ion-color-step-600: #999;
1569
- --ion-color-step-650: #a6a6a6;
1570
- --ion-color-step-700: #b3b3b3;
1571
- --ion-color-step-750: #bfbfbf;
1572
- --ion-color-step-800: #ccc;
1573
- --ion-color-step-850: #d9d9d9;
1574
- --ion-color-step-900: #e6e6e6;
1575
- --ion-color-step-950: #f2f2f2;
1576
- --ion-item-background: #000;
1577
- --ion-card-background: #1c1c1d;
1578
- }
1579
-
1580
- .ios ion-modal {
1581
- --ion-background-color: var(--ion-color-step-100);
1582
- --ion-toolbar-background: var(--ion-color-step-150);
1583
- --ion-toolbar-border-color: var(--ion-color-step-250);
1584
- }
1585
-
1586
- .md body {
1587
- --ion-background-color: #121212;
1588
- --ion-background-color-rgb: 18, 18, 18;
1589
- --ion-text-color: #fff;
1590
- --ion-text-color-rgb: 255, 255, 255;
1591
- --ion-border-color: #222;
1592
- --ion-color-step-50: #1e1e1e;
1593
- --ion-color-step-100: #2a2a2a;
1594
- --ion-color-step-150: #363636;
1595
- --ion-color-step-200: #414141;
1596
- --ion-color-step-250: #4d4d4d;
1597
- --ion-color-step-300: #595959;
1598
- --ion-color-step-350: #656565;
1599
- --ion-color-step-400: #717171;
1600
- --ion-color-step-450: #7d7d7d;
1601
- --ion-color-step-500: #898989;
1602
- --ion-color-step-550: #949494;
1603
- --ion-color-step-600: #a0a0a0;
1604
- --ion-color-step-650: #acacac;
1605
- --ion-color-step-700: #b8b8b8;
1606
- --ion-color-step-750: #c4c4c4;
1607
- --ion-color-step-800: #d0d0d0;
1608
- --ion-color-step-850: #dbdbdb;
1609
- --ion-color-step-900: #e7e7e7;
1610
- --ion-color-step-950: #f3f3f3;
1611
- --ion-item-background: #1e1e1e;
1612
- --ion-toolbar-background: #1f1f1f;
1613
- --ion-tab-bar-background: #1f1f1f;
1614
- --ion-card-background: #1e1e1e;
1615
- }
1616
- }
1617
1076
  /*# sourceMappingURL=index.css.map */