@syncfusion/ej2-fabric-theme 34.1.32 → 34.1.33
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 +2 -2
- package/styles/compatibility/fabric.css +1 -1
- package/styles/document-editor/_theme.scss +22 -0
- package/styles/document-editor/document-editor-lite.css +22 -0
- package/styles/document-editor/document-editor.css +22 -0
- package/styles/mention/_layout.scss +3 -4
- package/styles/mention/mention.css +3 -0
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/progress-button-lite.css +0 -1
- package/styles/progress-button/progress-button.css +0 -1
- package/styles/rich-text-editor/_layout.scss +1 -0
- package/styles/rich-text-editor/rich-text-editor-lite.css +1 -0
- package/styles/rich-text-editor/rich-text-editor.css +1 -0
|
@@ -2586,6 +2586,28 @@
|
|
|
2586
2586
|
margin-top: -8px;
|
|
2587
2587
|
}
|
|
2588
2588
|
}
|
|
2589
|
+
.e-de-image-property-input {
|
|
2590
|
+
width: 100%;
|
|
2591
|
+
}
|
|
2592
|
+
.e-de-cell-margin-input {
|
|
2593
|
+
width: 48px;
|
|
2594
|
+
}
|
|
2595
|
+
.e-de-border-style-svg {
|
|
2596
|
+
width: 98%;
|
|
2597
|
+
}
|
|
2598
|
+
.e-de-cell-margin-textbox {
|
|
2599
|
+
width: 100%;
|
|
2600
|
+
}
|
|
2601
|
+
.e-de-gallery-normal {
|
|
2602
|
+
font-family: Calibri;
|
|
2603
|
+
font-size: 11pt;
|
|
2604
|
+
}
|
|
2605
|
+
.e-de-gallery-heading1 {
|
|
2606
|
+
font-family: 'Calibri Light';
|
|
2607
|
+
font-size: 16pt;
|
|
2608
|
+
color: rgb(47, 84, 150);
|
|
2609
|
+
font-weight: bold;
|
|
2610
|
+
}
|
|
2589
2611
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2590
2612
|
margin-top: $de-cp-option-margin-top;
|
|
2591
2613
|
background: $de-op-bg-color;
|
|
@@ -2915,6 +2915,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2915
2915
|
padding: 0;
|
|
2916
2916
|
width: auto;
|
|
2917
2917
|
}
|
|
2918
|
+
.e-de-image-property-input {
|
|
2919
|
+
width: 100%;
|
|
2920
|
+
}
|
|
2921
|
+
.e-de-cell-margin-input {
|
|
2922
|
+
width: 48px;
|
|
2923
|
+
}
|
|
2924
|
+
.e-de-border-style-svg {
|
|
2925
|
+
width: 98%;
|
|
2926
|
+
}
|
|
2927
|
+
.e-de-cell-margin-textbox {
|
|
2928
|
+
width: 100%;
|
|
2929
|
+
}
|
|
2930
|
+
.e-de-gallery-normal {
|
|
2931
|
+
font-family: Calibri;
|
|
2932
|
+
font-size: 11pt;
|
|
2933
|
+
}
|
|
2934
|
+
.e-de-gallery-heading1 {
|
|
2935
|
+
font-family: "Calibri Light";
|
|
2936
|
+
font-size: 16pt;
|
|
2937
|
+
color: rgb(47, 84, 150);
|
|
2938
|
+
font-weight: bold;
|
|
2939
|
+
}
|
|
2918
2940
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2919
2941
|
margin-top: 0;
|
|
2920
2942
|
background: #fff;
|
|
@@ -2915,6 +2915,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2915
2915
|
padding: 0;
|
|
2916
2916
|
width: auto;
|
|
2917
2917
|
}
|
|
2918
|
+
.e-de-image-property-input {
|
|
2919
|
+
width: 100%;
|
|
2920
|
+
}
|
|
2921
|
+
.e-de-cell-margin-input {
|
|
2922
|
+
width: 48px;
|
|
2923
|
+
}
|
|
2924
|
+
.e-de-border-style-svg {
|
|
2925
|
+
width: 98%;
|
|
2926
|
+
}
|
|
2927
|
+
.e-de-cell-margin-textbox {
|
|
2928
|
+
width: 100%;
|
|
2929
|
+
}
|
|
2930
|
+
.e-de-gallery-normal {
|
|
2931
|
+
font-family: Calibri;
|
|
2932
|
+
font-size: 11pt;
|
|
2933
|
+
}
|
|
2934
|
+
.e-de-gallery-heading1 {
|
|
2935
|
+
font-family: "Calibri Light";
|
|
2936
|
+
font-size: 16pt;
|
|
2937
|
+
color: rgb(47, 84, 150);
|
|
2938
|
+
font-weight: bold;
|
|
2939
|
+
}
|
|
2918
2940
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2919
2941
|
margin-top: 0;
|
|
2920
2942
|
background: #fff;
|