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