@syncfusion/blazor-themes 23.1.36 → 23.1.39
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/base/material-dark.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +152 -32
- package/SCSS-Themes/bootstrap.scss +153 -33
- package/SCSS-Themes/bootstrap4.scss +155 -35
- package/SCSS-Themes/bootstrap5-dark.scss +152 -34
- package/SCSS-Themes/bootstrap5.scss +152 -34
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
- package/SCSS-Themes/fabric-dark.scss +153 -33
- package/SCSS-Themes/fabric.scss +153 -33
- package/SCSS-Themes/fluent-dark.scss +154 -36
- package/SCSS-Themes/fluent.scss +154 -36
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +152 -32
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
- package/SCSS-Themes/material-dark.scss +155 -35
- package/SCSS-Themes/material.scss +154 -34
- package/SCSS-Themes/material3-dark.scss +153 -36
- package/SCSS-Themes/material3.scss +153 -36
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +154 -36
- package/SCSS-Themes/tailwind.scss +154 -36
- package/package.json +1 -1
|
@@ -1409,12 +1409,15 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1409
1409
|
.e-pivotcell-container {
|
|
1410
1410
|
align-items: center;
|
|
1411
1411
|
display: flex;
|
|
1412
|
+
max-height: inherit;
|
|
1412
1413
|
|
|
1413
1414
|
.e-stackedheadertext,
|
|
1414
1415
|
.e-headertext {
|
|
1415
1416
|
&.e-cellvalue {
|
|
1417
|
+
align-self: stretch;
|
|
1416
1418
|
overflow: hidden;
|
|
1417
1419
|
text-overflow: ellipsis;
|
|
1420
|
+
width: 100%;
|
|
1418
1421
|
}
|
|
1419
1422
|
}
|
|
1420
1423
|
|
|
@@ -1718,6 +1721,7 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1718
1721
|
font-size: 20px;
|
|
1719
1722
|
text-align: center;
|
|
1720
1723
|
padding: 10%;
|
|
1724
|
+
pointer-events: none;
|
|
1721
1725
|
|
|
1722
1726
|
&.e-hide-loader {
|
|
1723
1727
|
display: none;
|
|
@@ -2160,6 +2164,13 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
2160
2164
|
width: 100%;
|
|
2161
2165
|
}
|
|
2162
2166
|
|
|
2167
|
+
th.e-group-row .e-axis-row {
|
|
2168
|
+
display: inline-block;
|
|
2169
|
+
height: 100%;
|
|
2170
|
+
vertical-align: top;
|
|
2171
|
+
width: 100%;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2163
2174
|
/* stylelint-disable */
|
|
2164
2175
|
.e-group-row {
|
|
2165
2176
|
padding: 0 !important;
|
|
@@ -2368,7 +2379,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
2368
2379
|
th .e-expand,
|
|
2369
2380
|
th .e-collapse {
|
|
2370
2381
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
2371
|
-
margin-left:
|
|
2382
|
+
margin-left: 0;
|
|
2383
|
+
@if ($skin-name == 'bootstrap4') {
|
|
2384
|
+
display: flex;
|
|
2385
|
+
}
|
|
2372
2386
|
}
|
|
2373
2387
|
|
|
2374
2388
|
/* stylelint-enable */
|
|
@@ -1409,12 +1409,15 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1409
1409
|
.e-pivotcell-container {
|
|
1410
1410
|
align-items: center;
|
|
1411
1411
|
display: flex;
|
|
1412
|
+
max-height: inherit;
|
|
1412
1413
|
|
|
1413
1414
|
.e-stackedheadertext,
|
|
1414
1415
|
.e-headertext {
|
|
1415
1416
|
&.e-cellvalue {
|
|
1417
|
+
align-self: stretch;
|
|
1416
1418
|
overflow: hidden;
|
|
1417
1419
|
text-overflow: ellipsis;
|
|
1420
|
+
width: 100%;
|
|
1418
1421
|
}
|
|
1419
1422
|
}
|
|
1420
1423
|
|
|
@@ -1718,6 +1721,7 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1718
1721
|
font-size: 20px;
|
|
1719
1722
|
text-align: center;
|
|
1720
1723
|
padding: 10%;
|
|
1724
|
+
pointer-events: none;
|
|
1721
1725
|
|
|
1722
1726
|
&.e-hide-loader {
|
|
1723
1727
|
display: none;
|
|
@@ -2160,6 +2164,13 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
2160
2164
|
width: 100%;
|
|
2161
2165
|
}
|
|
2162
2166
|
|
|
2167
|
+
th.e-group-row .e-axis-row {
|
|
2168
|
+
display: inline-block;
|
|
2169
|
+
height: 100%;
|
|
2170
|
+
vertical-align: top;
|
|
2171
|
+
width: 100%;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2163
2174
|
/* stylelint-disable */
|
|
2164
2175
|
.e-group-row {
|
|
2165
2176
|
padding: 0 !important;
|
|
@@ -2368,7 +2379,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
2368
2379
|
th .e-expand,
|
|
2369
2380
|
th .e-collapse {
|
|
2370
2381
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
2371
|
-
margin-left:
|
|
2382
|
+
margin-left: 0;
|
|
2383
|
+
@if ($skin-name == 'bootstrap4') {
|
|
2384
|
+
display: flex;
|
|
2385
|
+
}
|
|
2372
2386
|
}
|
|
2373
2387
|
|
|
2374
2388
|
/* stylelint-enable */
|
|
@@ -1406,12 +1406,15 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1406
1406
|
.e-pivotcell-container {
|
|
1407
1407
|
align-items: center;
|
|
1408
1408
|
display: flex;
|
|
1409
|
+
max-height: inherit;
|
|
1409
1410
|
|
|
1410
1411
|
.e-stackedheadertext,
|
|
1411
1412
|
.e-headertext {
|
|
1412
1413
|
&.e-cellvalue {
|
|
1414
|
+
align-self: stretch;
|
|
1413
1415
|
overflow: hidden;
|
|
1414
1416
|
text-overflow: ellipsis;
|
|
1417
|
+
width: 100%;
|
|
1415
1418
|
}
|
|
1416
1419
|
}
|
|
1417
1420
|
|
|
@@ -1715,6 +1718,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1715
1718
|
font-size: 20px;
|
|
1716
1719
|
text-align: center;
|
|
1717
1720
|
padding: 10%;
|
|
1721
|
+
pointer-events: none;
|
|
1718
1722
|
|
|
1719
1723
|
&.e-hide-loader {
|
|
1720
1724
|
display: none;
|
|
@@ -2157,6 +2161,13 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2157
2161
|
width: 100%;
|
|
2158
2162
|
}
|
|
2159
2163
|
|
|
2164
|
+
th.e-group-row .e-axis-row {
|
|
2165
|
+
display: inline-block;
|
|
2166
|
+
height: 100%;
|
|
2167
|
+
vertical-align: top;
|
|
2168
|
+
width: 100%;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2160
2171
|
/* stylelint-disable */
|
|
2161
2172
|
.e-group-row {
|
|
2162
2173
|
padding: 0 !important;
|
|
@@ -2365,7 +2376,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2365
2376
|
th .e-expand,
|
|
2366
2377
|
th .e-collapse {
|
|
2367
2378
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
2368
|
-
margin-left:
|
|
2379
|
+
margin-left: 0;
|
|
2380
|
+
@if ($skin-name == 'bootstrap4') {
|
|
2381
|
+
display: flex;
|
|
2382
|
+
}
|
|
2369
2383
|
}
|
|
2370
2384
|
|
|
2371
2385
|
/* stylelint-enable */
|
|
@@ -1406,12 +1406,15 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1406
1406
|
.e-pivotcell-container {
|
|
1407
1407
|
align-items: center;
|
|
1408
1408
|
display: flex;
|
|
1409
|
+
max-height: inherit;
|
|
1409
1410
|
|
|
1410
1411
|
.e-stackedheadertext,
|
|
1411
1412
|
.e-headertext {
|
|
1412
1413
|
&.e-cellvalue {
|
|
1414
|
+
align-self: stretch;
|
|
1413
1415
|
overflow: hidden;
|
|
1414
1416
|
text-overflow: ellipsis;
|
|
1417
|
+
width: 100%;
|
|
1415
1418
|
}
|
|
1416
1419
|
}
|
|
1417
1420
|
|
|
@@ -1715,6 +1718,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1715
1718
|
font-size: 20px;
|
|
1716
1719
|
text-align: center;
|
|
1717
1720
|
padding: 10%;
|
|
1721
|
+
pointer-events: none;
|
|
1718
1722
|
|
|
1719
1723
|
&.e-hide-loader {
|
|
1720
1724
|
display: none;
|
|
@@ -2157,6 +2161,13 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2157
2161
|
width: 100%;
|
|
2158
2162
|
}
|
|
2159
2163
|
|
|
2164
|
+
th.e-group-row .e-axis-row {
|
|
2165
|
+
display: inline-block;
|
|
2166
|
+
height: 100%;
|
|
2167
|
+
vertical-align: top;
|
|
2168
|
+
width: 100%;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2160
2171
|
/* stylelint-disable */
|
|
2161
2172
|
.e-group-row {
|
|
2162
2173
|
padding: 0 !important;
|
|
@@ -2365,7 +2376,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2365
2376
|
th .e-expand,
|
|
2366
2377
|
th .e-collapse {
|
|
2367
2378
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
2368
|
-
margin-left:
|
|
2379
|
+
margin-left: 0;
|
|
2380
|
+
@if ($skin-name == 'bootstrap4') {
|
|
2381
|
+
display: flex;
|
|
2382
|
+
}
|
|
2369
2383
|
}
|
|
2370
2384
|
|
|
2371
2385
|
/* stylelint-enable */
|
|
@@ -1564,7 +1564,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1564
1564
|
|
|
1565
1565
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1566
1566
|
display: grid;
|
|
1567
|
-
grid-template-columns:
|
|
1567
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1568
1568
|
gap: 6px;
|
|
1569
1569
|
|
|
1570
1570
|
.e-btn.e-control {
|
|
@@ -1581,7 +1581,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1581
1581
|
|
|
1582
1582
|
.e-rte-emojisearch-btn {
|
|
1583
1583
|
display: grid;
|
|
1584
|
-
grid-template-columns:
|
|
1584
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1585
1585
|
gap: 6px;
|
|
1586
1586
|
height: 0;
|
|
1587
1587
|
|
|
@@ -1621,7 +1621,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1621
1621
|
|
|
1622
1622
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1623
1623
|
display: grid;
|
|
1624
|
-
grid-template-columns:
|
|
1624
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1625
1625
|
gap: 6px;
|
|
1626
1626
|
|
|
1627
1627
|
.e-btn.e-control {
|
|
@@ -1638,7 +1638,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1638
1638
|
|
|
1639
1639
|
.e-rte-emojisearch-btn {
|
|
1640
1640
|
display: grid;
|
|
1641
|
-
grid-template-columns:
|
|
1641
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1642
1642
|
gap: 6px;
|
|
1643
1643
|
height: 0;
|
|
1644
1644
|
|
|
@@ -1747,7 +1747,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1747
1747
|
|
|
1748
1748
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1749
1749
|
display: grid;
|
|
1750
|
-
grid-template-columns:
|
|
1750
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1751
1751
|
gap: 6px;
|
|
1752
1752
|
|
|
1753
1753
|
.e-btn.e-control {
|
|
@@ -1764,7 +1764,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1764
1764
|
|
|
1765
1765
|
.e-rte-emojisearch-btn {
|
|
1766
1766
|
display: grid;
|
|
1767
|
-
grid-template-columns:
|
|
1767
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1768
1768
|
gap: 6px;
|
|
1769
1769
|
height: 0;
|
|
1770
1770
|
|
|
@@ -1549,7 +1549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1549
1549
|
|
|
1550
1550
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1551
1551
|
display: grid;
|
|
1552
|
-
grid-template-columns:
|
|
1552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1553
1553
|
gap: 6px;
|
|
1554
1554
|
|
|
1555
1555
|
.e-btn.e-control {
|
|
@@ -1566,7 +1566,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1566
1566
|
|
|
1567
1567
|
.e-rte-emojisearch-btn {
|
|
1568
1568
|
display: grid;
|
|
1569
|
-
grid-template-columns:
|
|
1569
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1570
1570
|
gap: 6px;
|
|
1571
1571
|
height: 0;
|
|
1572
1572
|
|
|
@@ -1549,7 +1549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1549
1549
|
|
|
1550
1550
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1551
1551
|
display: grid;
|
|
1552
|
-
grid-template-columns:
|
|
1552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1553
1553
|
gap: 6px;
|
|
1554
1554
|
|
|
1555
1555
|
.e-btn.e-control {
|
|
@@ -1566,7 +1566,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1566
1566
|
|
|
1567
1567
|
.e-rte-emojisearch-btn {
|
|
1568
1568
|
display: grid;
|
|
1569
|
-
grid-template-columns:
|
|
1569
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1570
1570
|
gap: 6px;
|
|
1571
1571
|
height: 0;
|
|
1572
1572
|
|
|
@@ -1546,7 +1546,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1546
1546
|
|
|
1547
1547
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1548
1548
|
display: grid;
|
|
1549
|
-
grid-template-columns:
|
|
1549
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1550
1550
|
gap: 6px;
|
|
1551
1551
|
|
|
1552
1552
|
.e-btn.e-control {
|
|
@@ -1563,7 +1563,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1563
1563
|
|
|
1564
1564
|
.e-rte-emojisearch-btn {
|
|
1565
1565
|
display: grid;
|
|
1566
|
-
grid-template-columns:
|
|
1566
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1567
1567
|
gap: 6px;
|
|
1568
1568
|
height: 0;
|
|
1569
1569
|
|
|
@@ -1544,7 +1544,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1544
1544
|
|
|
1545
1545
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1546
1546
|
display: grid;
|
|
1547
|
-
grid-template-columns:
|
|
1547
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1548
1548
|
gap: 6px;
|
|
1549
1549
|
|
|
1550
1550
|
.e-btn.e-control {
|
|
@@ -1561,7 +1561,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1561
1561
|
|
|
1562
1562
|
.e-rte-emojisearch-btn {
|
|
1563
1563
|
display: grid;
|
|
1564
|
-
grid-template-columns:
|
|
1564
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1565
1565
|
gap: 6px;
|
|
1566
1566
|
height: 0;
|
|
1567
1567
|
|
|
@@ -1550,7 +1550,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1550
1550
|
|
|
1551
1551
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1552
1552
|
display: grid;
|
|
1553
|
-
grid-template-columns:
|
|
1553
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1554
1554
|
gap: 6px;
|
|
1555
1555
|
|
|
1556
1556
|
.e-btn.e-control {
|
|
@@ -1567,7 +1567,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1567
1567
|
|
|
1568
1568
|
.e-rte-emojisearch-btn {
|
|
1569
1569
|
display: grid;
|
|
1570
|
-
grid-template-columns:
|
|
1570
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1571
1571
|
gap: 6px;
|
|
1572
1572
|
height: 0;
|
|
1573
1573
|
|
|
@@ -1550,7 +1550,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1550
1550
|
|
|
1551
1551
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1552
1552
|
display: grid;
|
|
1553
|
-
grid-template-columns:
|
|
1553
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1554
1554
|
gap: 6px;
|
|
1555
1555
|
|
|
1556
1556
|
.e-btn.e-control {
|
|
@@ -1567,7 +1567,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1567
1567
|
|
|
1568
1568
|
.e-rte-emojisearch-btn {
|
|
1569
1569
|
display: grid;
|
|
1570
|
-
grid-template-columns:
|
|
1570
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1571
1571
|
gap: 6px;
|
|
1572
1572
|
height: 0;
|
|
1573
1573
|
|
|
@@ -1544,7 +1544,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1544
1544
|
|
|
1545
1545
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1546
1546
|
display: grid;
|
|
1547
|
-
grid-template-columns:
|
|
1547
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1548
1548
|
gap: 6px;
|
|
1549
1549
|
|
|
1550
1550
|
.e-btn.e-control {
|
|
@@ -1561,7 +1561,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1561
1561
|
|
|
1562
1562
|
.e-rte-emojisearch-btn {
|
|
1563
1563
|
display: grid;
|
|
1564
|
-
grid-template-columns:
|
|
1564
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1565
1565
|
gap: 6px;
|
|
1566
1566
|
height: 0;
|
|
1567
1567
|
|
|
@@ -1549,7 +1549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1549
1549
|
|
|
1550
1550
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1551
1551
|
display: grid;
|
|
1552
|
-
grid-template-columns:
|
|
1552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1553
1553
|
gap: 6px;
|
|
1554
1554
|
|
|
1555
1555
|
.e-btn.e-control {
|
|
@@ -1566,7 +1566,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1566
1566
|
|
|
1567
1567
|
.e-rte-emojisearch-btn {
|
|
1568
1568
|
display: grid;
|
|
1569
|
-
grid-template-columns:
|
|
1569
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1570
1570
|
gap: 6px;
|
|
1571
1571
|
height: 0;
|
|
1572
1572
|
|
|
@@ -1547,7 +1547,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1547
1547
|
|
|
1548
1548
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1549
1549
|
display: grid;
|
|
1550
|
-
grid-template-columns:
|
|
1550
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1551
1551
|
gap: 6px;
|
|
1552
1552
|
|
|
1553
1553
|
.e-btn.e-control {
|
|
@@ -1564,7 +1564,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1564
1564
|
|
|
1565
1565
|
.e-rte-emojisearch-btn {
|
|
1566
1566
|
display: grid;
|
|
1567
|
-
grid-template-columns:
|
|
1567
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1568
1568
|
gap: 6px;
|
|
1569
1569
|
height: 0;
|
|
1570
1570
|
|
|
@@ -1549,7 +1549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1549
1549
|
|
|
1550
1550
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1551
1551
|
display: grid;
|
|
1552
|
-
grid-template-columns:
|
|
1552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1553
1553
|
gap: 6px;
|
|
1554
1554
|
|
|
1555
1555
|
.e-btn.e-control {
|
|
@@ -1566,7 +1566,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1566
1566
|
|
|
1567
1567
|
.e-rte-emojisearch-btn {
|
|
1568
1568
|
display: grid;
|
|
1569
|
-
grid-template-columns:
|
|
1569
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1570
1570
|
gap: 6px;
|
|
1571
1571
|
height: 0;
|
|
1572
1572
|
|
|
@@ -1549,7 +1549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1549
1549
|
|
|
1550
1550
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1551
1551
|
display: grid;
|
|
1552
|
-
grid-template-columns:
|
|
1552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1553
1553
|
gap: 6px;
|
|
1554
1554
|
|
|
1555
1555
|
.e-btn.e-control {
|
|
@@ -1566,7 +1566,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1566
1566
|
|
|
1567
1567
|
.e-rte-emojisearch-btn {
|
|
1568
1568
|
display: grid;
|
|
1569
|
-
grid-template-columns:
|
|
1569
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1570
1570
|
gap: 6px;
|
|
1571
1571
|
height: 0;
|
|
1572
1572
|
|
|
@@ -1544,7 +1544,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1544
1544
|
|
|
1545
1545
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1546
1546
|
display: grid;
|
|
1547
|
-
grid-template-columns:
|
|
1547
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1548
1548
|
gap: 6px;
|
|
1549
1549
|
|
|
1550
1550
|
.e-btn.e-control {
|
|
@@ -1561,7 +1561,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1561
1561
|
|
|
1562
1562
|
.e-rte-emojisearch-btn {
|
|
1563
1563
|
display: grid;
|
|
1564
|
-
grid-template-columns:
|
|
1564
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1565
1565
|
gap: 6px;
|
|
1566
1566
|
height: 0;
|
|
1567
1567
|
|
|
@@ -1544,7 +1544,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1544
1544
|
|
|
1545
1545
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1546
1546
|
display: grid;
|
|
1547
|
-
grid-template-columns:
|
|
1547
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1548
1548
|
gap: 6px;
|
|
1549
1549
|
|
|
1550
1550
|
.e-btn.e-control {
|
|
@@ -1561,7 +1561,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1561
1561
|
|
|
1562
1562
|
.e-rte-emojisearch-btn {
|
|
1563
1563
|
display: grid;
|
|
1564
|
-
grid-template-columns:
|
|
1564
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1565
1565
|
gap: 6px;
|
|
1566
1566
|
height: 0;
|
|
1567
1567
|
|