@@ -10770,6 +10770,10 @@ video {
10770
10770
cursor: move !important;
10771
10771
}
10772
10772
10773
+ .cursor-help {
10774
+ cursor: help !important;
10775
+ }
10776
+
10773
10777
.cursor-not-allowed {
10774
10778
cursor: not-allowed !important;
10775
10779
}
@@ -39362,6 +39366,10 @@ video {
39362
39366
cursor: move !important;
39363
39367
}
39364
39368
39369
+ .sm\:cursor-help {
39370
+ cursor: help !important;
39371
+ }
39372
+
39365
39373
.sm\:cursor-not-allowed {
39366
39374
cursor: not-allowed !important;
39367
39375
}
@@ -67911,6 +67919,10 @@ video {
67911
67919
cursor: move !important;
67912
67920
}
67913
67921
67922
+ .md\:cursor-help {
67923
+ cursor: help !important;
67924
+ }
67925
+
67914
67926
.md\:cursor-not-allowed {
67915
67927
cursor: not-allowed !important;
67916
67928
}
@@ -96460,6 +96472,10 @@ video {
96460
96472
cursor: move !important;
96461
96473
}
96462
96474
96475
+ .lg\:cursor-help {
96476
+ cursor: help !important;
96477
+ }
96478
+
96463
96479
.lg\:cursor-not-allowed {
96464
96480
cursor: not-allowed !important;
96465
96481
}
@@ -125009,6 +125025,10 @@ video {
125009
125025
cursor: move !important;
125010
125026
}
125011
125027
125028
+ .xl\:cursor-help {
125029
+ cursor: help !important;
125030
+ }
125031
+
125012
125032
.xl\:cursor-not-allowed {
125013
125033
cursor: not-allowed !important;
125014
125034
}
@@ -153558,6 +153578,10 @@ video {
153558
153578
cursor: move !important;
153559
153579
}
153560
153580
153581
+ .\32xl\:cursor-help {
153582
+ cursor: help !important;
153583
+ }
153584
+
153561
153585
.\32xl\:cursor-not-allowed {
153562
153586
cursor: not-allowed !important;
153563
153587
}
0 commit comments