@paperless/angular 2.6.0 → 2.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -100,52 +100,56 @@
100
100
  height: 1.5rem !important
101
101
  }
102
102
 
103
- .w-1\/12 {
104
- width: 8.333333% !important
103
+ .w-6 {
104
+ width: 1.5rem !important
105
105
  }
106
106
 
107
- .w-10\/12 {
108
- width: 83.333333% !important
107
+ .w-\[calc\(\$\{sizes\.default\}\/12\*100\%-0\.5rem\)\] {
108
+ width: calc(${sizes.default} / 12 * 100% - 0.5rem) !important
109
109
  }
110
110
 
111
- .w-11\/12 {
112
- width: 91.666667% !important
111
+ .w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
112
+ width: calc(1 / 12 * 100% - 0.5rem) !important
113
113
  }
114
114
 
115
- .w-2\/12 {
116
- width: 16.666667% !important
115
+ .w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
116
+ width: calc(10 / 12 * 100% - 0.5rem) !important
117
117
  }
118
118
 
119
- .w-3\/12 {
120
- width: 25% !important
119
+ .w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
120
+ width: calc(11 / 12 * 100% - 0.5rem) !important
121
121
  }
122
122
 
123
- .w-4\/12 {
124
- width: 33.333333% !important
123
+ .w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
124
+ width: calc(2 / 12 * 100% - 0.5rem) !important
125
125
  }
126
126
 
127
- .w-5\/12 {
128
- width: 41.666667% !important
127
+ .w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
128
+ width: calc(3 / 12 * 100% - 0.5rem) !important
129
129
  }
130
130
 
131
- .w-6 {
132
- width: 1.5rem !important
131
+ .w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
132
+ width: calc(4 / 12 * 100% - 0.5rem) !important
133
133
  }
134
134
 
135
- .w-6\/12 {
136
- width: 50% !important
135
+ .w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
136
+ width: calc(5 / 12 * 100% - 0.5rem) !important
137
137
  }
138
138
 
139
- .w-7\/12 {
140
- width: 58.333333% !important
139
+ .w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
140
+ width: calc(6 / 12 * 100% - 0.5rem) !important
141
141
  }
142
142
 
143
- .w-8\/12 {
144
- width: 66.666667% !important
143
+ .w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
144
+ width: calc(7 / 12 * 100% - 0.5rem) !important
145
145
  }
146
146
 
147
- .w-9\/12 {
148
- width: 75% !important
147
+ .w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
148
+ width: calc(8 / 12 * 100% - 0.5rem) !important
149
+ }
150
+
151
+ .w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
152
+ width: calc(9 / 12 * 100% - 0.5rem) !important
149
153
  }
150
154
 
151
155
  .w-auto {
@@ -156,10 +160,6 @@
156
160
  width: 100% !important
157
161
  }
158
162
 
159
- .min-w-0 {
160
- min-width: 0px !important
161
- }
162
-
163
163
  .flex-1 {
164
164
  flex: 1 1 0% !important
165
165
  }
@@ -264,6 +264,10 @@
264
264
  overflow-x: auto !important
265
265
  }
266
266
 
267
+ .text-ellipsis {
268
+ text-overflow: ellipsis !important
269
+ }
270
+
267
271
  .rounded {
268
272
  border-radius: 0.25rem !important
269
273
  }
@@ -280,6 +284,18 @@
280
284
  padding-right: 1rem !important
281
285
  }
282
286
 
287
+ .text-center {
288
+ text-align: center !important
289
+ }
290
+
291
+ .text-start {
292
+ text-align: start !important
293
+ }
294
+
295
+ .text-end {
296
+ text-align: end !important
297
+ }
298
+
283
299
  .font-semibold {
284
300
  font-weight: 600 !important
285
301
  }
@@ -511,48 +527,48 @@
511
527
  display: none !important
512
528
  }
513
529
 
514
- .tablet\:w-1\/12 {
515
- width: 8.333333% !important
530
+ .tablet\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
531
+ width: calc(1 / 12 * 100% - 0.5rem) !important
516
532
  }
517
533
 
518
- .tablet\:w-10\/12 {
519
- width: 83.333333% !important
534
+ .tablet\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
535
+ width: calc(10 / 12 * 100% - 0.5rem) !important
520
536
  }
521
537
 
522
- .tablet\:w-11\/12 {
523
- width: 91.666667% !important
538
+ .tablet\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
539
+ width: calc(11 / 12 * 100% - 0.5rem) !important
524
540
  }
525
541
 
526
- .tablet\:w-2\/12 {
527
- width: 16.666667% !important
542
+ .tablet\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
543
+ width: calc(2 / 12 * 100% - 0.5rem) !important
528
544
  }
529
545
 
530
- .tablet\:w-3\/12 {
531
- width: 25% !important
546
+ .tablet\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
547
+ width: calc(3 / 12 * 100% - 0.5rem) !important
532
548
  }
533
549
 
534
- .tablet\:w-4\/12 {
535
- width: 33.333333% !important
550
+ .tablet\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
551
+ width: calc(4 / 12 * 100% - 0.5rem) !important
536
552
  }
537
553
 
538
- .tablet\:w-5\/12 {
539
- width: 41.666667% !important
554
+ .tablet\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
555
+ width: calc(5 / 12 * 100% - 0.5rem) !important
540
556
  }
541
557
 
542
- .tablet\:w-6\/12 {
543
- width: 50% !important
558
+ .tablet\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
559
+ width: calc(6 / 12 * 100% - 0.5rem) !important
544
560
  }
545
561
 
546
- .tablet\:w-7\/12 {
547
- width: 58.333333% !important
562
+ .tablet\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
563
+ width: calc(7 / 12 * 100% - 0.5rem) !important
548
564
  }
549
565
 
550
- .tablet\:w-8\/12 {
551
- width: 66.666667% !important
566
+ .tablet\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
567
+ width: calc(8 / 12 * 100% - 0.5rem) !important
552
568
  }
553
569
 
554
- .tablet\:w-9\/12 {
555
- width: 75% !important
570
+ .tablet\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
571
+ width: calc(9 / 12 * 100% - 0.5rem) !important
556
572
  }
557
573
 
558
574
  .tablet\:w-auto {
@@ -585,48 +601,52 @@
585
601
  display: none !important
586
602
  }
587
603
 
588
- .desktop-xs\:w-1\/12 {
589
- width: 8.333333% !important
604
+ .desktop-xs\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
605
+ width: calc(1 / 12 * 100% - 0.5rem) !important
590
606
  }
591
607
 
592
- .desktop-xs\:w-10\/12 {
593
- width: 83.333333% !important
608
+ .desktop-xs\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
609
+ width: calc(10 / 12 * 100% - 0.5rem) !important
594
610
  }
595
611
 
596
- .desktop-xs\:w-11\/12 {
597
- width: 91.666667% !important
612
+ .desktop-xs\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
613
+ width: calc(11 / 12 * 100% - 0.5rem) !important
598
614
  }
599
615
 
600
- .desktop-xs\:w-2\/12 {
601
- width: 16.666667% !important
616
+ .desktop-xs\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
617
+ width: calc(12 / 12 * 100% - 0.5rem) !important
602
618
  }
603
619
 
604
- .desktop-xs\:w-3\/12 {
605
- width: 25% !important
620
+ .desktop-xs\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
621
+ width: calc(2 / 12 * 100% - 0.5rem) !important
606
622
  }
607
623
 
608
- .desktop-xs\:w-4\/12 {
609
- width: 33.333333% !important
624
+ .desktop-xs\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
625
+ width: calc(3 / 12 * 100% - 0.5rem) !important
610
626
  }
611
627
 
612
- .desktop-xs\:w-5\/12 {
613
- width: 41.666667% !important
628
+ .desktop-xs\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
629
+ width: calc(4 / 12 * 100% - 0.5rem) !important
614
630
  }
615
631
 
616
- .desktop-xs\:w-6\/12 {
617
- width: 50% !important
632
+ .desktop-xs\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
633
+ width: calc(5 / 12 * 100% - 0.5rem) !important
618
634
  }
619
635
 
620
- .desktop-xs\:w-7\/12 {
621
- width: 58.333333% !important
636
+ .desktop-xs\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
637
+ width: calc(6 / 12 * 100% - 0.5rem) !important
622
638
  }
623
639
 
624
- .desktop-xs\:w-8\/12 {
625
- width: 66.666667% !important
640
+ .desktop-xs\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
641
+ width: calc(7 / 12 * 100% - 0.5rem) !important
626
642
  }
627
643
 
628
- .desktop-xs\:w-9\/12 {
629
- width: 75% !important
644
+ .desktop-xs\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
645
+ width: calc(8 / 12 * 100% - 0.5rem) !important
646
+ }
647
+
648
+ .desktop-xs\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
649
+ width: calc(9 / 12 * 100% - 0.5rem) !important
630
650
  }
631
651
 
632
652
  .desktop-xs\:pr-0 {
@@ -655,48 +675,52 @@
655
675
  display: none !important
656
676
  }
657
677
 
658
- .desktop-sm\:w-1\/12 {
659
- width: 8.333333% !important
678
+ .desktop-sm\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
679
+ width: calc(1 / 12 * 100% - 0.5rem) !important
680
+ }
681
+
682
+ .desktop-sm\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
683
+ width: calc(10 / 12 * 100% - 0.5rem) !important
660
684
  }
661
685
 
662
- .desktop-sm\:w-10\/12 {
663
- width: 83.333333% !important
686
+ .desktop-sm\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
687
+ width: calc(11 / 12 * 100% - 0.5rem) !important
664
688
  }
665
689
 
666
- .desktop-sm\:w-11\/12 {
667
- width: 91.666667% !important
690
+ .desktop-sm\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
691
+ width: calc(12 / 12 * 100% - 0.5rem) !important
668
692
  }
669
693
 
670
- .desktop-sm\:w-2\/12 {
671
- width: 16.666667% !important
694
+ .desktop-sm\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
695
+ width: calc(2 / 12 * 100% - 0.5rem) !important
672
696
  }
673
697
 
674
- .desktop-sm\:w-3\/12 {
675
- width: 25% !important
698
+ .desktop-sm\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
699
+ width: calc(3 / 12 * 100% - 0.5rem) !important
676
700
  }
677
701
 
678
- .desktop-sm\:w-4\/12 {
679
- width: 33.333333% !important
702
+ .desktop-sm\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
703
+ width: calc(4 / 12 * 100% - 0.5rem) !important
680
704
  }
681
705
 
682
- .desktop-sm\:w-5\/12 {
683
- width: 41.666667% !important
706
+ .desktop-sm\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
707
+ width: calc(5 / 12 * 100% - 0.5rem) !important
684
708
  }
685
709
 
686
- .desktop-sm\:w-6\/12 {
687
- width: 50% !important
710
+ .desktop-sm\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
711
+ width: calc(6 / 12 * 100% - 0.5rem) !important
688
712
  }
689
713
 
690
- .desktop-sm\:w-7\/12 {
691
- width: 58.333333% !important
714
+ .desktop-sm\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
715
+ width: calc(7 / 12 * 100% - 0.5rem) !important
692
716
  }
693
717
 
694
- .desktop-sm\:w-8\/12 {
695
- width: 66.666667% !important
718
+ .desktop-sm\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
719
+ width: calc(8 / 12 * 100% - 0.5rem) !important
696
720
  }
697
721
 
698
- .desktop-sm\:w-9\/12 {
699
- width: 75% !important
722
+ .desktop-sm\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
723
+ width: calc(9 / 12 * 100% - 0.5rem) !important
700
724
  }
701
725
 
702
726
  .desktop-sm\:pr-0 {
@@ -725,48 +749,52 @@
725
749
  display: none !important
726
750
  }
727
751
 
728
- .desktop\:w-1\/12 {
729
- width: 8.333333% !important
752
+ .desktop\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
753
+ width: calc(1 / 12 * 100% - 0.5rem) !important
730
754
  }
731
755
 
732
- .desktop\:w-10\/12 {
733
- width: 83.333333% !important
756
+ .desktop\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
757
+ width: calc(10 / 12 * 100% - 0.5rem) !important
734
758
  }
735
759
 
736
- .desktop\:w-11\/12 {
737
- width: 91.666667% !important
760
+ .desktop\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
761
+ width: calc(11 / 12 * 100% - 0.5rem) !important
738
762
  }
739
763
 
740
- .desktop\:w-2\/12 {
741
- width: 16.666667% !important
764
+ .desktop\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
765
+ width: calc(12 / 12 * 100% - 0.5rem) !important
742
766
  }
743
767
 
744
- .desktop\:w-3\/12 {
745
- width: 25% !important
768
+ .desktop\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
769
+ width: calc(2 / 12 * 100% - 0.5rem) !important
746
770
  }
747
771
 
748
- .desktop\:w-4\/12 {
749
- width: 33.333333% !important
772
+ .desktop\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
773
+ width: calc(3 / 12 * 100% - 0.5rem) !important
750
774
  }
751
775
 
752
- .desktop\:w-5\/12 {
753
- width: 41.666667% !important
776
+ .desktop\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
777
+ width: calc(4 / 12 * 100% - 0.5rem) !important
754
778
  }
755
779
 
756
- .desktop\:w-6\/12 {
757
- width: 50% !important
780
+ .desktop\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
781
+ width: calc(5 / 12 * 100% - 0.5rem) !important
758
782
  }
759
783
 
760
- .desktop\:w-7\/12 {
761
- width: 58.333333% !important
784
+ .desktop\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
785
+ width: calc(6 / 12 * 100% - 0.5rem) !important
762
786
  }
763
787
 
764
- .desktop\:w-8\/12 {
765
- width: 66.666667% !important
788
+ .desktop\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
789
+ width: calc(7 / 12 * 100% - 0.5rem) !important
766
790
  }
767
791
 
768
- .desktop\:w-9\/12 {
769
- width: 75% !important
792
+ .desktop\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
793
+ width: calc(8 / 12 * 100% - 0.5rem) !important
794
+ }
795
+
796
+ .desktop\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
797
+ width: calc(9 / 12 * 100% - 0.5rem) !important
770
798
  }
771
799
 
772
800
  .desktop\:pr-0 {
@@ -795,48 +823,52 @@
795
823
  display: none !important
796
824
  }
797
825
 
798
- .desktop-lg\:w-1\/12 {
799
- width: 8.333333% !important
826
+ .desktop-lg\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
827
+ width: calc(1 / 12 * 100% - 0.5rem) !important
828
+ }
829
+
830
+ .desktop-lg\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
831
+ width: calc(10 / 12 * 100% - 0.5rem) !important
800
832
  }
801
833
 
802
- .desktop-lg\:w-10\/12 {
803
- width: 83.333333% !important
834
+ .desktop-lg\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
835
+ width: calc(11 / 12 * 100% - 0.5rem) !important
804
836
  }
805
837
 
806
- .desktop-lg\:w-11\/12 {
807
- width: 91.666667% !important
838
+ .desktop-lg\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
839
+ width: calc(12 / 12 * 100% - 0.5rem) !important
808
840
  }
809
841
 
810
- .desktop-lg\:w-2\/12 {
811
- width: 16.666667% !important
842
+ .desktop-lg\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
843
+ width: calc(2 / 12 * 100% - 0.5rem) !important
812
844
  }
813
845
 
814
- .desktop-lg\:w-3\/12 {
815
- width: 25% !important
846
+ .desktop-lg\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
847
+ width: calc(3 / 12 * 100% - 0.5rem) !important
816
848
  }
817
849
 
818
- .desktop-lg\:w-4\/12 {
819
- width: 33.333333% !important
850
+ .desktop-lg\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
851
+ width: calc(4 / 12 * 100% - 0.5rem) !important
820
852
  }
821
853
 
822
- .desktop-lg\:w-5\/12 {
823
- width: 41.666667% !important
854
+ .desktop-lg\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
855
+ width: calc(5 / 12 * 100% - 0.5rem) !important
824
856
  }
825
857
 
826
- .desktop-lg\:w-6\/12 {
827
- width: 50% !important
858
+ .desktop-lg\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
859
+ width: calc(6 / 12 * 100% - 0.5rem) !important
828
860
  }
829
861
 
830
- .desktop-lg\:w-7\/12 {
831
- width: 58.333333% !important
862
+ .desktop-lg\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
863
+ width: calc(7 / 12 * 100% - 0.5rem) !important
832
864
  }
833
865
 
834
- .desktop-lg\:w-8\/12 {
835
- width: 66.666667% !important
866
+ .desktop-lg\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
867
+ width: calc(8 / 12 * 100% - 0.5rem) !important
836
868
  }
837
869
 
838
- .desktop-lg\:w-9\/12 {
839
- width: 75% !important
870
+ .desktop-lg\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
871
+ width: calc(9 / 12 * 100% - 0.5rem) !important
840
872
  }
841
873
 
842
874
  .desktop-lg\:pr-0 {
@@ -865,48 +897,52 @@
865
897
  display: none !important
866
898
  }
867
899
 
868
- .desktop-xl\:w-1\/12 {
869
- width: 8.333333% !important
900
+ .desktop-xl\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
901
+ width: calc(1 / 12 * 100% - 0.5rem) !important
902
+ }
903
+
904
+ .desktop-xl\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
905
+ width: calc(10 / 12 * 100% - 0.5rem) !important
870
906
  }
871
907
 
872
- .desktop-xl\:w-10\/12 {
873
- width: 83.333333% !important
908
+ .desktop-xl\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
909
+ width: calc(11 / 12 * 100% - 0.5rem) !important
874
910
  }
875
911
 
876
- .desktop-xl\:w-11\/12 {
877
- width: 91.666667% !important
912
+ .desktop-xl\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
913
+ width: calc(12 / 12 * 100% - 0.5rem) !important
878
914
  }
879
915
 
880
- .desktop-xl\:w-2\/12 {
881
- width: 16.666667% !important
916
+ .desktop-xl\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
917
+ width: calc(2 / 12 * 100% - 0.5rem) !important
882
918
  }
883
919
 
884
- .desktop-xl\:w-3\/12 {
885
- width: 25% !important
920
+ .desktop-xl\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
921
+ width: calc(3 / 12 * 100% - 0.5rem) !important
886
922
  }
887
923
 
888
- .desktop-xl\:w-4\/12 {
889
- width: 33.333333% !important
924
+ .desktop-xl\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
925
+ width: calc(4 / 12 * 100% - 0.5rem) !important
890
926
  }
891
927
 
892
- .desktop-xl\:w-5\/12 {
893
- width: 41.666667% !important
928
+ .desktop-xl\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
929
+ width: calc(5 / 12 * 100% - 0.5rem) !important
894
930
  }
895
931
 
896
- .desktop-xl\:w-6\/12 {
897
- width: 50% !important
932
+ .desktop-xl\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
933
+ width: calc(6 / 12 * 100% - 0.5rem) !important
898
934
  }
899
935
 
900
- .desktop-xl\:w-7\/12 {
901
- width: 58.333333% !important
936
+ .desktop-xl\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
937
+ width: calc(7 / 12 * 100% - 0.5rem) !important
902
938
  }
903
939
 
904
- .desktop-xl\:w-8\/12 {
905
- width: 66.666667% !important
940
+ .desktop-xl\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
941
+ width: calc(8 / 12 * 100% - 0.5rem) !important
906
942
  }
907
943
 
908
- .desktop-xl\:w-9\/12 {
909
- width: 75% !important
944
+ .desktop-xl\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
945
+ width: calc(9 / 12 * 100% - 0.5rem) !important
910
946
  }
911
947
 
912
948
  .desktop-xl\:pr-0 {