@syncfusion/blazor-themes 23.1.43 → 23.1.44
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/SCSS-Themes/bootstrap-dark.scss +31 -25
- package/SCSS-Themes/bootstrap.scss +31 -25
- package/SCSS-Themes/bootstrap4.scss +31 -25
- package/SCSS-Themes/bootstrap5-dark.scss +31 -25
- package/SCSS-Themes/bootstrap5.scss +31 -25
- package/SCSS-Themes/fabric-dark.scss +31 -25
- package/SCSS-Themes/fabric.scss +31 -25
- package/SCSS-Themes/fluent-dark.scss +31 -25
- package/SCSS-Themes/fluent.scss +31 -25
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap4.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap5.scss +16 -6
- package/SCSS-Themes/grids/grid/fabric-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/fabric.scss +16 -6
- package/SCSS-Themes/grids/grid/fluent-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/fluent.scss +16 -6
- package/SCSS-Themes/grids/grid/highcontrast.scss +16 -6
- package/SCSS-Themes/grids/grid/material-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/material.scss +16 -6
- package/SCSS-Themes/grids/grid/material3-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/material3.scss +16 -6
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/tailwind.scss +16 -6
- package/SCSS-Themes/highcontrast.scss +31 -25
- package/SCSS-Themes/material-dark.scss +31 -25
- package/SCSS-Themes/material.scss +31 -25
- package/SCSS-Themes/material3-dark.scss +31 -25
- package/SCSS-Themes/material3.scss +31 -25
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material3.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +6 -10
- package/SCSS-Themes/tailwind-dark.scss +31 -25
- package/SCSS-Themes/tailwind.scss +31 -25
- package/package.json +1 -1
|
@@ -1427,16 +1427,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
|
-
&.e-device {
|
|
1431
|
-
.e-pivotcell-container {
|
|
1432
|
-
.e-stackedheadertext {
|
|
1433
|
-
&.e-cellvalue {
|
|
1434
|
-
align-self: center;
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
1430
|
.e-nextspan {
|
|
1441
1431
|
display: inline-block;
|
|
1442
1432
|
width: $pivotview-indent-space-size;
|
|
@@ -1717,10 +1707,12 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1717
1707
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1718
1708
|
z-index: 1 !important;
|
|
1719
1709
|
}
|
|
1710
|
+
|
|
1720
1711
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1721
1712
|
visibility: hidden !important;
|
|
1722
1713
|
/* stylelint-enable */
|
|
1723
1714
|
}
|
|
1715
|
+
|
|
1724
1716
|
.e-grid {
|
|
1725
1717
|
.e-pivot-content-loader {
|
|
1726
1718
|
position: absolute;
|
|
@@ -1739,6 +1731,10 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1739
1731
|
visibility: hidden;
|
|
1740
1732
|
}
|
|
1741
1733
|
}
|
|
1734
|
+
|
|
1735
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1736
|
+
align-self: center;
|
|
1737
|
+
}
|
|
1742
1738
|
}
|
|
1743
1739
|
|
|
1744
1740
|
.e-grid .e-headercelldiv,
|
|
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
&.e-device {
|
|
1437
|
-
.e-pivotcell-container {
|
|
1438
|
-
.e-stackedheadertext {
|
|
1439
|
-
&.e-cellvalue {
|
|
1440
|
-
align-self: center;
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
1436
|
.e-nextspan {
|
|
1447
1437
|
display: inline-block;
|
|
1448
1438
|
width: $pivotview-indent-space-size;
|
|
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1723
1713
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1724
1714
|
z-index: 1 !important;
|
|
1725
1715
|
}
|
|
1716
|
+
|
|
1726
1717
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1727
1718
|
visibility: hidden !important;
|
|
1728
1719
|
/* stylelint-enable */
|
|
1729
1720
|
}
|
|
1721
|
+
|
|
1730
1722
|
.e-grid {
|
|
1731
1723
|
.e-pivot-content-loader {
|
|
1732
1724
|
position: absolute;
|
|
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1745
1737
|
visibility: hidden;
|
|
1746
1738
|
}
|
|
1747
1739
|
}
|
|
1740
|
+
|
|
1741
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1742
|
+
align-self: center;
|
|
1743
|
+
}
|
|
1748
1744
|
}
|
|
1749
1745
|
|
|
1750
1746
|
.e-grid .e-headercelldiv,
|
|
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
&.e-device {
|
|
1437
|
-
.e-pivotcell-container {
|
|
1438
|
-
.e-stackedheadertext {
|
|
1439
|
-
&.e-cellvalue {
|
|
1440
|
-
align-self: center;
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
1436
|
.e-nextspan {
|
|
1447
1437
|
display: inline-block;
|
|
1448
1438
|
width: $pivotview-indent-space-size;
|
|
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1723
1713
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1724
1714
|
z-index: 1 !important;
|
|
1725
1715
|
}
|
|
1716
|
+
|
|
1726
1717
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1727
1718
|
visibility: hidden !important;
|
|
1728
1719
|
/* stylelint-enable */
|
|
1729
1720
|
}
|
|
1721
|
+
|
|
1730
1722
|
.e-grid {
|
|
1731
1723
|
.e-pivot-content-loader {
|
|
1732
1724
|
position: absolute;
|
|
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1745
1737
|
visibility: hidden;
|
|
1746
1738
|
}
|
|
1747
1739
|
}
|
|
1740
|
+
|
|
1741
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1742
|
+
align-self: center;
|
|
1743
|
+
}
|
|
1748
1744
|
}
|
|
1749
1745
|
|
|
1750
1746
|
.e-grid .e-headercelldiv,
|
|
@@ -1426,16 +1426,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1426
1426
|
}
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
|
-
&.e-device {
|
|
1430
|
-
.e-pivotcell-container {
|
|
1431
|
-
.e-stackedheadertext {
|
|
1432
|
-
&.e-cellvalue {
|
|
1433
|
-
align-self: center;
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
1429
|
.e-nextspan {
|
|
1440
1430
|
display: inline-block;
|
|
1441
1431
|
width: $pivotview-indent-space-size;
|
|
@@ -1716,10 +1706,12 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1716
1706
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1717
1707
|
z-index: 1 !important;
|
|
1718
1708
|
}
|
|
1709
|
+
|
|
1719
1710
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1720
1711
|
visibility: hidden !important;
|
|
1721
1712
|
/* stylelint-enable */
|
|
1722
1713
|
}
|
|
1714
|
+
|
|
1723
1715
|
.e-grid {
|
|
1724
1716
|
.e-pivot-content-loader {
|
|
1725
1717
|
position: absolute;
|
|
@@ -1738,6 +1730,10 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
1738
1730
|
visibility: hidden;
|
|
1739
1731
|
}
|
|
1740
1732
|
}
|
|
1733
|
+
|
|
1734
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1735
|
+
align-self: center;
|
|
1736
|
+
}
|
|
1741
1737
|
}
|
|
1742
1738
|
|
|
1743
1739
|
.e-grid .e-headercelldiv,
|
|
@@ -1434,16 +1434,6 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
|
-
&.e-device {
|
|
1438
|
-
.e-pivotcell-container {
|
|
1439
|
-
.e-stackedheadertext {
|
|
1440
|
-
&.e-cellvalue {
|
|
1441
|
-
align-self: center;
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
1437
|
.e-nextspan {
|
|
1448
1438
|
display: inline-block;
|
|
1449
1439
|
width: $pivotview-indent-space-size;
|
|
@@ -1724,10 +1714,12 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1724
1714
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1725
1715
|
z-index: 1 !important;
|
|
1726
1716
|
}
|
|
1717
|
+
|
|
1727
1718
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1728
1719
|
visibility: hidden !important;
|
|
1729
1720
|
/* stylelint-enable */
|
|
1730
1721
|
}
|
|
1722
|
+
|
|
1731
1723
|
.e-grid {
|
|
1732
1724
|
.e-pivot-content-loader {
|
|
1733
1725
|
position: absolute;
|
|
@@ -1746,6 +1738,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1746
1738
|
visibility: hidden;
|
|
1747
1739
|
}
|
|
1748
1740
|
}
|
|
1741
|
+
|
|
1742
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1743
|
+
align-self: center;
|
|
1744
|
+
}
|
|
1749
1745
|
}
|
|
1750
1746
|
|
|
1751
1747
|
.e-grid .e-headercelldiv,
|
|
@@ -1430,16 +1430,6 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
1432
|
|
|
1433
|
-
&.e-device {
|
|
1434
|
-
.e-pivotcell-container {
|
|
1435
|
-
.e-stackedheadertext {
|
|
1436
|
-
&.e-cellvalue {
|
|
1437
|
-
align-self: center;
|
|
1438
|
-
}
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
1433
|
.e-nextspan {
|
|
1444
1434
|
display: inline-block;
|
|
1445
1435
|
width: $pivotview-indent-space-size;
|
|
@@ -1720,10 +1710,12 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1720
1710
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1721
1711
|
z-index: 1 !important;
|
|
1722
1712
|
}
|
|
1713
|
+
|
|
1723
1714
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1724
1715
|
visibility: hidden !important;
|
|
1725
1716
|
/* stylelint-enable */
|
|
1726
1717
|
}
|
|
1718
|
+
|
|
1727
1719
|
.e-grid {
|
|
1728
1720
|
.e-pivot-content-loader {
|
|
1729
1721
|
position: absolute;
|
|
@@ -1742,6 +1734,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1742
1734
|
visibility: hidden;
|
|
1743
1735
|
}
|
|
1744
1736
|
}
|
|
1737
|
+
|
|
1738
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1739
|
+
align-self: center;
|
|
1740
|
+
}
|
|
1745
1741
|
}
|
|
1746
1742
|
|
|
1747
1743
|
.e-grid .e-headercelldiv,
|
|
@@ -1436,16 +1436,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
|
-
&.e-device {
|
|
1440
|
-
.e-pivotcell-container {
|
|
1441
|
-
.e-stackedheadertext {
|
|
1442
|
-
&.e-cellvalue {
|
|
1443
|
-
align-self: center;
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
1439
|
.e-nextspan {
|
|
1450
1440
|
display: inline-block;
|
|
1451
1441
|
width: $pivotview-indent-space-size;
|
|
@@ -1726,10 +1716,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1726
1716
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1727
1717
|
z-index: 1 !important;
|
|
1728
1718
|
}
|
|
1719
|
+
|
|
1729
1720
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1730
1721
|
visibility: hidden !important;
|
|
1731
1722
|
/* stylelint-enable */
|
|
1732
1723
|
}
|
|
1724
|
+
|
|
1733
1725
|
.e-grid {
|
|
1734
1726
|
.e-pivot-content-loader {
|
|
1735
1727
|
position: absolute;
|
|
@@ -1748,6 +1740,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1748
1740
|
visibility: hidden;
|
|
1749
1741
|
}
|
|
1750
1742
|
}
|
|
1743
|
+
|
|
1744
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1745
|
+
align-self: center;
|
|
1746
|
+
}
|
|
1751
1747
|
}
|
|
1752
1748
|
|
|
1753
1749
|
.e-grid .e-headercelldiv,
|
|
@@ -1436,16 +1436,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
|
-
&.e-device {
|
|
1440
|
-
.e-pivotcell-container {
|
|
1441
|
-
.e-stackedheadertext {
|
|
1442
|
-
&.e-cellvalue {
|
|
1443
|
-
align-self: center;
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
1439
|
.e-nextspan {
|
|
1450
1440
|
display: inline-block;
|
|
1451
1441
|
width: $pivotview-indent-space-size;
|
|
@@ -1726,10 +1716,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1726
1716
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1727
1717
|
z-index: 1 !important;
|
|
1728
1718
|
}
|
|
1719
|
+
|
|
1729
1720
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1730
1721
|
visibility: hidden !important;
|
|
1731
1722
|
/* stylelint-enable */
|
|
1732
1723
|
}
|
|
1724
|
+
|
|
1733
1725
|
.e-grid {
|
|
1734
1726
|
.e-pivot-content-loader {
|
|
1735
1727
|
position: absolute;
|
|
@@ -1748,6 +1740,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1748
1740
|
visibility: hidden;
|
|
1749
1741
|
}
|
|
1750
1742
|
}
|
|
1743
|
+
|
|
1744
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1745
|
+
align-self: center;
|
|
1746
|
+
}
|
|
1751
1747
|
}
|
|
1752
1748
|
|
|
1753
1749
|
.e-grid .e-headercelldiv,
|
|
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
&.e-device {
|
|
1437
|
-
.e-pivotcell-container {
|
|
1438
|
-
.e-stackedheadertext {
|
|
1439
|
-
&.e-cellvalue {
|
|
1440
|
-
align-self: center;
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
1436
|
.e-nextspan {
|
|
1447
1437
|
display: inline-block;
|
|
1448
1438
|
width: $pivotview-indent-space-size;
|
|
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1723
1713
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1724
1714
|
z-index: 1 !important;
|
|
1725
1715
|
}
|
|
1716
|
+
|
|
1726
1717
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1727
1718
|
visibility: hidden !important;
|
|
1728
1719
|
/* stylelint-enable */
|
|
1729
1720
|
}
|
|
1721
|
+
|
|
1730
1722
|
.e-grid {
|
|
1731
1723
|
.e-pivot-content-loader {
|
|
1732
1724
|
position: absolute;
|
|
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1745
1737
|
visibility: hidden;
|
|
1746
1738
|
}
|
|
1747
1739
|
}
|
|
1740
|
+
|
|
1741
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1742
|
+
align-self: center;
|
|
1743
|
+
}
|
|
1748
1744
|
}
|
|
1749
1745
|
|
|
1750
1746
|
.e-grid .e-headercelldiv,
|
|
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
&.e-device {
|
|
1437
|
-
.e-pivotcell-container {
|
|
1438
|
-
.e-stackedheadertext {
|
|
1439
|
-
&.e-cellvalue {
|
|
1440
|
-
align-self: center;
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
1436
|
.e-nextspan {
|
|
1447
1437
|
display: inline-block;
|
|
1448
1438
|
width: $pivotview-indent-space-size;
|
|
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1723
1713
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
1724
1714
|
z-index: 1 !important;
|
|
1725
1715
|
}
|
|
1716
|
+
|
|
1726
1717
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1727
1718
|
visibility: hidden !important;
|
|
1728
1719
|
/* stylelint-enable */
|
|
1729
1720
|
}
|
|
1721
|
+
|
|
1730
1722
|
.e-grid {
|
|
1731
1723
|
.e-pivot-content-loader {
|
|
1732
1724
|
position: absolute;
|
|
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1745
1737
|
visibility: hidden;
|
|
1746
1738
|
}
|
|
1747
1739
|
}
|
|
1740
|
+
|
|
1741
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1742
|
+
align-self: center;
|
|
1743
|
+
}
|
|
1748
1744
|
}
|
|
1749
1745
|
|
|
1750
1746
|
.e-grid .e-headercelldiv,
|
|
@@ -77566,8 +77566,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77566
77566
|
border-left-width: 0;
|
|
77567
77567
|
}
|
|
77568
77568
|
|
|
77569
|
-
|
|
77570
|
-
|
|
77569
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
77570
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
77571
77571
|
border-width: $grid-headercell-both-border-width;
|
|
77572
77572
|
}
|
|
77573
77573
|
|
|
@@ -78262,7 +78262,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78262
78262
|
border-left-width: $grid-border-size;
|
|
78263
78263
|
}
|
|
78264
78264
|
|
|
78265
|
-
|
|
78265
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
78266
78266
|
border-bottom-style: $grid-border-type;
|
|
78267
78267
|
border-bottom-width: $grid-border-size;
|
|
78268
78268
|
border-left-style: $grid-border-type;
|
|
@@ -79551,8 +79551,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79551
79551
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
79552
79552
|
}
|
|
79553
79553
|
|
|
79554
|
-
|
|
79555
|
-
|
|
79554
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
79555
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
79556
79556
|
border-width: $grid-headercell-both-border-width;
|
|
79557
79557
|
}
|
|
79558
79558
|
|
|
@@ -79575,7 +79575,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79575
79575
|
border-right: 0;
|
|
79576
79576
|
}
|
|
79577
79577
|
|
|
79578
|
-
|
|
79578
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79579
79579
|
border-bottom-style: $grid-border-type;
|
|
79580
79580
|
border-bottom-width: $grid-border-size;
|
|
79581
79581
|
}
|
|
@@ -80082,6 +80082,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80082
80082
|
}
|
|
80083
80083
|
}
|
|
80084
80084
|
|
|
80085
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80086
|
+
border-bottom-style: $grid-border-type;
|
|
80087
|
+
border-bottom-width: $grid-border-size;
|
|
80088
|
+
}
|
|
80089
|
+
|
|
80090
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
80091
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
80092
|
+
border-width: $grid-headercell-both-border-width;
|
|
80093
|
+
}
|
|
80094
|
+
|
|
80085
80095
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
80086
80096
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
80087
80097
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -99942,15 +99952,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99942
99952
|
font-size: 18px;
|
|
99943
99953
|
}
|
|
99944
99954
|
|
|
99945
|
-
.e-pv-annotation-color-container,
|
|
99946
|
-
.e-pv-annotation-opacity-container,
|
|
99947
|
-
.e-pv-annotation-stroke-container,
|
|
99948
|
-
.e-pv-custom-annotation-thickness-container,
|
|
99949
|
-
.e-pv-custom-annotation-opacity-container,
|
|
99950
|
-
.e-pv-annotation-thickness-container,
|
|
99951
|
-
.e-pv-annotation-textcolor-container,
|
|
99952
|
-
.e-pv-annotation-textalign-container,
|
|
99953
|
-
.e-pv-annotation-textprop-container {
|
|
99955
|
+
.e-pv-annotation-color-container .e-btn,
|
|
99956
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
99957
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
99958
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
99959
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
99960
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
99961
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
99962
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
99963
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
99954
99964
|
height: $pv-annotation-drop-down-height;
|
|
99955
99965
|
width: $pv-annotation-drop-down-width;
|
|
99956
99966
|
}
|
|
@@ -109842,16 +109852,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109842
109852
|
}
|
|
109843
109853
|
}
|
|
109844
109854
|
|
|
109845
|
-
&.e-device {
|
|
109846
|
-
.e-pivotcell-container {
|
|
109847
|
-
.e-stackedheadertext {
|
|
109848
|
-
&.e-cellvalue {
|
|
109849
|
-
align-self: center;
|
|
109850
|
-
}
|
|
109851
|
-
}
|
|
109852
|
-
}
|
|
109853
|
-
}
|
|
109854
|
-
|
|
109855
109855
|
.e-nextspan {
|
|
109856
109856
|
display: inline-block;
|
|
109857
109857
|
width: $pivotview-indent-space-size;
|
|
@@ -110132,10 +110132,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110132
110132
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
110133
110133
|
z-index: 1 !important;
|
|
110134
110134
|
}
|
|
110135
|
+
|
|
110135
110136
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
110136
110137
|
visibility: hidden !important;
|
|
110137
110138
|
/* stylelint-enable */
|
|
110138
110139
|
}
|
|
110140
|
+
|
|
110139
110141
|
.e-grid {
|
|
110140
110142
|
.e-pivot-content-loader {
|
|
110141
110143
|
position: absolute;
|
|
@@ -110154,6 +110156,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110154
110156
|
visibility: hidden;
|
|
110155
110157
|
}
|
|
110156
110158
|
}
|
|
110159
|
+
|
|
110160
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
110161
|
+
align-self: center;
|
|
110162
|
+
}
|
|
110157
110163
|
}
|
|
110158
110164
|
|
|
110159
110165
|
.e-grid .e-headercelldiv,
|
|
@@ -77563,8 +77563,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77563
77563
|
border-left-width: 0;
|
|
77564
77564
|
}
|
|
77565
77565
|
|
|
77566
|
-
|
|
77567
|
-
|
|
77566
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
77567
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
77568
77568
|
border-width: $grid-headercell-both-border-width;
|
|
77569
77569
|
}
|
|
77570
77570
|
|
|
@@ -78259,7 +78259,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78259
78259
|
border-left-width: $grid-border-size;
|
|
78260
78260
|
}
|
|
78261
78261
|
|
|
78262
|
-
|
|
78262
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
78263
78263
|
border-bottom-style: $grid-border-type;
|
|
78264
78264
|
border-bottom-width: $grid-border-size;
|
|
78265
78265
|
border-left-style: $grid-border-type;
|
|
@@ -79548,8 +79548,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79548
79548
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
79549
79549
|
}
|
|
79550
79550
|
|
|
79551
|
-
|
|
79552
|
-
|
|
79551
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
79552
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
79553
79553
|
border-width: $grid-headercell-both-border-width;
|
|
79554
79554
|
}
|
|
79555
79555
|
|
|
@@ -79572,7 +79572,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79572
79572
|
border-right: 0;
|
|
79573
79573
|
}
|
|
79574
79574
|
|
|
79575
|
-
|
|
79575
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79576
79576
|
border-bottom-style: $grid-border-type;
|
|
79577
79577
|
border-bottom-width: $grid-border-size;
|
|
79578
79578
|
}
|
|
@@ -80079,6 +80079,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80079
80079
|
}
|
|
80080
80080
|
}
|
|
80081
80081
|
|
|
80082
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80083
|
+
border-bottom-style: $grid-border-type;
|
|
80084
|
+
border-bottom-width: $grid-border-size;
|
|
80085
|
+
}
|
|
80086
|
+
|
|
80087
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
80088
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
80089
|
+
border-width: $grid-headercell-both-border-width;
|
|
80090
|
+
}
|
|
80091
|
+
|
|
80082
80092
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
80083
80093
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
80084
80094
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -99939,15 +99949,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99939
99949
|
font-size: 18px;
|
|
99940
99950
|
}
|
|
99941
99951
|
|
|
99942
|
-
.e-pv-annotation-color-container,
|
|
99943
|
-
.e-pv-annotation-opacity-container,
|
|
99944
|
-
.e-pv-annotation-stroke-container,
|
|
99945
|
-
.e-pv-custom-annotation-thickness-container,
|
|
99946
|
-
.e-pv-custom-annotation-opacity-container,
|
|
99947
|
-
.e-pv-annotation-thickness-container,
|
|
99948
|
-
.e-pv-annotation-textcolor-container,
|
|
99949
|
-
.e-pv-annotation-textalign-container,
|
|
99950
|
-
.e-pv-annotation-textprop-container {
|
|
99952
|
+
.e-pv-annotation-color-container .e-btn,
|
|
99953
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
99954
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
99955
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
99956
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
99957
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
99958
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
99959
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
99960
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
99951
99961
|
height: $pv-annotation-drop-down-height;
|
|
99952
99962
|
width: $pv-annotation-drop-down-width;
|
|
99953
99963
|
}
|
|
@@ -109839,16 +109849,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109839
109849
|
}
|
|
109840
109850
|
}
|
|
109841
109851
|
|
|
109842
|
-
&.e-device {
|
|
109843
|
-
.e-pivotcell-container {
|
|
109844
|
-
.e-stackedheadertext {
|
|
109845
|
-
&.e-cellvalue {
|
|
109846
|
-
align-self: center;
|
|
109847
|
-
}
|
|
109848
|
-
}
|
|
109849
|
-
}
|
|
109850
|
-
}
|
|
109851
|
-
|
|
109852
109852
|
.e-nextspan {
|
|
109853
109853
|
display: inline-block;
|
|
109854
109854
|
width: $pivotview-indent-space-size;
|
|
@@ -110129,10 +110129,12 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110129
110129
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
110130
110130
|
z-index: 1 !important;
|
|
110131
110131
|
}
|
|
110132
|
+
|
|
110132
110133
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
110133
110134
|
visibility: hidden !important;
|
|
110134
110135
|
/* stylelint-enable */
|
|
110135
110136
|
}
|
|
110137
|
+
|
|
110136
110138
|
.e-grid {
|
|
110137
110139
|
.e-pivot-content-loader {
|
|
110138
110140
|
position: absolute;
|
|
@@ -110151,6 +110153,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110151
110153
|
visibility: hidden;
|
|
110152
110154
|
}
|
|
110153
110155
|
}
|
|
110156
|
+
|
|
110157
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
110158
|
+
align-self: center;
|
|
110159
|
+
}
|
|
110154
110160
|
}
|
|
110155
110161
|
|
|
110156
110162
|
.e-grid .e-headercelldiv,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"23.1.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"23.1.44","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|