@pnp/spfx-controls-react 3.9.0-beta.2597996 → 3.9.0-beta.2653032

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.
Files changed (154) hide show
  1. package/CHANGELOG.json +1 -0
  2. package/CHANGELOG.md +3 -1
  3. package/lib/AdaptiveCardDesignerHost.d.ts +2 -0
  4. package/lib/AdaptiveCardDesignerHost.d.ts.map +1 -0
  5. package/lib/AdaptiveCardDesignerHost.js +2 -0
  6. package/lib/AdaptiveCardDesignerHost.js.map +1 -0
  7. package/lib/common/telemetry/version.js +1 -1
  8. package/lib/common/utilities/GeneralHelper.js +2 -1
  9. package/lib/common/utilities/GeneralHelper.js.map +1 -1
  10. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.d.ts +7 -0
  11. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.d.ts.map +1 -0
  12. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.js +49 -0
  13. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.js.map +1 -0
  14. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.css +2176 -0
  15. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.d.ts +2 -0
  16. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.d.ts.map +1 -0
  17. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.js +4 -0
  18. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.js.map +1 -0
  19. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.d.ts +33 -0
  20. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.d.ts.map +1 -0
  21. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.js +176 -0
  22. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.js.map +1 -0
  23. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.Exports.d.ts +4 -0
  24. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.Exports.d.ts.map +1 -0
  25. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.Exports.js +4 -0
  26. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.Exports.js.map +1 -0
  27. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.d.ts +4 -0
  28. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.d.ts.map +1 -0
  29. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.js +49 -0
  30. package/lib/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.js.map +1 -0
  31. package/lib/controls/adaptiveCardDesignerHost/IAdaptiveCardDesignerProps.d.ts +125 -0
  32. package/lib/controls/adaptiveCardDesignerHost/IAdaptiveCardDesignerProps.d.ts.map +1 -0
  33. package/lib/controls/adaptiveCardDesignerHost/IAdaptiveCardDesignerProps.js +1 -0
  34. package/lib/controls/adaptiveCardDesignerHost/IAdaptiveCardDesignerProps.js.map +1 -0
  35. package/lib/controls/adaptiveCardDesignerHost/fluentUI/AdaptiveCardHostContainer.d.ts +17 -0
  36. package/lib/controls/adaptiveCardDesignerHost/fluentUI/AdaptiveCardHostContainer.d.ts.map +1 -0
  37. package/lib/controls/adaptiveCardDesignerHost/fluentUI/AdaptiveCardHostContainer.js +80 -0
  38. package/lib/controls/adaptiveCardDesignerHost/fluentUI/AdaptiveCardHostContainer.js.map +1 -0
  39. package/lib/controls/adaptiveCardDesignerHost/fluentUI/index.d.ts +3 -0
  40. package/lib/controls/adaptiveCardDesignerHost/fluentUI/index.d.ts.map +1 -0
  41. package/lib/controls/adaptiveCardDesignerHost/fluentUI/index.js +3 -0
  42. package/lib/controls/adaptiveCardDesignerHost/fluentUI/index.js.map +1 -0
  43. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/ActionPeers.d.ts +18 -0
  44. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/ActionPeers.d.ts.map +1 -0
  45. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/ActionPeers.js +71 -0
  46. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/ActionPeers.js.map +1 -0
  47. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/DesignerPeers.d.ts +2 -0
  48. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/DesignerPeers.d.ts.map +1 -0
  49. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/DesignerPeers.js +21 -0
  50. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/DesignerPeers.js.map +1 -0
  51. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/InputPeers.d.ts +54 -0
  52. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/InputPeers.d.ts.map +1 -0
  53. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/InputPeers.js +158 -0
  54. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/InputPeers.js.map +1 -0
  55. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.d.ts +24 -0
  56. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.d.ts.map +1 -0
  57. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.js +136 -0
  58. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.js.map +1 -0
  59. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/index.d.ts +5 -0
  60. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/index.d.ts.map +1 -0
  61. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/index.js +5 -0
  62. package/lib/controls/adaptiveCardDesignerHost/fluentUI/peers/index.js.map +1 -0
  63. package/lib/controls/adaptiveCardDesignerHost/index.d.ts +8 -0
  64. package/lib/controls/adaptiveCardDesignerHost/index.d.ts.map +1 -0
  65. package/lib/controls/adaptiveCardDesignerHost/index.js +8 -0
  66. package/lib/controls/adaptiveCardDesignerHost/index.js.map +1 -0
  67. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Exports.d.ts +2 -0
  68. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Exports.d.ts.map +1 -0
  69. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Exports.js +2 -0
  70. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Exports.js.map +1 -0
  71. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.HostConfig.d.ts +5 -0
  72. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.HostConfig.d.ts.map +1 -0
  73. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.HostConfig.js +59 -0
  74. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.HostConfig.js.map +1 -0
  75. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Utilities.d.ts +8 -0
  76. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Utilities.d.ts.map +1 -0
  77. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Utilities.js +102 -0
  78. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.Utilities.js.map +1 -0
  79. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.d.ts.map +1 -1
  80. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.js +49 -102
  81. package/lib/controls/adaptiveCardHost/AdaptiveCardHost.js.map +1 -1
  82. package/lib/controls/adaptiveCardHost/IAdaptiveCardHostProps.d.ts +2 -13
  83. package/lib/controls/adaptiveCardHost/IAdaptiveCardHostProps.d.ts.map +1 -1
  84. package/lib/controls/adaptiveCardHost/IAdaptiveCardHostProps.js +0 -7
  85. package/lib/controls/adaptiveCardHost/IAdaptiveCardHostProps.js.map +1 -1
  86. package/lib/controls/adaptiveCardHost/fluentUI/Actions.d.ts +3 -1
  87. package/lib/controls/adaptiveCardHost/fluentUI/Actions.d.ts.map +1 -1
  88. package/lib/controls/adaptiveCardHost/fluentUI/Actions.js +40 -7
  89. package/lib/controls/adaptiveCardHost/fluentUI/Actions.js.map +1 -1
  90. package/lib/controls/adaptiveCardHost/fluentUI/Elements.d.ts +6 -1
  91. package/lib/controls/adaptiveCardHost/fluentUI/Elements.d.ts.map +1 -1
  92. package/lib/controls/adaptiveCardHost/fluentUI/Elements.js +24 -6
  93. package/lib/controls/adaptiveCardHost/fluentUI/Elements.js.map +1 -1
  94. package/lib/controls/adaptiveCardHost/fluentUI/HostCapability.d.ts +6 -0
  95. package/lib/controls/adaptiveCardHost/fluentUI/HostCapability.d.ts.map +1 -0
  96. package/lib/controls/adaptiveCardHost/fluentUI/HostCapability.js +13 -0
  97. package/lib/controls/adaptiveCardHost/fluentUI/HostCapability.js.map +1 -0
  98. package/lib/controls/adaptiveCardHost/fluentUI/HostConfig.d.ts +6 -0
  99. package/lib/controls/adaptiveCardHost/fluentUI/HostConfig.d.ts.map +1 -0
  100. package/lib/controls/adaptiveCardHost/{AdaptiveCardHostHelpers.js → fluentUI/HostConfig.js} +6 -111
  101. package/lib/controls/adaptiveCardHost/fluentUI/HostConfig.js.map +1 -0
  102. package/lib/controls/adaptiveCardHost/{AdaptiveCardHostCssStyles.d.ts → fluentUI/Styles.d.ts} +1 -1
  103. package/lib/controls/adaptiveCardHost/fluentUI/Styles.d.ts.map +1 -0
  104. package/lib/controls/adaptiveCardHost/{AdaptiveCardHostCssStyles.js → fluentUI/Styles.js} +2 -2
  105. package/lib/controls/adaptiveCardHost/fluentUI/Styles.js.map +1 -0
  106. package/lib/controls/adaptiveCardHost/fluentUI/index.d.ts +3 -2
  107. package/lib/controls/adaptiveCardHost/fluentUI/index.d.ts.map +1 -1
  108. package/lib/controls/adaptiveCardHost/fluentUI/index.js +3 -2
  109. package/lib/controls/adaptiveCardHost/fluentUI/index.js.map +1 -1
  110. package/lib/controls/adaptiveCardHost/index.d.ts +4 -2
  111. package/lib/controls/adaptiveCardHost/index.d.ts.map +1 -1
  112. package/lib/controls/adaptiveCardHost/index.js +4 -2
  113. package/lib/controls/adaptiveCardHost/index.js.map +1 -1
  114. package/lib/controls/adaptiveCardHost/models/AdaptiveCardHostThemeType.d.ts +7 -0
  115. package/lib/controls/adaptiveCardHost/models/AdaptiveCardHostThemeType.d.ts.map +1 -0
  116. package/lib/controls/adaptiveCardHost/models/AdaptiveCardHostThemeType.js +8 -0
  117. package/lib/controls/adaptiveCardHost/models/AdaptiveCardHostThemeType.js.map +1 -0
  118. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostActionResult.d.ts +8 -0
  119. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostActionResult.d.ts.map +1 -0
  120. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostActionResult.js +1 -0
  121. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostActionResult.js.map +1 -0
  122. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.d.ts +7 -0
  123. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.d.ts.map +1 -0
  124. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.js +1 -0
  125. package/lib/controls/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.js.map +1 -0
  126. package/lib/controls/adaptiveCardHost/models/index.d.ts +12 -0
  127. package/lib/controls/adaptiveCardHost/models/index.d.ts.map +1 -0
  128. package/lib/controls/adaptiveCardHost/models/index.js +12 -0
  129. package/lib/controls/adaptiveCardHost/models/index.js.map +1 -0
  130. package/lib/services/FilesSearchService.d.ts.map +1 -1
  131. package/lib/services/FilesSearchService.js +6 -3
  132. package/lib/services/FilesSearchService.js.map +1 -1
  133. package/lib/services/OrgAssetsService.d.ts.map +1 -1
  134. package/lib/services/OrgAssetsService.js +14 -7
  135. package/lib/services/OrgAssetsService.js.map +1 -1
  136. package/package.json +3 -2
  137. package/release/webpack-stats/sp-dev-fx-controls-react.stats.json +53766 -32158
  138. package/lib/controls/adaptiveCardHost/AdaptiveCardHostCssStyles.d.ts.map +0 -1
  139. package/lib/controls/adaptiveCardHost/AdaptiveCardHostCssStyles.js.map +0 -1
  140. package/lib/controls/adaptiveCardHost/AdaptiveCardHostHelpers.d.ts +0 -13
  141. package/lib/controls/adaptiveCardHost/AdaptiveCardHostHelpers.d.ts.map +0 -1
  142. package/lib/controls/adaptiveCardHost/AdaptiveCardHostHelpers.js.map +0 -1
  143. package/lib/controls/adaptiveCardHost/fluentUI/FluentUI.d.ts +0 -11
  144. package/lib/controls/adaptiveCardHost/fluentUI/FluentUI.d.ts.map +0 -1
  145. package/lib/controls/adaptiveCardHost/fluentUI/FluentUI.js +0 -75
  146. package/lib/controls/adaptiveCardHost/fluentUI/FluentUI.js.map +0 -1
  147. package/lib/controls/adaptiveCardHost/fluentUI/Shared.d.ts +0 -4
  148. package/lib/controls/adaptiveCardHost/fluentUI/Shared.d.ts.map +0 -1
  149. package/lib/controls/adaptiveCardHost/fluentUI/Shared.js +0 -8
  150. package/lib/controls/adaptiveCardHost/fluentUI/Shared.js.map +0 -1
  151. package/lib/controls/adaptiveCardHost/themes/redPalette.json +0 -24
  152. package/lib/controls/adaptiveCardHost/themes/teamsDarkPalette.json +0 -24
  153. package/lib/controls/adaptiveCardHost/themes/teamsDefaultPalette.json +0 -24
  154. package/lib/controls/adaptiveCardHost/themes/teamsHighContrastPalette.json +0 -24
@@ -0,0 +1,2176 @@
1
+ /* Added */
2
+
3
+ .acd-designer-root {
4
+ border: 1px solid #d2d2d2;
5
+ }
6
+
7
+ .acd-designer-host {
8
+ width: fit-content;
9
+ }
10
+
11
+ .acd-toolbox-header-commandButton {
12
+ height: unset !important;
13
+ }
14
+
15
+ .adaptiveCardHostContainer {
16
+ background-color: #eceff1;
17
+ border: 1px solid e6e6e6;
18
+ padding: 5px;
19
+ border-radius: 3px;
20
+ }
21
+
22
+ .ms-ctrl-overlay {
23
+ z-index: 9999999999 !important;
24
+ }
25
+
26
+ .acd-toolbox-header {
27
+ background-color: #f1f1f1;
28
+ }
29
+
30
+ .acd-dialog-overlay {
31
+ z-index: 9999999999 !important;
32
+ font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
33
+ }
34
+
35
+ .acd-error-pane {
36
+ background-color: #b40000 !important;
37
+ }
38
+
39
+ .acd-error-pane-message.selectable:hover {
40
+ background-color: #8a0000 !important;
41
+ }
42
+
43
+ .acd-icon-save::before {
44
+ content: "\E74E";
45
+ }
46
+
47
+ /* ***** */
48
+
49
+ .ms-ctrl-overlay {
50
+ position: absolute;
51
+ left: 0;
52
+ top: 0;
53
+ z-index: 10000;
54
+ }
55
+
56
+ @keyframes fadeIn {
57
+ 0% {
58
+ opacity: 0;
59
+ }
60
+ }
61
+
62
+ @keyframes slideTopToBottom {
63
+ 0% {
64
+ transform: translate(0, -20px);
65
+ }
66
+ }
67
+
68
+ @keyframes slideBottomToTop {
69
+ 0% {
70
+ transform: translate(0, 20px);
71
+ }
72
+ }
73
+
74
+ @keyframes slideLeftToRight {
75
+ 0% {
76
+ transform: translate(-20px, 0);
77
+ }
78
+ }
79
+
80
+ @keyframes slideRightToLeft {
81
+ 0% {
82
+ transform: translate(20px, 0);
83
+ }
84
+ }
85
+
86
+ .ms-ctrl-slide {
87
+ animation-duration: 0.5s;
88
+ animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
89
+ }
90
+
91
+ .ms-ctrl-slide.ms-ctrl-slideTopToBottom {
92
+ animation-name: fadeIn, slideTopToBottom;
93
+ }
94
+
95
+ .ms-ctrl-slide.ms-ctrl-slideBottomToTop {
96
+ animation-name: fadeIn, slideBottomToTop;
97
+ }
98
+
99
+ .ms-ctrl-slide.ms-ctrl-slideLeftToRight {
100
+ animation-name: fadeIn, slideLeftToRight;
101
+ }
102
+
103
+ .ms-ctrl-slide.ms-ctrl-slideRightToLeft {
104
+ animation-name: fadeIn, slideRightToLeft;
105
+ }
106
+
107
+ @font-face {
108
+ font-family: 'FabricMDL2Icons';
109
+ src: url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff2?2.21") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff?2.21") format("woff"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.ttf?2.21") format("truetype");
110
+ font-weight: normal;
111
+ font-style: normal;
112
+ }
113
+
114
+ .ms-icon {
115
+ -moz-osx-font-smoothing: grayscale;
116
+ -webkit-font-smoothing: antialiased;
117
+ display: inline-block;
118
+ font-family: 'FabricMDL2Icons';
119
+ font-style: normal;
120
+ font-weight: normal;
121
+ }
122
+
123
+ .ms-icon-close::before {
124
+ content: '\E8BB';
125
+ }
126
+
127
+ .ms-icon-chevronDown::before {
128
+ content: '\E70D';
129
+ }
130
+
131
+ .ms-icon-chevronLeft::before {
132
+ content: "\E76B";
133
+ }
134
+
135
+ .ms-icon-chevronRight::before {
136
+ content: "\E76C";
137
+ }
138
+
139
+ .ms-icon-calendar::before {
140
+ content: "\E787";
141
+ }
142
+
143
+ .ms-icon-radioOff::before {
144
+ content: "\ECCA";
145
+ }
146
+
147
+ .ms-icon-radioOn::before {
148
+ content: "\ECCB";
149
+ }
150
+
151
+ .ms-icon-checkboxOff::before {
152
+ content: "\E739";
153
+ }
154
+
155
+ .ms-icon-checkboxOn::before {
156
+ content: "\E73A";
157
+ }
158
+
159
+ .ms-icon-checkboxOn-reversed::before {
160
+ content: "\E73D";
161
+ }
162
+
163
+ .ms-icon-checkMark::before {
164
+ content: "\E73E";
165
+ }
166
+
167
+ .ms-ctrl {
168
+ box-sizing: border-box;
169
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
170
+ font-size: 14px;
171
+ font-weight: normal;
172
+ }
173
+
174
+ .ms-ctrl-dropdown {
175
+ border: 1px solid #EEEEEE;
176
+ background-color: white;
177
+ height: 32px;
178
+ display: flex;
179
+ padding-left: 12px;
180
+ padding-right: 12px;
181
+ cursor: pointer;
182
+ }
183
+
184
+ .ms-ctrl-dropdown:hover {
185
+ border: 1px solid #0078D7;
186
+ }
187
+
188
+ @media (forced-colors: none) {
189
+ .ms-ctrl-dropdown:focus {
190
+ border: 1px solid #0078D7;
191
+ outline: 0;
192
+ }
193
+ }
194
+
195
+ .ms-dropdown-label {
196
+ line-height: 30px;
197
+ overflow: hidden;
198
+ white-space: nowrap;
199
+ text-overflow: ellipsis;
200
+ height: 100%;
201
+ width: 100%;
202
+ color: #333333;
203
+ flex: 1 1 100%;
204
+ padding-right: 12px;
205
+ }
206
+
207
+ .ms-dropdown-label.placeholder {
208
+ color: gray;
209
+ }
210
+
211
+ .ms-ctrl-dropdown-button {
212
+ line-height: 32px;
213
+ flex: 0 0 auto;
214
+ }
215
+
216
+ .ms-ctrl-dropdown-button:hover {
217
+ color: #0078D7;
218
+ }
219
+
220
+ .ms-ctrl-dropdown-item {
221
+ width: 100%;
222
+ text-overflow: ellipsis;
223
+ overflow: hidden;
224
+ white-space: nowrap;
225
+ display: block;
226
+ padding: 0px 12px 0px 12px;
227
+ line-height: 30px;
228
+ cursor: pointer;
229
+ }
230
+
231
+ .ms-ctrl-dropdown-item:hover {
232
+ background-color: #EEEEEE;
233
+ }
234
+
235
+ @media (forced-colors: none) {
236
+ .ms-ctrl-dropdown-item:focus {
237
+ outline: 0;
238
+ background-color: #CCCCCC;
239
+ }
240
+ }
241
+
242
+ .ms-ctrl-popup-container {
243
+ border: 1px solid #EEEEEE;
244
+ background-color: white;
245
+ position: absolute;
246
+ box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
247
+ overflow-y: auto;
248
+ }
249
+
250
+ .ms-ctrl-popup-container:focus {
251
+ outline: 0;
252
+ }
253
+
254
+ .ms-ctrl-calendar {
255
+ display: inline-block;
256
+ }
257
+
258
+ .ms-ctrl-calendarHeader {
259
+ font-size: 18px;
260
+ color: gray;
261
+ padding-left: 4px;
262
+ line-height: 34px;
263
+ }
264
+
265
+ .ms-ctrl-calendarNavButton {
266
+ text-align: center;
267
+ line-height: 34px;
268
+ width: 30px;
269
+ cursor: pointer;
270
+ }
271
+
272
+ .ms-ctrl-calendarNavButton:hover {
273
+ background-color: #EEEEEE;
274
+ }
275
+
276
+ .ms-ctrl-calendarDayHeader {
277
+ font-size: 12px;
278
+ text-align: center;
279
+ padding: 6px 8px 6px 8px;
280
+ color: #333333;
281
+ }
282
+
283
+ .ms-ctrl-calendarDay {
284
+ font-size: 12px;
285
+ text-align: center;
286
+ padding: 6px 8px 6px 8px;
287
+ color: #333333;
288
+ cursor: pointer;
289
+ }
290
+
291
+ .ms-ctrl-calendarDay:hover {
292
+ background-color: #EEEEEE;
293
+ }
294
+
295
+ .ms-ctrl-calendarDay.subdued {
296
+ color: gray;
297
+ }
298
+
299
+ .ms-ctrl-calendarDay.selected {
300
+ color: white;
301
+ background-color: #0078D7;
302
+ }
303
+
304
+ .ms-calendarPopup {
305
+ padding: 6px;
306
+ overflow: hidden;
307
+ }
308
+
309
+ .ms-ctrl-datePicker {
310
+ border: 1px solid #EEEEEE;
311
+ height: 32px;
312
+ display: flex;
313
+ padding-left: 12px;
314
+ padding-right: 12px;
315
+ cursor: pointer;
316
+ }
317
+
318
+ .ms-ctrl-datePicker:hover {
319
+ border: 1px solid #0078D7;
320
+ }
321
+
322
+ .ms-ctrl-datePicker:focus {
323
+ border: 1px solid #0078D7;
324
+ outline: 0;
325
+ }
326
+
327
+ .ms-ctrl-checkbox {
328
+ outline: 0;
329
+ cursor: pointer;
330
+ }
331
+
332
+ .ms-ctrl-checkbox input[type=checkbox] {
333
+ visibility: hidden;
334
+ }
335
+
336
+ .ms-ctrl-checkbox label {
337
+ display: inline-block;
338
+ box-sizing: border-box;
339
+ position: relative;
340
+ }
341
+
342
+ .ms-ctrl-checkbox label span {
343
+ margin-left: 24px;
344
+ line-height: 18px;
345
+ color: #333333;
346
+ display: inline-block;
347
+ }
348
+
349
+ .ms-ctrl-checkbox label span:hover {
350
+ color: black;
351
+ }
352
+
353
+ .ms-ctrl-checkbox label::before {
354
+ box-sizing: border-box;
355
+ display: inline-block;
356
+ position: absolute;
357
+ border: 1px solid #A6A6A6;
358
+ content: "";
359
+ width: 18px;
360
+ height: 18px;
361
+ transition-property: background, border, border-color;
362
+ transition-duration: .2s;
363
+ transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
364
+ }
365
+
366
+ .ms-ctrl-checkbox label:hover::before {
367
+ border: 1px solid #767676;
368
+ }
369
+
370
+ .ms-ctrl-checkbox input[type=checkbox]:checked+label::before {
371
+ content: "";
372
+ border: 1px solid #0078D7;
373
+ background-color: #0078D7;
374
+ }
375
+
376
+ .ms-ctrl-checkbox input[type=checkbox]:checked+label::after {
377
+ -moz-osx-font-smoothing: grayscale;
378
+ -webkit-font-smoothing: antialiased;
379
+ font-family: 'FabricMDL2Icons';
380
+ font-style: normal;
381
+ font-weight: bold;
382
+ content: "\E73E";
383
+ color: white;
384
+ position: absolute;
385
+ width: 18px;
386
+ line-height: 18px;
387
+ left: 0;
388
+ top: 0;
389
+ text-align: center;
390
+ transition-property: background, border, border-color;
391
+ transition-duration: .2s;
392
+ transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
393
+ }
394
+
395
+ .ms-ctrl-radiobutton {
396
+ outline: 0;
397
+ cursor: pointer;
398
+ }
399
+
400
+ .ms-ctrl-radiobutton input[type=radio] {
401
+ visibility: hidden;
402
+ }
403
+
404
+ .ms-ctrl-radiobutton label {
405
+ display: inline-block;
406
+ box-sizing: border-box;
407
+ position: relative;
408
+ }
409
+
410
+ .ms-ctrl-radiobutton label span {
411
+ margin-left: 22px;
412
+ line-height: 16px;
413
+ color: #333333;
414
+ display: inline-block;
415
+ vertical-align: top;
416
+ }
417
+
418
+ .ms-ctrl-radiobutton label span:hover {
419
+ color: black;
420
+ }
421
+
422
+ .ms-ctrl-radiobutton label::before {
423
+ content: "";
424
+ box-sizing: border-box;
425
+ display: inline-block;
426
+ position: absolute;
427
+ border: 1px solid #A6A6A6;
428
+ width: 16px;
429
+ height: 16px;
430
+ border-radius: 50%;
431
+ }
432
+
433
+ .ms-ctrl-radiobutton label:hover::before {
434
+ border: 1px solid #767676;
435
+ }
436
+
437
+ .ms-ctrl-radiobutton input[type=radio]:checked+label::before {
438
+ border: 1px solid #0078D7;
439
+ }
440
+
441
+ .ms-ctrl-radiobutton input[type=radio]+label::after {
442
+ content: "";
443
+ box-sizing: border-box;
444
+ display: inline-block;
445
+ position: absolute;
446
+ top: 8px;
447
+ left: 8px;
448
+ width: 0;
449
+ height: 0;
450
+ }
451
+
452
+ .ms-ctrl-radiobutton input[type=radio]:checked+label::after {
453
+ top: 4px;
454
+ left: 4px;
455
+ width: 8px;
456
+ height: 8px;
457
+ background-color: #0078D7;
458
+ border-radius: 50%;
459
+ transition-property: top, left, right, width, height;
460
+ transition-duration: 150ms;
461
+ transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
462
+ }
463
+
464
+ .ms-ctrl-textbox {
465
+ border: 1px solid #EEEEEE;
466
+ color: #333333;
467
+ outline: 0;
468
+ resize: none;
469
+ padding: 4px 8px;
470
+ }
471
+
472
+ .ms-ctrl-textbox-multiline {
473
+ overflow: auto;
474
+ }
475
+
476
+ .ms-ctrl-textbox:-moz-placeholder {
477
+ color: gray;
478
+ }
479
+
480
+ .ms-ctrl-textbox::-moz-placeholder {
481
+ color: gray;
482
+ }
483
+
484
+ .ms-ctrl-textbox:-ms-input-placeholder {
485
+ color: gray;
486
+ }
487
+
488
+ .ms-ctrl-textbox::-ms-input-placeholder {
489
+ color: gray;
490
+ }
491
+
492
+ .ms-ctrl-textbox::-webkit-input-placeholder {
493
+ color: gray;
494
+ }
495
+
496
+ .ms-ctrl-textbox:hover {
497
+ border: 1px solid #0078D7;
498
+ }
499
+
500
+ .ms-ctrl-textbox:focus,
501
+ .ms-ctrl-textbox:active {
502
+ border: 1px solid #0078D7;
503
+ }
504
+
505
+ @font-face {
506
+ font-family: 'FabricMDL2Icons';
507
+ src: url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-3.54.woff") format("woff");
508
+ font-weight: normal;
509
+ font-style: normal;
510
+ }
511
+
512
+ .acd-designer-root *::-webkit-scrollbar {
513
+ width: 5px;
514
+ height: 5px;
515
+ }
516
+
517
+ .acd-designer-root *::-webkit-scrollbar-thumb {
518
+ background-color: transparent;
519
+ }
520
+
521
+ .acd-designer-root *:hover::-webkit-scrollbar-thumb {
522
+ background-color: #CDCDCD;
523
+ }
524
+
525
+ @media all and (min-width: 651px) {
526
+ .content {
527
+ display: flex;
528
+ flex: 1 1 auto;
529
+ overflow-y: hidden;
530
+ }
531
+ }
532
+
533
+ .acd-designer-cardArea {
534
+ flex: 1 1 70%;
535
+ background-color: #F6F6F6;
536
+ display: flex;
537
+ flex-direction: column;
538
+ overflow: auto;
539
+ }
540
+
541
+ .acd-designer-host {
542
+ margin: 20px 40px 20px 20px;
543
+ }
544
+
545
+ .acd-designer-card-header {
546
+ display: none;
547
+ }
548
+
549
+ .acd-designersurface {
550
+ outline: none;
551
+ }
552
+
553
+ .acd-hidden {
554
+ display: none !important;
555
+ }
556
+
557
+ @media all and (min-width: 651px) {
558
+ .acd-toolPalette-pane {
559
+ display: flex;
560
+ flex: 0 0 auto;
561
+ flex-direction: column;
562
+ background-color: white;
563
+ border-right: 1px solid #D2D2D2;
564
+ }
565
+ }
566
+
567
+ .acd-treeView {
568
+ margin: 0;
569
+ }
570
+
571
+ .acd-treeView-pane {
572
+ display: flex;
573
+ flex: 0 0 auto;
574
+ flex-direction: column;
575
+ width: 360px;
576
+ background-color: white;
577
+ }
578
+
579
+ .acd-treeView-host {
580
+ flex: 1 1 100%;
581
+ overflow-y: auto;
582
+ overflow-x: hidden;
583
+ padding-top: 6px;
584
+ background-color: white;
585
+ }
586
+
587
+ .acd-propertySheet-pane {
588
+ display: flex;
589
+ flex: 0 0 auto;
590
+ flex-direction: column;
591
+ width: 360px;
592
+ background-color: #F9F9F9;
593
+ }
594
+
595
+ .acd-propertySheet-host {
596
+ flex: 1 1 100%;
597
+ overflow: auto;
598
+ }
599
+
600
+ .acd-vertical-splitter {
601
+ border-left: 1px solid #D2D2D2;
602
+ cursor: ew-resize;
603
+ position: absolute;
604
+ top: 0;
605
+ left: 0;
606
+ width: 6px;
607
+ height: 100%;
608
+ z-index: 1;
609
+ }
610
+
611
+ .acd-horizontal-splitter {
612
+ border-top: 1px solid #D2D2D2;
613
+ cursor: ns-resize;
614
+ position: absolute;
615
+ top: 0;
616
+ left: 0;
617
+ width: 100%;
618
+ height: 6px;
619
+ z-index: 1;
620
+ }
621
+
622
+ .acd-code-editor {
623
+ overflow: hidden;
624
+ }
625
+
626
+ .acd-json-editor-pane {
627
+ flex: 0 0 auto;
628
+ display: flex;
629
+ flex-direction: column;
630
+ height: 360px;
631
+ }
632
+
633
+ .acd-json-editor-host {
634
+ flex: 1 1 100%;
635
+ }
636
+
637
+ .acd-error-pane {
638
+ flex: 0 0 65px;
639
+ color: white;
640
+ background-color: #2D7BB7;
641
+ border-top: 1px solid #D2D2D2;
642
+ overflow-x: hidden;
643
+ overflow-y: auto;
644
+ white-space: nowrap;
645
+ }
646
+
647
+ .acd-error-pane-message {
648
+ padding: 1px 4px 2px 4px;
649
+ cursor: default;
650
+ overflow: hidden;
651
+ text-overflow: ellipsis;
652
+ }
653
+
654
+ .acd-error-pane-message.selectable {
655
+ cursor: pointer;
656
+ }
657
+
658
+ .acd-error-pane-message.selectable:hover {
659
+ background-color: navy;
660
+ }
661
+
662
+ /*
663
+ In-place editors
664
+ */
665
+
666
+ .acd-inplace-editor-host {
667
+ box-sizing: border-box;
668
+ position: absolute;
669
+ display: flex;
670
+ outline: 1px dashed steelblue;
671
+ background-color: white;
672
+ }
673
+
674
+ .acd-inplace-editor {
675
+ flex: 1 1 100%;
676
+ align-items: stretch;
677
+ }
678
+
679
+ .acd-textBlock-inplace-editor {
680
+ border: none;
681
+ padding: 0;
682
+ margin: 0;
683
+ outline: none;
684
+ resize: none;
685
+ color: black !important;
686
+ }
687
+
688
+ .acd-dialog-overlay {
689
+ position: absolute;
690
+ left: 0;
691
+ top: 0;
692
+ width: 100%;
693
+ height: 100%;
694
+ background-color: rgba(0, 0, 0, 0.4);
695
+ display: flex;
696
+ align-items: center;
697
+ justify-content: center;
698
+ z-index: 10000;
699
+ }
700
+
701
+ .acd-dialog-frame {
702
+ background-color: white;
703
+ display: flex;
704
+ flex-direction: column;
705
+ box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.4);
706
+ justify-content: space-between;
707
+ padding: 20px;
708
+ }
709
+
710
+ .acd-dialog-title-host {
711
+ display: flex;
712
+ align-items: center;
713
+ flex: 0 0 auto;
714
+ margin-bottom: 10px;
715
+ }
716
+
717
+ .acd-dialog-title {
718
+ font-weight: bold;
719
+ flex: 1 1 auto;
720
+ font-size: 24px;
721
+ }
722
+
723
+ .acd-dialog-buttonBar {
724
+ display: flex;
725
+ flex: 0 0 auto;
726
+ justify-content: center;
727
+ margin-top: 10px;
728
+ }
729
+
730
+ .acd-dialog-message {
731
+ margin-top: 10px;
732
+ }
733
+
734
+ .acd-open-sample-item-container {
735
+ display: flex;
736
+ flex-flow: row wrap;
737
+ align-items: flex-end;
738
+ justify-content: space-evenly;
739
+ }
740
+
741
+ .acd-open-sample-item {
742
+ width: 350px;
743
+ height: 100%;
744
+ padding: 10px;
745
+ overflow: hidden;
746
+ display: flex;
747
+ flex-direction: column;
748
+ align-items: center;
749
+ justify-content: center;
750
+ cursor: pointer;
751
+ }
752
+
753
+ .acd-open-sample-item-thumbnail {
754
+ overflow: hidden;
755
+ height: 100%;
756
+ min-height: 150px;
757
+ max-height: 400px;
758
+ width: 100%;
759
+ pointer-events: none;
760
+ border: 1.5px solid #EEEEEE;
761
+ display: flex;
762
+ justify-content: center;
763
+ }
764
+
765
+ .acd-open-sample-item-title {
766
+ margin-top: 10px;
767
+ }
768
+
769
+ .acd-open-sample-item:hover>.acd-open-sample-item-thumbnail {
770
+ box-shadow: 0 0 20px -5px #CCCCCC;
771
+ border: 1.5px solid #CCCCCC;
772
+ }
773
+
774
+ .acd-open-sample-item:hover>.acd-open-sample-item-title {
775
+ font-weight: bold;
776
+ }
777
+
778
+ .acd-open-code-dialog-container {
779
+ display: flex;
780
+ }
781
+
782
+ .acd-open-code-dialog-preview-container {
783
+ flex: 1;
784
+ }
785
+
786
+ .acd-open-code-dialog-editor-container {
787
+ flex: 1;
788
+ }
789
+
790
+ .acd-open-code-dialog-editor {
791
+ width: 100%;
792
+ height: 90%;
793
+ }
794
+
795
+ @keyframes acd-spinner-rotate {
796
+ from {
797
+ transform: rotate(0)
798
+ }
799
+
800
+ to {
801
+ transform: rotate(360deg)
802
+ }
803
+ }
804
+
805
+ .acd-spinner {
806
+ width: 100%;
807
+ height: 100%;
808
+ border-radius: 50%;
809
+ border-width: 1.5px;
810
+ border-style: solid;
811
+ border-color: rgb(0, 120, 212) rgb(199, 224, 244) rgb(199, 224, 244) rgb(199, 224, 244);
812
+ animation-name: acd-spinner-rotate;
813
+ animation-duration: 1.5s;
814
+ animation-iteration-count: infinite;
815
+ animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
816
+ }
817
+
818
+ /*
819
+ Icons
820
+ */
821
+
822
+ .acd-icon {
823
+ font-family: 'FabricMDL2Icons';
824
+ font-size: 14px;
825
+ font-style: normal;
826
+ font-weight: normal;
827
+ }
828
+
829
+ .acd-dialog-titleBar-button {
830
+ color: black;
831
+ background-color: transparent;
832
+ font-size: 16px;
833
+ padding: 4px;
834
+ border: none;
835
+ cursor: pointer;
836
+ flex: 0 0 auto;
837
+ }
838
+
839
+ .acd-dialog-titleBar-button:hover {
840
+ background-color: #CCCCCC;
841
+ }
842
+
843
+ .acd-toolPalette-icon {
844
+ color: #2D7BB7;
845
+ }
846
+
847
+ .acd-treeView-icon {
848
+ color: #2D7BB7;
849
+ }
850
+
851
+ .acd-icon-bolt::before {
852
+ content: "\E945";
853
+ }
854
+
855
+ .acd-icon-addColumn::before {
856
+ content: "\F1D6";
857
+ }
858
+
859
+ .acd-icon-remove::before {
860
+ content: "\E711";
861
+ }
862
+
863
+ .acd-icon-drag::before {
864
+ content: "\E7C2";
865
+ }
866
+
867
+ .acd-icon-defaultElementIcon::before {
868
+ content: "\F50B";
869
+ }
870
+
871
+ .acd-icon-image::before {
872
+ content: "\ECAB";
873
+ }
874
+
875
+ .acd-icon-adaptiveCard::before {
876
+ content: "\EEBD";
877
+ }
878
+
879
+ .acd-icon-column::before {
880
+ content: "\E799";
881
+ }
882
+
883
+ .acd-icon-columnSet::before {
884
+ content: "\F1D5";
885
+ }
886
+
887
+ .acd-icon-container::before {
888
+ content: "\E739";
889
+ }
890
+
891
+ .acd-icon-factSet::before {
892
+ content: "\F2A2";
893
+ }
894
+
895
+ .acd-icon-actionSet::before {
896
+ content: "\E945";
897
+ }
898
+
899
+ .acd-icon-image::before {
900
+ content: "\EB9F";
901
+ }
902
+
903
+ .acd-icon-imageSet::before {
904
+ content: "\E7AA";
905
+ }
906
+
907
+ .acd-icon-inputChoiceSet::before {
908
+ content: "\F2C7";
909
+ }
910
+
911
+ .acd-icon-inputDate::before {
912
+ content: "\E787";
913
+ }
914
+
915
+ .acd-icon-inputNumber::before {
916
+ content: "\EDC4";
917
+ }
918
+
919
+ .acd-icon-inputText::before {
920
+ content: "\EDC3";
921
+ }
922
+
923
+ .acd-icon-inputTime::before {
924
+ content: "\E917";
925
+ }
926
+
927
+ .acd-icon-inputToggle::before {
928
+ content: "\E73A";
929
+ }
930
+
931
+ .acd-icon-textBlock::before {
932
+ content: "\E8E9";
933
+ }
934
+
935
+ .acd-icon-richTextBlock::before {
936
+ content: "\EDC2";
937
+ }
938
+
939
+ .acd-icon-chevronDown::before {
940
+ content: "\E70D";
941
+ }
942
+
943
+ .acd-icon-chevronUp::before {
944
+ content: "\E70E";
945
+ }
946
+
947
+ .acd-icon-chevronRight::before {
948
+ content: "\E76C";
949
+ }
950
+
951
+ .acd-icon-chevronLeft::before {
952
+ content: "\E76B";
953
+ }
954
+
955
+ .acd-icon-newCard::before {
956
+ content: "\F321";
957
+ }
958
+
959
+ .acd-icon-fullScreen::before {
960
+ content: "\E740";
961
+ }
962
+
963
+ .acd-icon-actionShowCard::before {
964
+ content: "\EEBD";
965
+ }
966
+
967
+ .acd-icon-actionOpenUrl::before {
968
+ content: "\E71B";
969
+ }
970
+
971
+ .acd-icon-actionSubmit::before {
972
+ content: "\E73E";
973
+ }
974
+
975
+ .acd-icon-actionToggleVisibility::before {
976
+ content: "\E7B3";
977
+ }
978
+
979
+ .acd-icon-actionHttp::before {
980
+ content: "\E774";
981
+ }
982
+
983
+ .acd-icon-copy::before {
984
+ content: "\E8C8";
985
+ }
986
+
987
+ .acd-icon-help::before {
988
+ content: "\E897";
989
+ }
990
+
991
+ .acd-icon-header-expanded::before {
992
+ content: "\F166";
993
+ }
994
+
995
+ .acd-icon-header-collapsed::before {
996
+ content: "\F164";
997
+ }
998
+
999
+ .acd-icon-undo::before {
1000
+ content: "\E7A7";
1001
+ }
1002
+
1003
+ .acd-icon-redo::before {
1004
+ content: "\E7A6";
1005
+ }
1006
+
1007
+ .acd-icon-media::before {
1008
+ content: "\EB1C";
1009
+ }
1010
+
1011
+ .acd-icon-dot::before {
1012
+ content: "\E915";
1013
+ }
1014
+
1015
+ .acd-icon-dataStructure::before {
1016
+ content: "\EC8D";
1017
+ }
1018
+
1019
+ .acd-icon-preview::before {
1020
+ content: "\E8A1";
1021
+ }
1022
+
1023
+ .acd-icon-open::before {
1024
+ content: "\ED25";
1025
+ }
1026
+
1027
+ .acd-icon-customPaletteItem::before {
1028
+ content: "\ECAA";
1029
+ }
1030
+
1031
+ .acd-icon-table::before {
1032
+ content: "\ED86";
1033
+ }
1034
+
1035
+ .acd-icon-tableRow::before {
1036
+ content: "\F82A";
1037
+ }
1038
+
1039
+ .acd-icon-tableCell::before {
1040
+ content: "\F50A";
1041
+ }
1042
+
1043
+ /*
1044
+ Side panes
1045
+ */
1046
+
1047
+ /* NOTE: All of these are layed out sequentially on small-x-dimension displays */
1048
+ @media all and (min-width: 651px) {
1049
+ .acd-dockedLeft {
1050
+ border-right: 1px solid #D2D2D2;
1051
+ }
1052
+
1053
+ .acd-dockedRight {
1054
+ border-left: 1px solid #D2D2D2;
1055
+ }
1056
+
1057
+ .acd-verticalCollapsedTabContainer {}
1058
+
1059
+ .acd-horizontalCollapsedTabContainer {
1060
+ display: flex;
1061
+ flex: 0 0 auto;
1062
+ border-top: 1px solid #D2D2D2;
1063
+ }
1064
+
1065
+ .acd-horizontalCollapsedTabContainer>.acd-toolbox-header {
1066
+ border-right: 1px solid #D2D2D2;
1067
+ }
1068
+
1069
+ .acd-verticalCollapsedTabContainer.acd-dockedLeft>.acd-toolbox-header {
1070
+ width: 32px;
1071
+ height: 170px;
1072
+ border-bottom: 1px solid #D2D2D2;
1073
+ }
1074
+
1075
+ .acd-verticalCollapsedTabContainer.acd-dockedLeft .acd-toolbox-header-content {
1076
+ width: 170px;
1077
+ height: 32px;
1078
+ transform-origin: 0 0;
1079
+ transform: rotate(-90deg) translate(-170px, 0px);
1080
+ }
1081
+
1082
+ .acd-verticalCollapsedTabContainer.acd-dockedRight>.acd-toolbox-header {
1083
+ width: 32px;
1084
+ height: 170px;
1085
+ border-bottom: 1px solid #D2D2D2;
1086
+ }
1087
+
1088
+ .acd-verticalCollapsedTabContainer.acd-dockedRight .acd-toolbox-header-content {
1089
+ width: 170px;
1090
+ height: 32px;
1091
+ transform-origin: 0 100%;
1092
+ transform: rotate(90deg) translate(-32px, 0px);
1093
+ }
1094
+
1095
+ .acd-sidepanel-parent {
1096
+ display: flex;
1097
+ position: relative;
1098
+ }
1099
+
1100
+ .acd-sidepanel-parent-vertical {
1101
+ flex-direction: row;
1102
+ overflow-x: hidden;
1103
+ }
1104
+
1105
+ .acd-sidepanel-parent-horizontal {
1106
+ flex-direction: column;
1107
+ overflow-y: hidden;
1108
+ }
1109
+
1110
+ .acd-sidepanel-host {
1111
+ display: flex;
1112
+ flex: 1 1 auto;
1113
+ overflow: hidden;
1114
+ position: relative;
1115
+ }
1116
+
1117
+ .acd-sidepanel-host-vertical {
1118
+ flex-direction: column;
1119
+ }
1120
+
1121
+ .acd-sidepanel-host-horizontal {
1122
+ flex-direction: row;
1123
+ }
1124
+
1125
+ .acd-toolbox {
1126
+ overflow: auto;
1127
+ display: flex;
1128
+ flex-direction: column;
1129
+ position: relative;
1130
+ }
1131
+
1132
+ .acd-toolbox-stretch {
1133
+ flex: 1 1 auto;
1134
+ }
1135
+
1136
+ .acd-toolbox-no-stretch {
1137
+ flex: 0 0 auto;
1138
+ }
1139
+ }
1140
+
1141
+ .acd-toolbox-header {
1142
+ height: 32px;
1143
+ cursor: pointer;
1144
+ flex: 0 0 auto;
1145
+ }
1146
+
1147
+ .acd-toolbox-header-content {
1148
+ height: 100%;
1149
+ display: flex;
1150
+ align-items: center;
1151
+ justify-content: space-between;
1152
+ }
1153
+
1154
+ .acd-toolbox-header-title {
1155
+ white-space: nowrap;
1156
+ text-overflow: ellipsis;
1157
+ overflow: hidden;
1158
+ padding: 4px 8px;
1159
+ font-size: 12px;
1160
+ color: black;
1161
+ }
1162
+
1163
+ .acd-toolbox-header-commandButton {
1164
+ display: flex;
1165
+ align-items: center;
1166
+ cursor: pointer;
1167
+ height: 100%;
1168
+ padding: 4px 8px;
1169
+ color: gray;
1170
+ }
1171
+
1172
+ .acd-toolbox-header-commandButton:hover {
1173
+ background-color: rgba(0, 0, 0, 0.1);
1174
+ }
1175
+
1176
+ .acd-toolbox-header-commandButton:active {
1177
+ background-color: rgba(0, 0, 0, 0.3);
1178
+ }
1179
+
1180
+ .acd-toolbox-header-commandsHost {
1181
+ display: flex;
1182
+ height: 100%;
1183
+ }
1184
+
1185
+ .acd-previewRightAndBottomDocks {
1186
+ display: flex;
1187
+ flex-direction: column;
1188
+ flex: 1 1 100%;
1189
+ overflow: hidden;
1190
+ }
1191
+
1192
+ @media all and (min-width: 651px) {
1193
+ .acd-previewAndBottomDocks {
1194
+ display: flex;
1195
+ flex: 1 1 100%;
1196
+ overflow: hidden;
1197
+ }
1198
+ }
1199
+
1200
+ .acd-designersurface.dragging {
1201
+ cursor: move;
1202
+ }
1203
+
1204
+ .acd-designersurface.dragging>.acd-peer:hover {
1205
+ background-color: transparent;
1206
+ border-color: transparent;
1207
+ }
1208
+
1209
+ /*
1210
+ Designer peers
1211
+ */
1212
+
1213
+ @keyframes acd-peer-frame-appear {
1214
+ from {
1215
+ border-color: transparent
1216
+ }
1217
+
1218
+ to {
1219
+ border-color: steelblue
1220
+ }
1221
+ }
1222
+
1223
+ @keyframes acd-peer-frame-disappear {
1224
+
1225
+ /*
1226
+ from { border-color: currentColor }
1227
+ */
1228
+ to {
1229
+ border-color: transparent
1230
+ }
1231
+ }
1232
+
1233
+ .acd-peer {
1234
+ animation-name: acd-peer-frame-disappear;
1235
+ animation-duration: 150ms;
1236
+ animation-fill-mode: forwards;
1237
+ border: 1px dashed transparent;
1238
+ }
1239
+
1240
+ .acd-peer.invisible {
1241
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNv1OCegAAAAwSURBVChTY/j//z8cA0EDOh+vJJjGJwll45YE81E4WBTjlQTT+CShbNyS////ZwAAVxKXcckJBiYAAAAASUVORK5CYII=');
1242
+ background-repeat: repeat;
1243
+ background-color: white;
1244
+ opacity: 0.4;
1245
+ }
1246
+
1247
+ .acd-peer:hover,
1248
+ .acd-peer.selected,
1249
+ .acd-peer.dragging {
1250
+ animation-name: acd-peer-frame-appear;
1251
+ animation-duration: 200ms;
1252
+ animation-fill-mode: forwards;
1253
+ }
1254
+
1255
+ .acd-peer.dragover {
1256
+ border: 1px dashed green !important;
1257
+ }
1258
+
1259
+ .acd-peer.dragover:hover {
1260
+ background-color: none;
1261
+ }
1262
+
1263
+ .acd-peerButton {
1264
+ font-size: 14px;
1265
+ border: 1px solid steelblue;
1266
+ color: steelblue;
1267
+ background-color: white;
1268
+ cursor: default;
1269
+ user-select: none;
1270
+ padding: 1px;
1271
+ display: flex;
1272
+ align-items: center;
1273
+ pointer-events: all !important;
1274
+ height: 20px;
1275
+ border-radius: 0;
1276
+ outline: none;
1277
+ }
1278
+
1279
+ .acd-peerButton.fixedWidth {
1280
+ width: 20px;
1281
+ }
1282
+
1283
+ .acd-peerButton.fixedWidth.circular {
1284
+ border-radius: 50%;
1285
+ }
1286
+
1287
+ .acd-peerButton.variableWidth {}
1288
+
1289
+ .acd-peerButton-icon {
1290
+ font-family: 'FabricMDL2Icons';
1291
+ font-style: normal;
1292
+ font-weight: normal;
1293
+ justify-content: center;
1294
+ }
1295
+
1296
+ .acd-peerButton-text {
1297
+ font-family: inherit;
1298
+ justify-content: center;
1299
+ padding: 0px 4px;
1300
+ }
1301
+
1302
+ .acd-peerButton:hover {
1303
+ background-color: steelblue;
1304
+ color: white;
1305
+ }
1306
+
1307
+ /*
1308
+ Tool box
1309
+ */
1310
+
1311
+ .acd-palette-category {
1312
+ align-items: center;
1313
+ display: flex;
1314
+ font-size: 14px;
1315
+ font-weight: 600;
1316
+ list-style-type: none;
1317
+ position: relative;
1318
+ white-space: nowrap;
1319
+ padding: 6px 16px 6px 16px;
1320
+ cursor: default;
1321
+ background-color: #EEEEEE;
1322
+ }
1323
+
1324
+ .acd-palette-item {
1325
+ cursor: move;
1326
+ display: flex;
1327
+ align-items: center;
1328
+ padding: 6px 16px 6px 16px;
1329
+ overflow: hidden;
1330
+ text-overflow: ellipsis;
1331
+ }
1332
+
1333
+ .acd-palette-item-label {
1334
+ font-size: 14px;
1335
+ white-space: nowrap;
1336
+ margin-left: 8px;
1337
+ flex: 1 1 100%;
1338
+ }
1339
+
1340
+ .acd-palette-item:hover {
1341
+ background-color: #EEEEEE;
1342
+ }
1343
+
1344
+ /*
1345
+ Visual tree view
1346
+ */
1347
+
1348
+ .acd-tree-item {
1349
+ cursor: pointer;
1350
+ }
1351
+
1352
+ .acd-tree-item.selected {
1353
+ background-color: #BCE2FF;
1354
+ }
1355
+
1356
+ .acd-tree-item:hover {
1357
+ background-color: #EEEEEE;
1358
+ }
1359
+
1360
+ .acd-tree-item.selected:hover {
1361
+ background-color: #A3D8FF;
1362
+ }
1363
+
1364
+ .acd-tree-item-expandCollapseButton {
1365
+ font-family: 'FabricMDL2Icons';
1366
+ font-size: 10px;
1367
+ width: 16px;
1368
+ }
1369
+
1370
+ .acd-tree-item-text {
1371
+ user-select: none;
1372
+ -moz-user-select: none;
1373
+ -ms-user-select: none;
1374
+ -webkit-user-select: none;
1375
+ padding: 4px 4px 4px 8px;
1376
+ }
1377
+
1378
+ .acd-tree-item-typeName {
1379
+ margin-left: 8px;
1380
+ }
1381
+
1382
+ .acd-tree-item-additionalText {
1383
+ color: #757575;
1384
+ margin-left: 8px;
1385
+ }
1386
+
1387
+ .acd-data-tree-item-additionalText {
1388
+ color: #2D7BB7;
1389
+ margin-left: 8px;
1390
+ }
1391
+
1392
+ /*
1393
+ Toolbar
1394
+ */
1395
+
1396
+ .acd-toolbar {
1397
+ justify-content: space-between;
1398
+ background-color: #F1F1F1;
1399
+ align-items: center;
1400
+ border-bottom: 1px solid #D2D2D2;
1401
+ }
1402
+
1403
+ .acd-toolbar-content {
1404
+ display: flex;
1405
+ align-items: center;
1406
+ flex-wrap: wrap;
1407
+ }
1408
+
1409
+ .acd-toolbar-label {
1410
+ color: black;
1411
+ margin-left: 8px;
1412
+ margin-right: 8px;
1413
+ }
1414
+
1415
+ .acd-toolbar-choicePicker {
1416
+ display: flex;
1417
+ align-items: center;
1418
+ flex: 0 0 auto;
1419
+ margin: 0px 8px 0px 8px;
1420
+ }
1421
+
1422
+ @media all and (min-width: 651px) {
1423
+ .acd-toolbar {
1424
+ display: flex;
1425
+ flex: 0 0 auto;
1426
+ }
1427
+ }
1428
+
1429
+ .acd-toolbar-separator {
1430
+ width: 1px;
1431
+ height: 30px;
1432
+ border-left: 1px solid #D2D2D2;
1433
+ }
1434
+
1435
+ .acd-toolbar-button {
1436
+ font-family: 'Segoe UI', sans-serif;
1437
+ font-size: 14px;
1438
+ font-weight: normal;
1439
+ padding: 10px;
1440
+ border: 1px solid transparent;
1441
+ font-style: normal;
1442
+ font-weight: normal;
1443
+ display: flex;
1444
+ align-items: center;
1445
+ justify-content: center;
1446
+ cursor: pointer;
1447
+ user-select: none;
1448
+ background-color: transparent;
1449
+ }
1450
+
1451
+ .acd-toolbar-button:hover {
1452
+ background-color: white;
1453
+ }
1454
+
1455
+ .acd-toolbar-button:active {
1456
+ border: 1px solid black;
1457
+ }
1458
+
1459
+ .acd-toolbar-button.acd-toolbar-button-disabled {
1460
+ color: lightgray;
1461
+ background-color: transparent;
1462
+ cursor: default;
1463
+ }
1464
+
1465
+ @media (forced-colors: none) {
1466
+ .acd-toolbar-button.acd-toolbar-button-toggled {
1467
+ background-color: rgba(0, 0, 0, 0.1);
1468
+ }
1469
+ }
1470
+
1471
+ @media (forced-colors: active) {
1472
+ .acd-toolbar-button.acd-toolbar-button-toggled {
1473
+ background-color: highlight;
1474
+ color: highlightText;
1475
+ forced-color-adjust: none;
1476
+ }
1477
+ }
1478
+
1479
+ .acd-toolbar-button-iconOnly::before {
1480
+ margin-right: 0 !important;
1481
+ }
1482
+
1483
+ .acd-toolbar-button::before {
1484
+ font-family: 'FabricMDL2Icons';
1485
+ font-size: 20px;
1486
+ margin-right: 8px;
1487
+ }
1488
+
1489
+ .acd-fieldPicker-host {
1490
+ max-height: 200px;
1491
+ overflow-y: auto;
1492
+ }
1493
+
1494
+ /*
1495
+ Adaptive Card renderer styles for Property Sheet and other
1496
+ designer AC-based parts of designer UI.
1497
+ */
1498
+
1499
+ .default-ac-image.default-ac-selectable {
1500
+ cursor: pointer;
1501
+ }
1502
+
1503
+ .default-ac-media-poster {}
1504
+
1505
+ .default-ac-media-poster.empty {
1506
+ height: 200px;
1507
+ background-color: #F2F2F2;
1508
+ }
1509
+
1510
+ .default-ac-media-playButton {
1511
+ width: 56px;
1512
+ height: 56px;
1513
+ border: 1px solid #EEEEEE;
1514
+ border-radius: 28px;
1515
+ box-shadow: 0px 0px 10px #EEEEEE;
1516
+ background-color: rgba(255, 255, 255, 0.9);
1517
+ color: black;
1518
+ cursor: pointer;
1519
+ }
1520
+
1521
+ .default-ac-media-playButton-arrow {
1522
+ color: black;
1523
+ }
1524
+
1525
+ .default-ac-media-playButton:hover {
1526
+ background-color: white;
1527
+ }
1528
+
1529
+ a.default-ac-anchor {
1530
+ text-decoration: none;
1531
+ }
1532
+
1533
+ a.default-ac-anchor:link {
1534
+ color: #005A9E;
1535
+ }
1536
+
1537
+ a.default-ac-anchor:visited {
1538
+ color: #005A9E;
1539
+ }
1540
+
1541
+ a.default-ac-anchor:link:active {
1542
+ color: #004D84;
1543
+ }
1544
+
1545
+ a.default-ac-anchor:visited:active {
1546
+ color: #004D84;
1547
+ }
1548
+
1549
+ .default-ac-container.default-ac-selectable,
1550
+ .default-ac-columnSet.default-ac-selectable {
1551
+ padding: 0;
1552
+ }
1553
+
1554
+ .default-ac-container.default-ac-selectable:hover,
1555
+ .default-ac-columnSet.default-ac-selectable:hover {
1556
+ background-color: rgba(0, 0, 0, 0.1) !important;
1557
+ }
1558
+
1559
+ .default-ac-container.default-ac-selectable:active,
1560
+ .default-ac-columnSet.default-ac-selectable:active {
1561
+ background-color: rgba(0, 0, 0, 0.15) !important;
1562
+ }
1563
+
1564
+ .default-ac-pushButton,
1565
+ .acd-dialog-button {
1566
+ overflow: hidden;
1567
+ text-overflow: ellipsis;
1568
+ text-align: center;
1569
+ vertical-align: middle;
1570
+ cursor: pointer;
1571
+ font-family: "Segoe UI", sans-serif;
1572
+ font-size: 14px;
1573
+ font-weight: 600;
1574
+ padding: 4px 10px 5px 10px;
1575
+ -webkit-user-select: none;
1576
+ -moz-user-select: none;
1577
+ -ms-user-select: none;
1578
+ user-select: none;
1579
+ height: 31px;
1580
+ background-color: #EEEEEE;
1581
+ color: black;
1582
+ border: 1px solid #888888;
1583
+ border-radius: 2px;
1584
+ }
1585
+
1586
+ .default-ac-pushButton:hover,
1587
+ .acd-dialog-button:hover {
1588
+ /* background-color: #DDDDDD; */
1589
+ border: 1px solid #777777;
1590
+ }
1591
+
1592
+ .default-ac-pushButton:active,
1593
+ .acd-dialog-button:active {
1594
+ /* background-color: #CCCCCC; */
1595
+ border: 1px solid #777777;
1596
+ }
1597
+
1598
+ .default-ac-pushButton.subdued {
1599
+ color: #666666;
1600
+ border: 1px solid #EEEEEE;
1601
+ }
1602
+
1603
+ .default-ac-pushButton.subdued:hover {
1604
+ background-color: #0078D7;
1605
+ color: white;
1606
+ border: 1px solid #0078D7;
1607
+ }
1608
+
1609
+ @media (forced-colors: none) {
1610
+ .default-ac-pushButton.expanded {
1611
+ background-color: #0078D7;
1612
+ color: white;
1613
+ border: 1px solid #0078D7;
1614
+ }
1615
+ }
1616
+
1617
+ @media (forced-colors: active) {
1618
+ .default-ac-pushButton.expanded {
1619
+ background-color: highlight;
1620
+ color: highlightText;
1621
+ forced-color-adjust: none;
1622
+ }
1623
+ }
1624
+
1625
+ .default-ac-pushButton.expandable:after {
1626
+ -moz-osx-font-smoothing: grayscale;
1627
+ -webkit-font-smoothing: antialiased;
1628
+ display: inline-block;
1629
+ font-family: 'FabricMDL2Icons';
1630
+ font-size: 10px;
1631
+ font-style: normal;
1632
+ font-weight: 900;
1633
+ margin: auto 0px auto 6px;
1634
+ content: '\E70D';
1635
+ }
1636
+
1637
+ .default-ac-pushButton.expandable.expanded:after {
1638
+ content: '\E70E';
1639
+ }
1640
+
1641
+ .default-ac-input {
1642
+ font-family: "Segoe UI", sans-serif;
1643
+ font-size: 14px;
1644
+ color: black;
1645
+ }
1646
+
1647
+ .default-ac-input.default-ac-textInput {
1648
+ resize: none;
1649
+ }
1650
+
1651
+ .default-ac-input.default-ac-textInput.default-ac-multiline {
1652
+ height: 72px;
1653
+ }
1654
+
1655
+ .default-ac-input.default-ac-textInput,
1656
+ .default-ac-input.default-ac-numberInput,
1657
+ .default-ac-input.default-ac-dateInput,
1658
+ .default-ac-input.default-ac-timeInput {
1659
+ height: 31px;
1660
+ }
1661
+
1662
+ .default-ac-input.default-ac-textInput,
1663
+ .default-ac-input.default-ac-numberInput,
1664
+ .default-ac-input.default-ac-dateInput,
1665
+ .default-ac-input.default-ac-timeInput,
1666
+ .default-ac-input.default-ac-multichoiceInput {
1667
+ border: 1px solid #DDDDDD;
1668
+ padding: 4px 8px 4px 8px;
1669
+ }
1670
+
1671
+ .default-ac-textBlock {
1672
+ cursor: default;
1673
+ }
1674
+
1675
+ .default-ac-textBlock.default-ac-selectable:hover {
1676
+ color: #2D7BB7 !important;
1677
+ cursor: pointer;
1678
+ }
1679
+
1680
+ /* PIC2CARD css changes*/
1681
+ .acd-pic2card-container {
1682
+ display: flex;
1683
+ overflow: hidden;
1684
+ background-color: #f9f9f9;
1685
+ margin: 10px;
1686
+ position: relative;
1687
+ flex-direction: column;
1688
+ }
1689
+
1690
+ .acd-poweredby-title {
1691
+ font-family: Helvetica;
1692
+ font-size: 13px;
1693
+ color: #0a0a0a;
1694
+ margin-top: 7px;
1695
+ margin-right: 9px;
1696
+ display: flex;
1697
+ justify-content: flex-end;
1698
+ }
1699
+
1700
+ .acd-poweredby-title .link {
1701
+ margin-left: 3px;
1702
+ color: #0367c1;
1703
+ cursor: pointer;
1704
+ font-weight: bold;
1705
+ font-size: 14px;
1706
+ }
1707
+
1708
+ .acd-poweredby-title .link:hover {
1709
+ color: blue;
1710
+ }
1711
+
1712
+ .acd-sample-list {
1713
+ overflow: auto;
1714
+ height: calc(100% - 40px);
1715
+ }
1716
+
1717
+ .acd-sample-image-container {
1718
+ display: flex;
1719
+ flex: 1;
1720
+ flex-wrap: wrap;
1721
+ align-items: center;
1722
+ justify-content: center;
1723
+ height: 100%;
1724
+ }
1725
+
1726
+ .acd-image-upload-container {
1727
+ display: flex;
1728
+ flex: 1;
1729
+ flex-direction: column;
1730
+ border-right: solid 1px #dddbdb;
1731
+ }
1732
+
1733
+ .acd-image-title {
1734
+ width: 60%;
1735
+ margin: 0 auto;
1736
+ margin-top: 20px;
1737
+ font-family: Helvetica;
1738
+ font-size: 16px;
1739
+ color: #0a0a0a;
1740
+ }
1741
+
1742
+ .acd-image-title-content {
1743
+ width: 60%;
1744
+ margin: 0 auto;
1745
+ margin-top: 10px;
1746
+ font-family: Helvetica;
1747
+ font-size: 12px;
1748
+ opacity: 0.61;
1749
+ color: #0a0a0a;
1750
+ }
1751
+
1752
+ .acd-image-file-container {
1753
+ width: 394px;
1754
+ min-height: 394px;
1755
+ margin-top: 30px;
1756
+ display: flex;
1757
+ align-self: center;
1758
+ border: dashed 1px #cdcdcd;
1759
+ background-color: #ffffff;
1760
+ overflow: auto;
1761
+ }
1762
+
1763
+ .error-info {
1764
+ display: flex;
1765
+ justify-content: center;
1766
+ color: red;
1767
+ }
1768
+
1769
+ .sample-info-text {
1770
+ margin-left: 15px;
1771
+ }
1772
+
1773
+ .acd-spinner-host {
1774
+ position: absolute;
1775
+ width: 100%;
1776
+ height: 100%;
1777
+ background-color: black;
1778
+ opacity: .4;
1779
+ }
1780
+
1781
+ .acd-image-spinner {
1782
+ position: absolute;
1783
+ width: 28px;
1784
+ height: 28px;
1785
+ top: 50%;
1786
+ left: 50%;
1787
+ }
1788
+
1789
+ .acd-conversion-text {
1790
+ position: absolute;
1791
+ width: 258px;
1792
+ height: 28px;
1793
+ top: 56%;
1794
+ left: 42%;
1795
+ font-weight: bold;
1796
+ color: white;
1797
+ white-space: nowrap;
1798
+ }
1799
+
1800
+ .acd-upload-control {
1801
+ display: flex;
1802
+ flex: 1 1 auto;
1803
+ flex-direction: column;
1804
+ justify-content: space-evenly;
1805
+ align-items: center;
1806
+ }
1807
+
1808
+ .acd-upload-button-container {
1809
+ display: flex;
1810
+ flex-direction: column;
1811
+ align-items: center;
1812
+ }
1813
+
1814
+ .acd-image-placeholder {
1815
+ max-width: 270px;
1816
+ max-height: 280px;
1817
+ }
1818
+
1819
+ .acd-file-type {
1820
+ height: 40px;
1821
+ color: white;
1822
+ }
1823
+
1824
+ .acd-file-type::-webkit-file-upload-button {
1825
+ visibility: hidden;
1826
+ }
1827
+
1828
+ .acd-file-type:focus::before {
1829
+ margin-top: 1px;
1830
+ border: 2px solid #0a0a0a;
1831
+ }
1832
+
1833
+ .acd-file-type:focus {
1834
+ outline: none;
1835
+ }
1836
+
1837
+ .acd-file-type::before,
1838
+ .acd-card-button {
1839
+ content: attr(button-name);
1840
+ display: inline-block;
1841
+ width: 232px;
1842
+ height: 32px;
1843
+ background-color: #286ec0;
1844
+ font-family: Helvetica;
1845
+ font-size: 14px;
1846
+ color: #ffffff;
1847
+ border: 1px solid #286ec0;
1848
+ border-radius: 2px;
1849
+ cursor: pointer;
1850
+ outline: none;
1851
+ text-align: center;
1852
+ line-height: 30px;
1853
+ }
1854
+
1855
+ .acd-card-button {
1856
+ margin-top: 7px;
1857
+ }
1858
+
1859
+ .acd-card-button:focus {
1860
+ outline: #0a0a0a auto 1px;
1861
+ }
1862
+
1863
+ .acd-file-type:hover::before {
1864
+ border-color: black;
1865
+ }
1866
+
1867
+ .acd-image-file-note {
1868
+ font-family: Helvetica;
1869
+ font-size: 11px;
1870
+ color: #0a0a0a;
1871
+ margin-top: 7px;
1872
+ }
1873
+
1874
+ .acd-image-file-note .link {
1875
+ color: #0367c1;
1876
+ cursor: pointer;
1877
+ }
1878
+
1879
+ .acd-image-upload {
1880
+ width: 400px;
1881
+ height: 300px;
1882
+ border: dashed 1px #c9cbcc;
1883
+ background-color: rgba(235, 237, 240, 0.32);
1884
+ justify-content: space-evenly;
1885
+ }
1886
+
1887
+ .acd-checkbox-container {
1888
+ align-items: center;
1889
+ display: flex;
1890
+ font-family: Helvetica;
1891
+ font-size: 11px;
1892
+ margin-top: 7px;
1893
+ font-weight: bold;
1894
+ color: #0a0a0a;
1895
+ }
1896
+
1897
+ .acd-checkbox-element {
1898
+ position: absolute;
1899
+ opacity: 0;
1900
+ cursor: pointer;
1901
+ z-index: 2;
1902
+ }
1903
+
1904
+ .acd-custom-checkbox {
1905
+ height: 14px;
1906
+ width: 14px;
1907
+ background-color: transparent;
1908
+ border-radius: 2px;
1909
+ border: 1px solid#286ec0;
1910
+ z-index: 1;
1911
+ }
1912
+
1913
+ .acd-custom-checkbox-foucs {
1914
+ border: 2px solid #0a0a0a;
1915
+ }
1916
+
1917
+ .acd-custom-checkbox::after {
1918
+ position: absolute;
1919
+ content: "";
1920
+ left: 12px;
1921
+ top: 12px;
1922
+ height: 0;
1923
+ width: 0;
1924
+ border-radius: 5px;
1925
+ border: solid #009bff;
1926
+ border-width: 0 3px 3px 0;
1927
+ transform: rotate(0deg) scale(0);
1928
+ opacity: 1;
1929
+ }
1930
+
1931
+ .acd-checkbox-element:checked~.acd-custom-checkbox {
1932
+ border-radius: 2px;
1933
+ transform: rotate(0deg) scale(1);
1934
+ opacity: 1;
1935
+ border: 1px solid #286ec0;
1936
+ background-color: #286ec0;
1937
+ }
1938
+
1939
+ .acd-checkbox-element:checked~.acd-custom-checkbox::after {
1940
+ transform: rotate(45deg) scale(1);
1941
+ opacity: 1;
1942
+ top: 0px;
1943
+ left: 4px;
1944
+ width: 2px;
1945
+ height: 9px;
1946
+ border: solid white;
1947
+ border-radius: 0;
1948
+ background-color: transparent;
1949
+ border-width: 0 2px 2px 0;
1950
+ }
1951
+
1952
+ .acd-label-element {
1953
+ margin-left: 5px;
1954
+ cursor: pointer;
1955
+ }
1956
+
1957
+ .acd-label-element .link {
1958
+ color: #0367c1;
1959
+ cursor: pointer;
1960
+ }
1961
+
1962
+ .acd-image-container {
1963
+ width: 400px;
1964
+ height: 300px;
1965
+ display: flex;
1966
+ flex-direction: column;
1967
+ align-items: center;
1968
+ }
1969
+
1970
+ .acd-sample-container {
1971
+ display: flex;
1972
+ height: calc(100% - 21px);
1973
+ }
1974
+
1975
+ .acd-image-upload:hover {
1976
+ box-shadow: 0 0 20px -5px #cccccc;
1977
+ border: 1.5px dashed #cccccc;
1978
+ }
1979
+
1980
+ .acd-image-container:hover>.acd-open-sample-item-title {
1981
+ font-weight: bold;
1982
+ }
1983
+
1984
+ .acd-sample-image {
1985
+ max-width: 40%;
1986
+ margin: 12px;
1987
+ cursor: pointer;
1988
+ }
1989
+
1990
+ .acd-image-text-container {
1991
+ display: flex;
1992
+ align-items: center;
1993
+ flex-direction: column;
1994
+ }
1995
+
1996
+ .acd-image-new-title {
1997
+ background-color: #2D7BB7;
1998
+ color: #ffffff;
1999
+ padding: 3px 10px;
2000
+ font-weight: bold;
2001
+ font-family: Helvetica;
2002
+ font-size: 14px;
2003
+ }
2004
+
2005
+ .acd-image-upload-title {
2006
+ font-family: Helvetica;
2007
+ font-size: 18px;
2008
+ font-weight: bold;
2009
+ color: #161717;
2010
+ margin-top: 10px;
2011
+ }
2012
+
2013
+ .acd-image-description {
2014
+ opacity: 0.72;
2015
+ font-family: Helvetica;
2016
+ font-size: 14px;
2017
+ text-align: center;
2018
+ color: #161717;
2019
+ margin-top: 10px;
2020
+ width: 80%;
2021
+ }
2022
+
2023
+ .acd-try-now-button {
2024
+ width: 138px;
2025
+ height: 31px;
2026
+ border-radius: 2px;
2027
+ background-color: #2D7BB7;
2028
+ border: 1px solid #2D7BB7;
2029
+ font-family: Helvetica;
2030
+ font-size: 12px;
2031
+ font-weight: bold;
2032
+ color: #ffffff;
2033
+ cursor: pointer;
2034
+ margin-top: 10px;
2035
+ }
2036
+
2037
+ .acd-error-text {
2038
+ font-size: 13px;
2039
+ margin-top: 10px;
2040
+ color: red;
2041
+ font-family: Helvetica;
2042
+ }
2043
+
2044
+ /* NOTE: small-x-dimension display */
2045
+ @media all and (max-width: 650px) {
2046
+ .acd-designer-cardArea {
2047
+ border-bottom: 1px solid #D2D2D2;
2048
+ }
2049
+
2050
+ .acd-designer-card-header {
2051
+ display: flex;
2052
+ flex: 1 1 auto;
2053
+ height: 32px;
2054
+ align-items: center;
2055
+ font-size: 12px;
2056
+ padding: 4px 8px;
2057
+ }
2058
+
2059
+ .acd-designer-host {
2060
+ margin: inherit;
2061
+ }
2062
+
2063
+ .acd-designer-host>* {
2064
+ margin: auto;
2065
+ padding: 3px;
2066
+ }
2067
+
2068
+ .acd-treeView-pane {
2069
+ width: 100%;
2070
+ }
2071
+
2072
+ .acd-treeView-host {
2073
+ overflow: auto;
2074
+ }
2075
+
2076
+ .acd-propertySheet-pane {
2077
+ width: 100%;
2078
+ }
2079
+
2080
+ .acd-vertical-splitter {
2081
+ display: none;
2082
+ }
2083
+
2084
+ .acd-horizontal-splitter {
2085
+ display: none;
2086
+ }
2087
+
2088
+ .acd-code-editor {
2089
+ height: 400px !important;
2090
+ /* needed to override height from settings*/
2091
+ }
2092
+
2093
+ .acd-json-editor-pane {
2094
+ height: 100%;
2095
+ }
2096
+
2097
+ .acd-error-pane {
2098
+ flex: 1 1 auto;
2099
+ white-space: normal;
2100
+ overflow: auto;
2101
+ }
2102
+
2103
+ .acd-dialog-frame {
2104
+ padding: 2px;
2105
+ width: 95% !important;
2106
+ height: 95% !important;
2107
+ }
2108
+
2109
+ .acd-dialog-title-host {
2110
+ margin-bottom: 1px;
2111
+ }
2112
+
2113
+ .acd-dialog-title {
2114
+ font-size: 18px;
2115
+ }
2116
+
2117
+ .acd-dialog-buttonBar {
2118
+ padding-top: 5px;
2119
+ }
2120
+
2121
+ .acd-open-sample-item {
2122
+ padding: 4px;
2123
+ }
2124
+
2125
+ .acd-open-sample-item-title {
2126
+ margin-top: 5px;
2127
+ }
2128
+
2129
+ .acd-toolbox {
2130
+ border-bottom: 1px solid #D2D2D2;
2131
+ width: 100% !important;
2132
+ /* overrides stored width from settings */
2133
+ height: auto !important;
2134
+ }
2135
+
2136
+ .acd-previewRightAndBottomDocks {
2137
+ display: flex;
2138
+ flex: 1 1 100%;
2139
+ }
2140
+
2141
+ .acd-palette-item-container {
2142
+ display: flex;
2143
+ flex: 1 1 auto;
2144
+ flex-wrap: wrap;
2145
+ align-content: center;
2146
+ justify-content: flex-start;
2147
+ }
2148
+
2149
+ .acd-toolbar-content {
2150
+ justify-content: space-between;
2151
+ }
2152
+
2153
+ .acd-toolbar-separator {
2154
+ display: none;
2155
+ }
2156
+
2157
+ .acd-toolbar-label {
2158
+ margin-left: 0px;
2159
+ margin-right: 2px;
2160
+ }
2161
+
2162
+ .acd-toolbar-button {
2163
+ padding: 2px 2px 2px 2px;
2164
+ }
2165
+
2166
+ .acd-toolbar-choicePicker {
2167
+ margin-left: 2px;
2168
+ margin-right: 2px;
2169
+ flex: 0 1 auto;
2170
+ }
2171
+
2172
+ .ms-ctrl-dropdown {
2173
+ padding-left: 3px;
2174
+ padding-right: 3px;
2175
+ }
2176
+ }