@paperless/angular 2.6.1 → 2.6.3
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/esm2020/lib/modules/table/components/table/table.component.mjs +8 -1
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +11 -11
- package/fesm2015/paperless-angular.mjs +17 -10
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +17 -10
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/paperless.css +176 -160
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -100,56 +100,52 @@
|
|
|
100
100
|
height: 1.5rem !important
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.w-
|
|
104
|
-
width:
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.w-10\/12 {
|
|
108
|
-
width: 83.333333% !important
|
|
103
|
+
.w-6 {
|
|
104
|
+
width: 1.5rem !important
|
|
109
105
|
}
|
|
110
106
|
|
|
111
|
-
.w
|
|
112
|
-
width:
|
|
107
|
+
.w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
108
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
113
109
|
}
|
|
114
110
|
|
|
115
|
-
.w
|
|
116
|
-
width:
|
|
111
|
+
.w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
112
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
117
113
|
}
|
|
118
114
|
|
|
119
|
-
.w
|
|
120
|
-
width:
|
|
115
|
+
.w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
116
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
121
117
|
}
|
|
122
118
|
|
|
123
|
-
.w
|
|
124
|
-
width:
|
|
119
|
+
.w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
120
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
125
121
|
}
|
|
126
122
|
|
|
127
|
-
.w
|
|
128
|
-
width:
|
|
123
|
+
.w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
124
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
129
125
|
}
|
|
130
126
|
|
|
131
|
-
.w
|
|
132
|
-
width:
|
|
127
|
+
.w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
128
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
133
129
|
}
|
|
134
130
|
|
|
135
|
-
.w
|
|
136
|
-
width:
|
|
131
|
+
.w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
132
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
137
133
|
}
|
|
138
134
|
|
|
139
|
-
.w
|
|
140
|
-
width:
|
|
135
|
+
.w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
136
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
141
137
|
}
|
|
142
138
|
|
|
143
|
-
.w
|
|
144
|
-
width:
|
|
139
|
+
.w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
140
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
145
141
|
}
|
|
146
142
|
|
|
147
|
-
.w
|
|
148
|
-
width:
|
|
143
|
+
.w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
144
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
149
145
|
}
|
|
150
146
|
|
|
151
|
-
.w
|
|
152
|
-
width:
|
|
147
|
+
.w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
148
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
153
149
|
}
|
|
154
150
|
|
|
155
151
|
.w-full {
|
|
@@ -523,48 +519,48 @@
|
|
|
523
519
|
display: none !important
|
|
524
520
|
}
|
|
525
521
|
|
|
526
|
-
.tablet\:w
|
|
527
|
-
width:
|
|
522
|
+
.tablet\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
523
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
528
524
|
}
|
|
529
525
|
|
|
530
|
-
.tablet\:w
|
|
531
|
-
width:
|
|
526
|
+
.tablet\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
527
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
532
528
|
}
|
|
533
529
|
|
|
534
|
-
.tablet\:w
|
|
535
|
-
width:
|
|
530
|
+
.tablet\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
531
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
536
532
|
}
|
|
537
533
|
|
|
538
|
-
.tablet\:w
|
|
539
|
-
width:
|
|
534
|
+
.tablet\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
535
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
540
536
|
}
|
|
541
537
|
|
|
542
|
-
.tablet\:w
|
|
543
|
-
width:
|
|
538
|
+
.tablet\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
539
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
544
540
|
}
|
|
545
541
|
|
|
546
|
-
.tablet\:w
|
|
547
|
-
width:
|
|
542
|
+
.tablet\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
543
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
548
544
|
}
|
|
549
545
|
|
|
550
|
-
.tablet\:w
|
|
551
|
-
width:
|
|
546
|
+
.tablet\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
547
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
552
548
|
}
|
|
553
549
|
|
|
554
|
-
.tablet\:w
|
|
555
|
-
width:
|
|
550
|
+
.tablet\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
551
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
556
552
|
}
|
|
557
553
|
|
|
558
|
-
.tablet\:w
|
|
559
|
-
width:
|
|
554
|
+
.tablet\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
555
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
560
556
|
}
|
|
561
557
|
|
|
562
|
-
.tablet\:w
|
|
563
|
-
width:
|
|
558
|
+
.tablet\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
559
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
564
560
|
}
|
|
565
561
|
|
|
566
|
-
.tablet\:w
|
|
567
|
-
width:
|
|
562
|
+
.tablet\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
563
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
568
564
|
}
|
|
569
565
|
|
|
570
566
|
.tablet\:w-auto {
|
|
@@ -597,48 +593,52 @@
|
|
|
597
593
|
display: none !important
|
|
598
594
|
}
|
|
599
595
|
|
|
600
|
-
.desktop-xs\:w
|
|
601
|
-
width:
|
|
596
|
+
.desktop-xs\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
597
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.desktop-xs\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
601
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
-
.desktop-xs\:w
|
|
605
|
-
width:
|
|
604
|
+
.desktop-xs\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
605
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
606
606
|
}
|
|
607
607
|
|
|
608
|
-
.desktop-xs\:w
|
|
609
|
-
width:
|
|
608
|
+
.desktop-xs\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
|
|
609
|
+
width: calc(12 / 12 * 100% - 0.5rem) !important
|
|
610
610
|
}
|
|
611
611
|
|
|
612
|
-
.desktop-xs\:w
|
|
613
|
-
width:
|
|
612
|
+
.desktop-xs\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
613
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
-
.desktop-xs\:w
|
|
617
|
-
width:
|
|
616
|
+
.desktop-xs\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
617
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
.desktop-xs\:w
|
|
621
|
-
width:
|
|
620
|
+
.desktop-xs\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
621
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
.desktop-xs\:w
|
|
625
|
-
width:
|
|
624
|
+
.desktop-xs\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
625
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
.desktop-xs\:w
|
|
629
|
-
width:
|
|
628
|
+
.desktop-xs\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
629
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
.desktop-xs\:w
|
|
633
|
-
width:
|
|
632
|
+
.desktop-xs\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
633
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
-
.desktop-xs\:w
|
|
637
|
-
width:
|
|
636
|
+
.desktop-xs\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
637
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
.desktop-xs\:w
|
|
641
|
-
width:
|
|
640
|
+
.desktop-xs\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
641
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.desktop-xs\:pr-0 {
|
|
@@ -667,48 +667,52 @@
|
|
|
667
667
|
display: none !important
|
|
668
668
|
}
|
|
669
669
|
|
|
670
|
-
.desktop-sm\:w
|
|
671
|
-
width:
|
|
670
|
+
.desktop-sm\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
671
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
-
.desktop-sm\:w
|
|
675
|
-
width:
|
|
674
|
+
.desktop-sm\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
675
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
.desktop-sm\:w
|
|
679
|
-
width:
|
|
678
|
+
.desktop-sm\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
679
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
.desktop-sm\:w
|
|
683
|
-
width:
|
|
682
|
+
.desktop-sm\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
|
|
683
|
+
width: calc(12 / 12 * 100% - 0.5rem) !important
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
.desktop-sm\:w
|
|
687
|
-
width:
|
|
686
|
+
.desktop-sm\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
687
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
-
.desktop-sm\:w
|
|
691
|
-
width:
|
|
690
|
+
.desktop-sm\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
691
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
-
.desktop-sm\:w
|
|
695
|
-
width:
|
|
694
|
+
.desktop-sm\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
695
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
696
696
|
}
|
|
697
697
|
|
|
698
|
-
.desktop-sm\:w
|
|
699
|
-
width:
|
|
698
|
+
.desktop-sm\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
699
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
700
700
|
}
|
|
701
701
|
|
|
702
|
-
.desktop-sm\:w
|
|
703
|
-
width:
|
|
702
|
+
.desktop-sm\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
703
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
-
.desktop-sm\:w
|
|
707
|
-
width:
|
|
706
|
+
.desktop-sm\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
707
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
-
.desktop-sm\:w
|
|
711
|
-
width:
|
|
710
|
+
.desktop-sm\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
711
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.desktop-sm\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
715
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
712
716
|
}
|
|
713
717
|
|
|
714
718
|
.desktop-sm\:pr-0 {
|
|
@@ -737,48 +741,52 @@
|
|
|
737
741
|
display: none !important
|
|
738
742
|
}
|
|
739
743
|
|
|
740
|
-
.desktop\:w
|
|
741
|
-
width:
|
|
744
|
+
.desktop\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
745
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.desktop\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
749
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
742
750
|
}
|
|
743
751
|
|
|
744
|
-
.desktop\:w
|
|
745
|
-
width:
|
|
752
|
+
.desktop\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
753
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
746
754
|
}
|
|
747
755
|
|
|
748
|
-
.desktop\:w
|
|
749
|
-
width:
|
|
756
|
+
.desktop\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
|
|
757
|
+
width: calc(12 / 12 * 100% - 0.5rem) !important
|
|
750
758
|
}
|
|
751
759
|
|
|
752
|
-
.desktop\:w
|
|
753
|
-
width:
|
|
760
|
+
.desktop\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
761
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
754
762
|
}
|
|
755
763
|
|
|
756
|
-
.desktop\:w
|
|
757
|
-
width:
|
|
764
|
+
.desktop\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
765
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
758
766
|
}
|
|
759
767
|
|
|
760
|
-
.desktop\:w
|
|
761
|
-
width:
|
|
768
|
+
.desktop\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
769
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
762
770
|
}
|
|
763
771
|
|
|
764
|
-
.desktop\:w
|
|
765
|
-
width:
|
|
772
|
+
.desktop\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
773
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
766
774
|
}
|
|
767
775
|
|
|
768
|
-
.desktop\:w
|
|
769
|
-
width:
|
|
776
|
+
.desktop\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
777
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
770
778
|
}
|
|
771
779
|
|
|
772
|
-
.desktop\:w
|
|
773
|
-
width:
|
|
780
|
+
.desktop\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
781
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
774
782
|
}
|
|
775
783
|
|
|
776
|
-
.desktop\:w
|
|
777
|
-
width:
|
|
784
|
+
.desktop\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
785
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
778
786
|
}
|
|
779
787
|
|
|
780
|
-
.desktop\:w
|
|
781
|
-
width:
|
|
788
|
+
.desktop\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
789
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
782
790
|
}
|
|
783
791
|
|
|
784
792
|
.desktop\:pr-0 {
|
|
@@ -807,48 +815,52 @@
|
|
|
807
815
|
display: none !important
|
|
808
816
|
}
|
|
809
817
|
|
|
810
|
-
.desktop-lg\:w
|
|
811
|
-
width:
|
|
818
|
+
.desktop-lg\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
819
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
812
820
|
}
|
|
813
821
|
|
|
814
|
-
.desktop-lg\:w
|
|
815
|
-
width:
|
|
822
|
+
.desktop-lg\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
823
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
816
824
|
}
|
|
817
825
|
|
|
818
|
-
.desktop-lg\:w
|
|
819
|
-
width:
|
|
826
|
+
.desktop-lg\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
827
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
820
828
|
}
|
|
821
829
|
|
|
822
|
-
.desktop-lg\:w
|
|
823
|
-
width:
|
|
830
|
+
.desktop-lg\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
|
|
831
|
+
width: calc(12 / 12 * 100% - 0.5rem) !important
|
|
824
832
|
}
|
|
825
833
|
|
|
826
|
-
.desktop-lg\:w
|
|
827
|
-
width:
|
|
834
|
+
.desktop-lg\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
835
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
828
836
|
}
|
|
829
837
|
|
|
830
|
-
.desktop-lg\:w
|
|
831
|
-
width:
|
|
838
|
+
.desktop-lg\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
839
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
832
840
|
}
|
|
833
841
|
|
|
834
|
-
.desktop-lg\:w
|
|
835
|
-
width:
|
|
842
|
+
.desktop-lg\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
843
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
836
844
|
}
|
|
837
845
|
|
|
838
|
-
.desktop-lg\:w
|
|
839
|
-
width:
|
|
846
|
+
.desktop-lg\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
847
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
840
848
|
}
|
|
841
849
|
|
|
842
|
-
.desktop-lg\:w
|
|
843
|
-
width:
|
|
850
|
+
.desktop-lg\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
851
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
844
852
|
}
|
|
845
853
|
|
|
846
|
-
.desktop-lg\:w
|
|
847
|
-
width:
|
|
854
|
+
.desktop-lg\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
855
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
848
856
|
}
|
|
849
857
|
|
|
850
|
-
.desktop-lg\:w
|
|
851
|
-
width:
|
|
858
|
+
.desktop-lg\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
859
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.desktop-lg\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
863
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
852
864
|
}
|
|
853
865
|
|
|
854
866
|
.desktop-lg\:pr-0 {
|
|
@@ -877,48 +889,52 @@
|
|
|
877
889
|
display: none !important
|
|
878
890
|
}
|
|
879
891
|
|
|
880
|
-
.desktop-xl\:w
|
|
881
|
-
width:
|
|
892
|
+
.desktop-xl\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
|
|
893
|
+
width: calc(1 / 12 * 100% - 0.5rem) !important
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.desktop-xl\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
897
|
+
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
882
898
|
}
|
|
883
899
|
|
|
884
|
-
.desktop-xl\:w
|
|
885
|
-
width:
|
|
900
|
+
.desktop-xl\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
|
|
901
|
+
width: calc(11 / 12 * 100% - 0.5rem) !important
|
|
886
902
|
}
|
|
887
903
|
|
|
888
|
-
.desktop-xl\:w
|
|
889
|
-
width:
|
|
904
|
+
.desktop-xl\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
|
|
905
|
+
width: calc(12 / 12 * 100% - 0.5rem) !important
|
|
890
906
|
}
|
|
891
907
|
|
|
892
|
-
.desktop-xl\:w
|
|
893
|
-
width:
|
|
908
|
+
.desktop-xl\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
|
|
909
|
+
width: calc(2 / 12 * 100% - 0.5rem) !important
|
|
894
910
|
}
|
|
895
911
|
|
|
896
|
-
.desktop-xl\:w
|
|
897
|
-
width:
|
|
912
|
+
.desktop-xl\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
|
|
913
|
+
width: calc(3 / 12 * 100% - 0.5rem) !important
|
|
898
914
|
}
|
|
899
915
|
|
|
900
|
-
.desktop-xl\:w
|
|
901
|
-
width:
|
|
916
|
+
.desktop-xl\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
|
|
917
|
+
width: calc(4 / 12 * 100% - 0.5rem) !important
|
|
902
918
|
}
|
|
903
919
|
|
|
904
|
-
.desktop-xl\:w
|
|
905
|
-
width:
|
|
920
|
+
.desktop-xl\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
|
|
921
|
+
width: calc(5 / 12 * 100% - 0.5rem) !important
|
|
906
922
|
}
|
|
907
923
|
|
|
908
|
-
.desktop-xl\:w
|
|
909
|
-
width:
|
|
924
|
+
.desktop-xl\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
|
|
925
|
+
width: calc(6 / 12 * 100% - 0.5rem) !important
|
|
910
926
|
}
|
|
911
927
|
|
|
912
|
-
.desktop-xl\:w
|
|
913
|
-
width:
|
|
928
|
+
.desktop-xl\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
|
|
929
|
+
width: calc(7 / 12 * 100% - 0.5rem) !important
|
|
914
930
|
}
|
|
915
931
|
|
|
916
|
-
.desktop-xl\:w
|
|
917
|
-
width:
|
|
932
|
+
.desktop-xl\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
|
|
933
|
+
width: calc(8 / 12 * 100% - 0.5rem) !important
|
|
918
934
|
}
|
|
919
935
|
|
|
920
|
-
.desktop-xl\:w
|
|
921
|
-
width:
|
|
936
|
+
.desktop-xl\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
937
|
+
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
922
938
|
}
|
|
923
939
|
|
|
924
940
|
.desktop-xl\:pr-0 {
|