@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
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 +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
.e-grid
|
|
30
30
|
.e-rowcell {
|
|
31
|
-
|
|
31
|
+
/* stylelint-disable */
|
|
32
32
|
font-size: $pivotgrid-content-font-size !important;
|
|
33
33
|
padding-left: 8px;
|
|
34
34
|
-webkit-user-select: none;
|
|
@@ -123,7 +123,6 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
// sass-lint:disable-all
|
|
127
126
|
|
|
128
127
|
.e-grid .e-rowsheader.e-active,
|
|
129
128
|
.e-grid .e-rowsheader.e-cellselectionbackground,
|
|
@@ -145,7 +144,7 @@
|
|
|
145
144
|
color: $pivotgrid-header-selection-color !important;
|
|
146
145
|
}
|
|
147
146
|
}
|
|
148
|
-
|
|
147
|
+
/* stylelint-enable */
|
|
149
148
|
|
|
150
149
|
.e-drop-indicator {
|
|
151
150
|
display: block;
|
|
@@ -167,7 +166,7 @@
|
|
|
167
166
|
}
|
|
168
167
|
}
|
|
169
168
|
|
|
170
|
-
|
|
169
|
+
/* stylelint-disable */
|
|
171
170
|
|
|
172
171
|
.e-sortfilterdiv {
|
|
173
172
|
float: right;
|
|
@@ -186,7 +185,12 @@
|
|
|
186
185
|
|
|
187
186
|
&.e-value-sort-icon {
|
|
188
187
|
font-size: $pivotgrid-value-sort-icon-font-size !important;
|
|
189
|
-
|
|
188
|
+
@if ($skin-name == 'tailwind') {
|
|
189
|
+
padding-top: 14px !important;
|
|
190
|
+
}
|
|
191
|
+
@if ($skin-name == 'bootstrap5') {
|
|
192
|
+
padding-right: 5px !important;
|
|
193
|
+
}
|
|
190
194
|
}
|
|
191
195
|
}
|
|
192
196
|
|
|
@@ -267,14 +271,6 @@
|
|
|
267
271
|
visibility: hidden !important;
|
|
268
272
|
}
|
|
269
273
|
|
|
270
|
-
.e-grid.e-responsive {
|
|
271
|
-
.e-stackedheadercelldiv .e-stackedheadertext,
|
|
272
|
-
.e-headercelldiv .e-headertext {
|
|
273
|
-
text-overflow: ellipsis;
|
|
274
|
-
white-space: nowrap;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
|
|
278
274
|
.e-grid .e-headercelldiv,
|
|
279
275
|
.e-grid .e-columnsheader {
|
|
280
276
|
padding-left: 8px !important;
|
|
@@ -380,12 +376,12 @@
|
|
|
380
376
|
opacity: $pivotview-grid-content-opacity !important;
|
|
381
377
|
}
|
|
382
378
|
|
|
383
|
-
|
|
379
|
+
/* stylelint-enable */
|
|
384
380
|
|
|
385
381
|
.e-rowcell {
|
|
386
382
|
opacity: 1;
|
|
387
383
|
|
|
388
|
-
|
|
384
|
+
/* stylelint-disable */
|
|
389
385
|
.e-cellvalue {
|
|
390
386
|
-webkit-user-select: none;
|
|
391
387
|
-moz-user-select: none;
|
|
@@ -393,7 +389,7 @@
|
|
|
393
389
|
user-select: none;
|
|
394
390
|
}
|
|
395
391
|
|
|
396
|
-
|
|
392
|
+
/* stylelint-enable */
|
|
397
393
|
}
|
|
398
394
|
|
|
399
395
|
.e-grouping-bar {
|
|
@@ -426,7 +422,7 @@
|
|
|
426
422
|
|
|
427
423
|
}
|
|
428
424
|
|
|
429
|
-
|
|
425
|
+
/* stylelint-disable */
|
|
430
426
|
.e-all-fields-axis {
|
|
431
427
|
background: $pivotgrid-grp-bg-color;
|
|
432
428
|
border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
|
|
@@ -465,7 +461,7 @@
|
|
|
465
461
|
}
|
|
466
462
|
}
|
|
467
463
|
}
|
|
468
|
-
|
|
464
|
+
/* stylelint-enable */
|
|
469
465
|
|
|
470
466
|
.e-right-axis-fields {
|
|
471
467
|
border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
|
|
@@ -515,6 +511,19 @@
|
|
|
515
511
|
font-weight: normal;
|
|
516
512
|
}
|
|
517
513
|
}
|
|
514
|
+
|
|
515
|
+
.e-pivot-button {
|
|
516
|
+
.e-sort,
|
|
517
|
+
.e-dropdown-icon,
|
|
518
|
+
.e-pv-filter,
|
|
519
|
+
.e-pv-filtered,
|
|
520
|
+
.e-remove,
|
|
521
|
+
.e-edit {
|
|
522
|
+
@if ($pivotgrid-skin == 'bootstrap5') {
|
|
523
|
+
margin-top: 1px;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
518
527
|
}
|
|
519
528
|
|
|
520
529
|
.e-grouping-bar,
|
|
@@ -554,9 +563,9 @@
|
|
|
554
563
|
border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-button-border-color;
|
|
555
564
|
border-radius: $pivotgrid-button-border-radius;
|
|
556
565
|
box-shadow: none;
|
|
557
|
-
|
|
566
|
+
/* stylelint-disable */
|
|
558
567
|
color: $pivotgrid-button-font-color !important;
|
|
559
|
-
|
|
568
|
+
/* stylelint-enable */
|
|
560
569
|
cursor: default;
|
|
561
570
|
display: flex;
|
|
562
571
|
font-weight: normal;
|
|
@@ -567,7 +576,7 @@
|
|
|
567
576
|
vertical-align: bottom;
|
|
568
577
|
z-index: 1;
|
|
569
578
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
570
|
-
font-weight:
|
|
579
|
+
font-weight: normal;
|
|
571
580
|
}
|
|
572
581
|
|
|
573
582
|
&.e-list-selected {
|
|
@@ -656,7 +665,7 @@
|
|
|
656
665
|
}
|
|
657
666
|
}
|
|
658
667
|
|
|
659
|
-
|
|
668
|
+
/* stylelint-disable */
|
|
660
669
|
.e-draggable {
|
|
661
670
|
height: initial !important;
|
|
662
671
|
}
|
|
@@ -690,7 +699,7 @@
|
|
|
690
699
|
display: none;
|
|
691
700
|
}
|
|
692
701
|
}
|
|
693
|
-
|
|
702
|
+
/* stylelint-enable */
|
|
694
703
|
|
|
695
704
|
.e-sort {
|
|
696
705
|
height: $pivotgrid-button-icon-size;
|
|
@@ -721,7 +730,7 @@
|
|
|
721
730
|
width: 100%;
|
|
722
731
|
}
|
|
723
732
|
|
|
724
|
-
|
|
733
|
+
/* stylelint-disable */
|
|
725
734
|
.e-group-row {
|
|
726
735
|
padding: 0 !important;
|
|
727
736
|
|
|
@@ -834,6 +843,7 @@
|
|
|
834
843
|
width: 18px;
|
|
835
844
|
|
|
836
845
|
&.e-descend {
|
|
846
|
+
margin-top: 3px;
|
|
837
847
|
transform: rotateX(180deg);
|
|
838
848
|
}
|
|
839
849
|
}
|
|
@@ -846,7 +856,7 @@
|
|
|
846
856
|
}
|
|
847
857
|
}
|
|
848
858
|
|
|
849
|
-
|
|
859
|
+
/* stylelint-enable */
|
|
850
860
|
|
|
851
861
|
.e-axis-value {
|
|
852
862
|
display: inline-block;
|
|
@@ -882,7 +892,7 @@
|
|
|
882
892
|
}
|
|
883
893
|
}
|
|
884
894
|
|
|
885
|
-
|
|
895
|
+
/* stylelint-disable */
|
|
886
896
|
.e-chart-grouping-bar .e-axis-value {
|
|
887
897
|
height: auto !important;
|
|
888
898
|
padding-left: 6px;
|
|
@@ -904,7 +914,7 @@
|
|
|
904
914
|
}
|
|
905
915
|
}
|
|
906
916
|
}
|
|
907
|
-
|
|
917
|
+
/* stylelint-enable */
|
|
908
918
|
|
|
909
919
|
.e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
910
920
|
height: auto;
|
|
@@ -943,7 +953,7 @@
|
|
|
943
953
|
}
|
|
944
954
|
}
|
|
945
955
|
|
|
946
|
-
|
|
956
|
+
/* stylelint-disable */
|
|
947
957
|
th .e-expand,
|
|
948
958
|
th .e-collapse {
|
|
949
959
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
@@ -951,7 +961,7 @@
|
|
|
951
961
|
margin-top: $pivotgrid-drill-margintop;
|
|
952
962
|
}
|
|
953
963
|
|
|
954
|
-
|
|
964
|
+
/* stylelint-enable */
|
|
955
965
|
|
|
956
966
|
.e-expand::before {
|
|
957
967
|
font-size: $pivotgrid-expand-icon-fontsize;
|
|
@@ -964,7 +974,7 @@
|
|
|
964
974
|
margin-left: 0;
|
|
965
975
|
}
|
|
966
976
|
|
|
967
|
-
|
|
977
|
+
/* stylelint-disable */
|
|
968
978
|
.e-grid .e-rowsheader {
|
|
969
979
|
padding-right: 8px !important;
|
|
970
980
|
}
|
|
@@ -985,7 +995,7 @@
|
|
|
985
995
|
border-right: 0;
|
|
986
996
|
}
|
|
987
997
|
|
|
988
|
-
|
|
998
|
+
/* stylelint-enable */
|
|
989
999
|
|
|
990
1000
|
.e-rowsheader .e-cellvalue {
|
|
991
1001
|
margin-left: 0;
|
|
@@ -1047,7 +1057,7 @@
|
|
|
1047
1057
|
padding-right: $pivotview-axis-indent-padding;
|
|
1048
1058
|
|
|
1049
1059
|
.e-pvt-btn-div {
|
|
1050
|
-
|
|
1060
|
+
/* stylelint-disable */
|
|
1051
1061
|
padding-left: $pivotgrid-horizontal-button-padding;
|
|
1052
1062
|
padding-right: 0;
|
|
1053
1063
|
|
|
@@ -1069,12 +1079,12 @@
|
|
|
1069
1079
|
}
|
|
1070
1080
|
}
|
|
1071
1081
|
|
|
1072
|
-
|
|
1082
|
+
/* stylelint-enable */
|
|
1073
1083
|
}
|
|
1074
1084
|
}
|
|
1075
1085
|
}
|
|
1076
1086
|
|
|
1077
|
-
|
|
1087
|
+
/* stylelint-disable */
|
|
1078
1088
|
.e-stackedheadertext.e-cellvalue,
|
|
1079
1089
|
.e-stackedheadercelldiv.e-cellvalue {
|
|
1080
1090
|
padding-right: 12px !important;
|
|
@@ -1083,15 +1093,22 @@
|
|
|
1083
1093
|
.e-sortfilterdiv {
|
|
1084
1094
|
float: left;
|
|
1085
1095
|
}
|
|
1086
|
-
|
|
1096
|
+
/* stylelint-enable */
|
|
1087
1097
|
}
|
|
1088
1098
|
|
|
1089
1099
|
&.e-device {
|
|
1090
1100
|
.e-grouping-bar {
|
|
1091
1101
|
|
|
1092
|
-
|
|
1102
|
+
/* stylelint-disable */
|
|
1093
1103
|
.e-pivot-button {
|
|
1094
1104
|
line-height: 1em !important;
|
|
1105
|
+
|
|
1106
|
+
.e-dropdown-icon,
|
|
1107
|
+
.e-pv-filtered,
|
|
1108
|
+
.e-remove,
|
|
1109
|
+
.e-sort {
|
|
1110
|
+
margin-top: 2px !important;
|
|
1111
|
+
}
|
|
1095
1112
|
}
|
|
1096
1113
|
|
|
1097
1114
|
.e-group-all-fields {
|
|
@@ -1151,6 +1168,10 @@
|
|
|
1151
1168
|
}
|
|
1152
1169
|
}
|
|
1153
1170
|
|
|
1171
|
+
.e-drillthrough-dialog {
|
|
1172
|
+
width: 100% !important;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1154
1175
|
.e-group-row {
|
|
1155
1176
|
.e-group-rows {
|
|
1156
1177
|
.e-pvt-btn-div {
|
|
@@ -1183,7 +1204,7 @@
|
|
|
1183
1204
|
.e-component-disable {
|
|
1184
1205
|
display: none !important;
|
|
1185
1206
|
}
|
|
1186
|
-
|
|
1207
|
+
/* stylelint-enable */
|
|
1187
1208
|
}
|
|
1188
1209
|
|
|
1189
1210
|
.e-pivottooltipwrap,
|
|
@@ -1264,7 +1285,7 @@
|
|
|
1264
1285
|
}
|
|
1265
1286
|
}
|
|
1266
1287
|
|
|
1267
|
-
|
|
1288
|
+
/* stylelint-disable */
|
|
1268
1289
|
.e-grid .e-rowsheader {
|
|
1269
1290
|
padding-left: 8px !important;
|
|
1270
1291
|
@if ($skin-name == 'tailwind') {
|
|
@@ -1315,7 +1336,7 @@
|
|
|
1315
1336
|
min-height: 36px !important;
|
|
1316
1337
|
}
|
|
1317
1338
|
}
|
|
1318
|
-
|
|
1339
|
+
/* stylelint-enable */
|
|
1319
1340
|
|
|
1320
1341
|
.e-pvt-btn-div {
|
|
1321
1342
|
height: 30px;
|
|
@@ -1339,9 +1360,10 @@
|
|
|
1339
1360
|
.e-pv-filtered,
|
|
1340
1361
|
.e-remove,
|
|
1341
1362
|
.e-edit {
|
|
1342
|
-
|
|
1363
|
+
/* stylelint-disable */
|
|
1343
1364
|
font-size: $pivotgrid-bigger-button-icon-size !important;
|
|
1344
1365
|
height: $pivotgrid-bigger-button-icon-wrapper-size;
|
|
1366
|
+
margin-top: $pivotgrid-bigger-button-icon-touch-margin-size;
|
|
1345
1367
|
width: $pivotgrid-bigger-button-icon-wrapper-size;
|
|
1346
1368
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
1347
1369
|
padding-left: 12px;
|
|
@@ -1428,7 +1450,6 @@
|
|
|
1428
1450
|
.e-pv-filtered,
|
|
1429
1451
|
.e-remove,
|
|
1430
1452
|
.e-edit {
|
|
1431
|
-
// sass-lint:disable-all
|
|
1432
1453
|
font-size: $pivotgrid-bigger-button-icon-size !important;
|
|
1433
1454
|
height: $pivotgrid-bigger-button-icon-wrapper-size;
|
|
1434
1455
|
width: $pivotgrid-bigger-button-icon-wrapper-size;
|
|
@@ -1448,12 +1469,19 @@
|
|
|
1448
1469
|
}
|
|
1449
1470
|
}
|
|
1450
1471
|
|
|
1451
|
-
// sass-lint:disable-all
|
|
1452
1472
|
.e-sortfilterdiv {
|
|
1453
1473
|
margin: $pivotgrid-vsort-touch-margin !important;
|
|
1454
1474
|
@if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') {
|
|
1455
1475
|
font-size: 12px !important;
|
|
1456
1476
|
}
|
|
1477
|
+
|
|
1478
|
+
@if ($pivotgrid-skin == 'tailwind') {
|
|
1479
|
+
font-size: 16px !important;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
@if ($pivotgrid-skin == 'bootstrap5') or ($skin-name == 'FluentUI') {
|
|
1483
|
+
padding-top: 28px;
|
|
1484
|
+
}
|
|
1457
1485
|
}
|
|
1458
1486
|
|
|
1459
1487
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -1461,13 +1489,13 @@
|
|
|
1461
1489
|
margin: $pivotgrid-vsort-touch-wrap-margin !important;
|
|
1462
1490
|
}
|
|
1463
1491
|
|
|
1464
|
-
|
|
1492
|
+
/* stylelint-enable */
|
|
1465
1493
|
|
|
1466
1494
|
.e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1467
1495
|
height: $pivotgrid-member-filter-list-bigger-height;
|
|
1468
1496
|
}
|
|
1469
1497
|
|
|
1470
|
-
|
|
1498
|
+
/* stylelint-disable */
|
|
1471
1499
|
|
|
1472
1500
|
|
|
1473
1501
|
.e-stackedheadercelldiv,
|
|
@@ -1482,10 +1510,10 @@
|
|
|
1482
1510
|
.e-grid .e-columnsheader {
|
|
1483
1511
|
padding-right: 16px !important;
|
|
1484
1512
|
}
|
|
1485
|
-
|
|
1513
|
+
/* stylelint-enable */
|
|
1486
1514
|
|
|
1487
1515
|
.e-rowcell {
|
|
1488
|
-
|
|
1516
|
+
/* stylelint-disable */
|
|
1489
1517
|
font-size: $pivotgrid-bigger-content-font-size !important;
|
|
1490
1518
|
@if($skin-name == 'tailwind') {
|
|
1491
1519
|
padding: 0 12px;
|
|
@@ -1494,7 +1522,6 @@
|
|
|
1494
1522
|
|
|
1495
1523
|
&.e-rtl {
|
|
1496
1524
|
|
|
1497
|
-
// sass-lint:disable-all
|
|
1498
1525
|
.e-grid .e-rowsheader {
|
|
1499
1526
|
padding-right: 10px !important;
|
|
1500
1527
|
}
|
|
@@ -1509,7 +1536,7 @@
|
|
|
1509
1536
|
padding-right: 8px !important;
|
|
1510
1537
|
}
|
|
1511
1538
|
|
|
1512
|
-
|
|
1539
|
+
/* stylelint-enable */
|
|
1513
1540
|
|
|
1514
1541
|
.e-grouping-bar {
|
|
1515
1542
|
|
|
@@ -1530,13 +1557,13 @@
|
|
|
1530
1557
|
}
|
|
1531
1558
|
}
|
|
1532
1559
|
|
|
1533
|
-
|
|
1560
|
+
/* stylelint-disable */
|
|
1534
1561
|
.e-stackedheadertext.e-cellvalue,
|
|
1535
1562
|
.e-stackedheadercelldiv.e-cellvalue {
|
|
1536
1563
|
padding-right: 16px !important;
|
|
1537
1564
|
}
|
|
1538
1565
|
|
|
1539
|
-
|
|
1566
|
+
/* stylelint-enable */
|
|
1540
1567
|
}
|
|
1541
1568
|
|
|
1542
1569
|
@if ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'bootstrap5') {
|