croswil_comp_adm 2.0.19 → 2.0.20
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/bundle.css +25 -2
- package/dist/index.js +1 -1
- package/dist/safelist.js +19 -29
- package/package.json +2 -3
package/dist/bundle.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
1
3
|
/*************************************************************
|
|
2
4
|
_my.css
|
|
3
5
|
*************************************************************/
|
|
@@ -421,7 +423,11 @@ b {
|
|
|
421
423
|
|
|
422
424
|
.text-shadow {
|
|
423
425
|
/* Colore interno del testo */
|
|
424
|
-
text-shadow:
|
|
426
|
+
text-shadow:
|
|
427
|
+
-2px -2px 2px var(--color-50),
|
|
428
|
+
/* Spostamento orizzontale, spostamento verticale, sfocatura, colore */ 2px -2px 2px var(--color-50),
|
|
429
|
+
-2px 2px 2px var(--color-50),
|
|
430
|
+
2px 2px 2px var(--color-50);
|
|
425
431
|
}
|
|
426
432
|
|
|
427
433
|
@page {
|
|
@@ -444,6 +450,13 @@ b {
|
|
|
444
450
|
@apply uppercase text-black bg-c-100;
|
|
445
451
|
}
|
|
446
452
|
|
|
453
|
+
.konva-pt {
|
|
454
|
+
@apply px-2 py-0.5 text-xs bg-c-50 border-c-150 border;
|
|
455
|
+
transform: translateX(-50%) translateY(1rem);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
447
460
|
/*************************************************************
|
|
448
461
|
checkbox.css
|
|
449
462
|
*************************************************************/
|
|
@@ -556,6 +569,8 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
556
569
|
@apply bg-c-100;
|
|
557
570
|
}
|
|
558
571
|
|
|
572
|
+
|
|
573
|
+
|
|
559
574
|
/*************************************************************
|
|
560
575
|
json.css
|
|
561
576
|
*************************************************************/
|
|
@@ -648,6 +663,8 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
648
663
|
color: #0077aa;
|
|
649
664
|
}
|
|
650
665
|
|
|
666
|
+
|
|
667
|
+
|
|
651
668
|
/*************************************************************
|
|
652
669
|
markdown.css
|
|
653
670
|
*************************************************************/
|
|
@@ -756,6 +773,8 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
756
773
|
height: 100%;
|
|
757
774
|
}
|
|
758
775
|
|
|
776
|
+
|
|
777
|
+
|
|
759
778
|
/*************************************************************
|
|
760
779
|
markedit.css
|
|
761
780
|
*************************************************************/
|
|
@@ -897,6 +916,8 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
897
916
|
position: relative;
|
|
898
917
|
}
|
|
899
918
|
|
|
919
|
+
|
|
920
|
+
|
|
900
921
|
/*************************************************************
|
|
901
922
|
markelang.css
|
|
902
923
|
*************************************************************/
|
|
@@ -980,6 +1001,8 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
980
1001
|
color: purple;
|
|
981
1002
|
}
|
|
982
1003
|
|
|
1004
|
+
|
|
1005
|
+
|
|
983
1006
|
/*************************************************************
|
|
984
1007
|
vari.css
|
|
985
1008
|
*************************************************************/
|
|
@@ -990,7 +1013,7 @@ input[type='checkbox'].checkbox:disabled + label::before {
|
|
|
990
1013
|
right: 0;
|
|
991
1014
|
bottom: 0;
|
|
992
1015
|
left: 0;
|
|
993
|
-
z-index:
|
|
1016
|
+
z-index: 200;
|
|
994
1017
|
display: flex;
|
|
995
1018
|
flex-direction: column;
|
|
996
1019
|
align-items: center;
|