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