@syncfusion/ej2-react-layouts 23.2.4 → 24.2.3

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 (89) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-react-layouts.min.js +1 -1
  3. package/dist/ej2-react-layouts.umd.min.js +1 -1
  4. package/package.json +16 -17
  5. package/styles/avatar/bootstrap-dark.css +1 -45
  6. package/styles/avatar/bootstrap.css +1 -45
  7. package/styles/avatar/bootstrap4.css +1 -45
  8. package/styles/avatar/bootstrap5-dark.css +1 -60
  9. package/styles/avatar/bootstrap5.css +1 -60
  10. package/styles/avatar/fabric-dark.css +1 -45
  11. package/styles/avatar/fabric.css +1 -45
  12. package/styles/avatar/fluent-dark.css +1 -58
  13. package/styles/avatar/fluent.css +1 -58
  14. package/styles/avatar/highcontrast-light.css +1 -45
  15. package/styles/avatar/highcontrast.css +1 -45
  16. package/styles/avatar/material-dark.css +1 -45
  17. package/styles/avatar/material.css +1 -45
  18. package/styles/avatar/material3-dark.css +1 -113
  19. package/styles/avatar/material3.css +1 -169
  20. package/styles/avatar/tailwind-dark.css +1 -58
  21. package/styles/avatar/tailwind.css +1 -58
  22. package/styles/bootstrap-dark.css +1 -1351
  23. package/styles/bootstrap.css +1 -1352
  24. package/styles/bootstrap4.css +1 -1357
  25. package/styles/bootstrap5-dark.css +1 -1368
  26. package/styles/bootstrap5.css +1 -1368
  27. package/styles/card/bootstrap-dark.css +1 -513
  28. package/styles/card/bootstrap.css +1 -514
  29. package/styles/card/bootstrap4.css +1 -520
  30. package/styles/card/bootstrap5-dark.css +1 -513
  31. package/styles/card/bootstrap5.css +1 -513
  32. package/styles/card/fabric-dark.css +1 -513
  33. package/styles/card/fabric.css +1 -524
  34. package/styles/card/fluent-dark.css +1 -534
  35. package/styles/card/fluent.css +1 -534
  36. package/styles/card/highcontrast-light.css +1 -513
  37. package/styles/card/highcontrast.css +1 -525
  38. package/styles/card/material-dark.css +1 -513
  39. package/styles/card/material.css +1 -513
  40. package/styles/card/material3-dark.css +1 -566
  41. package/styles/card/material3.css +1 -622
  42. package/styles/card/tailwind-dark.css +1 -514
  43. package/styles/card/tailwind.css +1 -514
  44. package/styles/dashboard-layout/bootstrap-dark.css +1 -296
  45. package/styles/dashboard-layout/bootstrap.css +1 -296
  46. package/styles/dashboard-layout/bootstrap4.css +1 -296
  47. package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
  48. package/styles/dashboard-layout/bootstrap5.css +1 -305
  49. package/styles/dashboard-layout/fabric-dark.css +1 -296
  50. package/styles/dashboard-layout/fabric.css +1 -296
  51. package/styles/dashboard-layout/fluent-dark.css +1 -300
  52. package/styles/dashboard-layout/fluent.css +1 -300
  53. package/styles/dashboard-layout/highcontrast-light.css +1 -234
  54. package/styles/dashboard-layout/highcontrast.css +1 -292
  55. package/styles/dashboard-layout/material-dark.css +1 -296
  56. package/styles/dashboard-layout/material.css +1 -296
  57. package/styles/dashboard-layout/material3-dark.css +1 -356
  58. package/styles/dashboard-layout/material3.css +1 -412
  59. package/styles/dashboard-layout/tailwind-dark.css +1 -317
  60. package/styles/dashboard-layout/tailwind.css +1 -317
  61. package/styles/fabric-dark.css +1 -1351
  62. package/styles/fabric.css +1 -1362
  63. package/styles/fluent-dark.css +1 -1382
  64. package/styles/fluent.css +1 -1382
  65. package/styles/highcontrast-light.css +1 -1289
  66. package/styles/highcontrast.css +1 -1359
  67. package/styles/material-dark.css +1 -1350
  68. package/styles/material.css +1 -1351
  69. package/styles/material3-dark.css +1 -1581
  70. package/styles/material3.css +1 -1805
  71. package/styles/splitter/bootstrap-dark.css +1 -496
  72. package/styles/splitter/bootstrap.css +1 -496
  73. package/styles/splitter/bootstrap4.css +1 -495
  74. package/styles/splitter/bootstrap5-dark.css +1 -489
  75. package/styles/splitter/bootstrap5.css +1 -489
  76. package/styles/splitter/fabric-dark.css +1 -496
  77. package/styles/splitter/fabric.css +1 -496
  78. package/styles/splitter/fluent-dark.css +1 -489
  79. package/styles/splitter/fluent.css +1 -489
  80. package/styles/splitter/highcontrast-light.css +1 -496
  81. package/styles/splitter/highcontrast.css +1 -496
  82. package/styles/splitter/material-dark.css +1 -495
  83. package/styles/splitter/material.css +1 -496
  84. package/styles/splitter/material3-dark.css +1 -544
  85. package/styles/splitter/material3.css +1 -600
  86. package/styles/splitter/tailwind-dark.css +1 -489
  87. package/styles/splitter/tailwind.css +1 -489
  88. package/styles/tailwind-dark.css +1 -1379
  89. package/styles/tailwind.css +1 -1379
@@ -1,622 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
-
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
111
-
112
- /*! card layout */
113
- .e-bigger .e-card,
114
- .e-bigger.e-card {
115
- line-height: 48px;
116
- min-height: 48px;
117
- }
118
- .e-bigger .e-card > .e-card-header-title,
119
- .e-bigger.e-card > .e-card-header-title {
120
- line-height: 1.5;
121
- padding: 16px;
122
- }
123
- .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
124
- .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
125
- margin-top: 0;
126
- padding-top: 0;
127
- }
128
- .e-bigger .e-card > .e-card-title,
129
- .e-bigger.e-card > .e-card-title {
130
- line-height: 1.5;
131
- padding: 16px;
132
- }
133
- .e-bigger .e-card > .e-card-title + :not(.e-card-title),
134
- .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
135
- margin-top: 0;
136
- padding-top: 0;
137
- }
138
- .e-bigger .e-card.e-card-horizontal .e-card-image,
139
- .e-bigger .e-card.e-card-horizontal img,
140
- .e-bigger .e-card .e-card-horizontal .e-card-image,
141
- .e-bigger .e-card .e-card-horizontal img,
142
- .e-bigger.e-card.e-card-horizontal .e-card-image,
143
- .e-bigger.e-card.e-card-horizontal img,
144
- .e-bigger.e-card .e-card-horizontal .e-card-image,
145
- .e-bigger.e-card .e-card-horizontal img {
146
- margin: 2px;
147
- }
148
- .e-bigger .e-card .e-card-header,
149
- .e-bigger.e-card .e-card-header {
150
- min-height: 30px;
151
- padding: 16px;
152
- }
153
- .e-bigger .e-card .e-card-header .e-card-content,
154
- .e-bigger.e-card .e-card-header .e-card-content {
155
- padding-left: 0;
156
- padding-right: 0;
157
- }
158
- .e-bigger .e-card .e-card-header .e-card-header-caption,
159
- .e-bigger.e-card .e-card-header .e-card-header-caption {
160
- padding: 0 0 0 16px;
161
- }
162
- .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
163
- .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
164
- padding: 0;
165
- }
166
- .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
167
- .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
168
- font-size: 16px;
169
- line-height: 1.5;
170
- }
171
- .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
172
- .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
173
- font-size: 14px;
174
- line-height: 1.5;
175
- padding: 8px 0 0;
176
- }
177
- .e-bigger .e-card .e-card-header .e-card-header-image,
178
- .e-bigger.e-card .e-card-header .e-card-header-image {
179
- background-size: cover;
180
- height: 60px;
181
- width: 55px;
182
- }
183
- .e-bigger .e-card .e-card-image,
184
- .e-bigger.e-card .e-card-image {
185
- min-height: 150px;
186
- }
187
- .e-bigger .e-card .e-card-image .e-card-title,
188
- .e-bigger.e-card .e-card-image .e-card-title {
189
- font-size: 16px;
190
- line-height: 1.25;
191
- min-height: 40px;
192
- padding: 12px 16px;
193
- }
194
- .e-bigger .e-card .e-card-actions,
195
- .e-bigger.e-card .e-card-actions {
196
- padding: 16px;
197
- }
198
- .e-bigger .e-card .e-card-actions.e-card-vertical,
199
- .e-bigger.e-card .e-card-actions.e-card-vertical {
200
- padding: 16px 20px;
201
- }
202
- .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
203
- .e-bigger .e-card .e-card-actions.e-card-vertical a,
204
- .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
205
- .e-bigger.e-card .e-card-actions.e-card-vertical a {
206
- margin: 0 0 7px 0;
207
- }
208
- .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
209
- .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
210
- .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
211
- .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
212
- margin-bottom: 0;
213
- }
214
- .e-bigger .e-card .e-card-actions .e-card-btn span,
215
- .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
216
- .e-bigger.e-card .e-card-actions .e-card-btn span,
217
- .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
218
- height: 24px;
219
- width: 24px;
220
- }
221
- .e-bigger .e-card .e-card-actions .e-card-btn,
222
- .e-bigger .e-card .e-card-actions a,
223
- .e-bigger.e-card .e-card-actions .e-card-btn,
224
- .e-bigger.e-card .e-card-actions a {
225
- line-height: 38px;
226
- margin: 0 0 0 13px;
227
- min-height: 38px;
228
- padding: 0 8px;
229
- }
230
- .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
231
- .e-bigger .e-card .e-card-actions a:first-child,
232
- .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
233
- .e-bigger.e-card .e-card-actions a:first-child {
234
- margin-left: 0;
235
- }
236
- .e-bigger .e-card .e-card-content,
237
- .e-bigger.e-card .e-card-content {
238
- padding: 16px;
239
- }
240
- .e-bigger .e-card .e-card-content + :not(.e-card-content),
241
- .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
242
- .e-bigger.e-card .e-card-content + :not(.e-card-content),
243
- .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
244
- margin-top: 0;
245
- padding-top: 0;
246
- }
247
-
248
- .e-card {
249
- border-radius: 12px;
250
- box-sizing: border-box;
251
- display: -ms-flexbox;
252
- display: flex;
253
- -ms-flex-direction: column;
254
- flex-direction: column;
255
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
256
- font-size: 15px;
257
- -ms-flex-pack: center;
258
- justify-content: center;
259
- line-height: 36px;
260
- min-height: 36px;
261
- overflow: hidden;
262
- position: relative;
263
- text-overflow: ellipsis;
264
- vertical-align: middle;
265
- width: 100%;
266
- }
267
- .e-card > * {
268
- -ms-flex-pack: center;
269
- justify-content: center;
270
- }
271
- .e-card > .e-card-header-title {
272
- box-sizing: border-box;
273
- font-size: 14px;
274
- line-height: 1.375;
275
- padding: 12px;
276
- }
277
- .e-card > .e-card-header-title + :not(.e-card-header-title) {
278
- margin-top: 0;
279
- padding-top: 0;
280
- }
281
- .e-card > .e-card-title {
282
- font-size: 14px;
283
- line-height: 1.5;
284
- padding: 12px;
285
- }
286
- .e-card > .e-card-title + :not(.e-card-title) {
287
- margin-top: 0;
288
- padding-top: 0;
289
- }
290
- .e-card > .e-card-header-title,
291
- .e-card > .e-card-title {
292
- overflow: hidden;
293
- text-overflow: ellipsis;
294
- }
295
- .e-card .e-card-header-caption {
296
- line-height: normal;
297
- }
298
- .e-card .e-card-header-caption .e-card-header-title {
299
- font-size: 14px;
300
- }
301
- .e-card .e-card-header-caption .e-card-sub-title {
302
- font-size: 12px;
303
- }
304
- .e-card .e-card-stacked {
305
- display: -ms-flexbox;
306
- display: flex;
307
- -ms-flex-direction: column;
308
- flex-direction: column;
309
- -ms-flex-pack: center;
310
- justify-content: center;
311
- overflow: hidden;
312
- }
313
- .e-card.e-card-horizontal,
314
- .e-card .e-card-horizontal {
315
- display: -ms-flexbox;
316
- display: flex;
317
- -ms-flex-direction: row;
318
- flex-direction: row;
319
- -ms-flex-pack: center;
320
- justify-content: center;
321
- }
322
- .e-card.e-card-horizontal .e-card-image,
323
- .e-card.e-card-horizontal img,
324
- .e-card .e-card-horizontal .e-card-image,
325
- .e-card .e-card-horizontal img {
326
- margin: 2px;
327
- }
328
- .e-card .e-card-horizontal {
329
- line-height: normal;
330
- padding: 2px;
331
- }
332
- .e-card.e-card-horizontal > * {
333
- -ms-flex: 1;
334
- flex: 1;
335
- }
336
- .e-card.e-card-horizontal .e-card-stacked {
337
- display: -ms-flexbox;
338
- display: flex;
339
- -ms-flex: 1;
340
- flex: 1;
341
- -ms-flex-direction: column;
342
- flex-direction: column;
343
- overflow: hidden;
344
- }
345
- .e-card.e-card-horizontal .e-card-stacked > :first-child {
346
- -ms-flex-positive: 1;
347
- flex-grow: 1;
348
- }
349
- .e-card .e-card-separator {
350
- display: block;
351
- }
352
- .e-card .e-card-corner {
353
- border-radius: 50%;
354
- }
355
- .e-card .e-card-header {
356
- box-sizing: border-box;
357
- display: -ms-flexbox;
358
- display: flex;
359
- -ms-flex-direction: row;
360
- flex-direction: row;
361
- -ms-flex-pack: center;
362
- justify-content: center;
363
- line-height: normal;
364
- min-height: 22.5px;
365
- padding: 12px;
366
- width: inherit;
367
- }
368
- .e-card .e-card-header .e-card-content {
369
- padding-left: 0;
370
- padding-right: 0;
371
- }
372
- .e-card .e-card-header .e-card-actions {
373
- -ms-flex-pack: start;
374
- justify-content: flex-start;
375
- }
376
- .e-card .e-card-header .e-card-header-image {
377
- -ms-flex-item-align: center;
378
- align-self: center;
379
- display: -ms-flexbox;
380
- display: flex;
381
- }
382
- .e-card .e-card-header .e-card-header-caption {
383
- -ms-flex-item-align: center;
384
- align-self: center;
385
- display: -ms-flexbox;
386
- display: flex;
387
- -ms-flex: 1;
388
- flex: 1;
389
- -ms-flex-direction: column;
390
- flex-direction: column;
391
- overflow: hidden;
392
- padding: 0 0 0 12px;
393
- }
394
- .e-card .e-card-header .e-card-header-caption:first-child {
395
- padding: 0;
396
- }
397
- .e-card .e-card-header .e-card-header-caption .e-card-header-title,
398
- .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
399
- display: inline-block;
400
- overflow: hidden;
401
- text-overflow: ellipsis;
402
- white-space: nowrap;
403
- }
404
- .e-card .e-card-header .e-card-header-caption .e-card-header-title {
405
- font-size: 14px;
406
- font-weight: normal;
407
- line-height: 1.5;
408
- }
409
- .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
410
- font-size: 12px;
411
- font-weight: normal;
412
- line-height: 1.5;
413
- padding: 4px 0 0;
414
- }
415
- .e-card .e-card-header .e-card-header-image {
416
- background-repeat: no-repeat;
417
- background-size: cover;
418
- height: 50px;
419
- width: 52px;
420
- }
421
- .e-card .e-card-header .e-card-corner {
422
- border-radius: 50%;
423
- }
424
- .e-card .e-card-image {
425
- background-size: cover;
426
- min-height: 112.5px;
427
- position: relative;
428
- width: 100%;
429
- }
430
- .e-card .e-card-image .e-card-title {
431
- bottom: 0;
432
- box-sizing: border-box;
433
- font-size: 14px;
434
- line-height: 30px;
435
- min-height: 30px;
436
- overflow: hidden;
437
- padding: 12px 16px;
438
- position: absolute;
439
- text-overflow: ellipsis;
440
- width: inherit;
441
- }
442
- .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
443
- bottom: auto;
444
- top: 0;
445
- }
446
- .e-card .e-card-image .e-card-title.e-card-top-right {
447
- text-align: right;
448
- }
449
- .e-card .e-card-image .e-card-title.e-card-bottom-right {
450
- text-align: right;
451
- }
452
- .e-card .e-card-actions {
453
- box-sizing: border-box;
454
- display: inline-block;
455
- -ms-flex-pack: start;
456
- justify-content: flex-start;
457
- padding: 12px;
458
- }
459
- .e-card .e-card-actions.e-card-vertical {
460
- display: -ms-flexbox;
461
- display: flex;
462
- -ms-flex-direction: column;
463
- flex-direction: column;
464
- padding: 12px;
465
- }
466
- .e-card .e-card-actions.e-card-vertical .e-card-btn,
467
- .e-card .e-card-actions.e-card-vertical a {
468
- -ms-flex-item-align: initial;
469
- -ms-grid-row-align: initial;
470
- align-self: initial;
471
- box-sizing: border-box;
472
- display: inline-block;
473
- -ms-flex-pack: center;
474
- justify-content: center;
475
- margin: 0 0 0 8px;
476
- text-align: center;
477
- width: 100%;
478
- }
479
- .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
480
- .e-card .e-card-actions.e-card-vertical a:last-child {
481
- margin-bottom: 0;
482
- }
483
- .e-card .e-card-actions button,
484
- .e-card .e-card-actions a {
485
- -ms-flex-align: center;
486
- align-items: center;
487
- -ms-flex-item-align: center;
488
- align-self: center;
489
- cursor: pointer;
490
- display: -ms-inline-flexbox;
491
- display: inline-flex;
492
- overflow: hidden;
493
- vertical-align: middle;
494
- white-space: nowrap;
495
- }
496
- .e-card .e-card-actions .e-card-btn span,
497
- .e-card .e-card-actions .e-card-btn span.e-icons {
498
- display: -ms-flexbox;
499
- display: flex;
500
- font-size: 12px;
501
- height: 24px;
502
- width: 24px;
503
- }
504
- .e-card .e-card-actions .e-card-btn span::before,
505
- .e-card .e-card-actions .e-card-btn span.e-icons::before {
506
- -ms-flex-item-align: center;
507
- align-self: center;
508
- display: -ms-flexbox;
509
- display: flex;
510
- -ms-flex-pack: center;
511
- justify-content: center;
512
- width: inherit;
513
- }
514
- .e-card .e-card-actions .e-card-btn > * {
515
- overflow: hidden;
516
- text-overflow: ellipsis;
517
- width: inherit;
518
- }
519
- .e-card .e-card-actions .e-card-btn,
520
- .e-card .e-card-actions a {
521
- border-radius: 2px;
522
- }
523
- .e-card .e-card-actions .e-card-btn,
524
- .e-card .e-card-actions a {
525
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
526
- font-size: 12px;
527
- line-height: 30px;
528
- margin: 0 0 0 8px;
529
- min-height: 30px;
530
- padding: 0 6px;
531
- text-decoration: none;
532
- text-transform: none;
533
- }
534
- .e-card .e-card-actions .e-card-btn:first-child,
535
- .e-card .e-card-actions a:first-child {
536
- margin-left: 0;
537
- }
538
- .e-card .e-card-content {
539
- font-size: 14px;
540
- line-height: 1.5;
541
- padding: 12px;
542
- word-wrap: break-word;
543
- }
544
- .e-card .e-card-content + :not(.e-card-content),
545
- .e-card .e-card-content + .e-card-actions.e-card-vertical {
546
- margin-top: 0;
547
- padding-top: 0;
548
- }
549
- .e-card .e-card-content,
550
- .e-card .e-card-content p {
551
- line-height: 1.5;
552
- overflow: hidden;
553
- text-overflow: ellipsis;
554
- }
555
-
556
- /*! card theme */
557
- /* stylelint-disable property-no-vendor-prefix */
558
- .e-card {
559
- -webkit-tap-highlight-color: rgba(var(--color-sf-primary));
560
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
561
- border: none none none;
562
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
563
- color: rgba(var(--color-sf-on-surface));
564
- outline: none;
565
- }
566
- .e-card:hover {
567
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
568
- border-color: rgba(var(--color-sf-on-surface), 0.38);
569
- }
570
- .e-card:focus {
571
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
572
- border-color: rgba(var(--color-sf-outline-variant));
573
- }
574
- .e-card:active {
575
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
576
- border-color: rgba(var(--color-sf-primary));
577
- }
578
- .e-card .e-card-separator {
579
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
580
- }
581
- .e-card .e-card-header-caption .e-card-header-title {
582
- color: rgba(var(--color-sf-on-surface));
583
- }
584
- .e-card .e-card-header-caption .e-card-sub-title {
585
- color: rgba(var(--color-sf-on-surface));
586
- }
587
- .e-card .e-card-image .e-card-title {
588
- background-color: rgba(var(--color-sf-scrim), 0.5);
589
- color: rgba(var(--color-sf-white));
590
- }
591
- .e-card .e-card-actions .e-card-btn span,
592
- .e-card .e-card-actions .e-card-btn span.e-icons {
593
- color: rgba(var(--color-sf-primary));
594
- }
595
- .e-card .e-card-actions .e-card-btn,
596
- .e-card .e-card-actions a {
597
- background-color: rgba(var(--color-sf-primary));
598
- border: 1px solid rgba(var(--color-sf-primary));
599
- color: rgba(var(--color-sf-on-primary));
600
- outline: 0;
601
- }
602
- .e-card .e-card-actions .e-card-btn:hover,
603
- .e-card .e-card-actions a:hover {
604
- background-color: rgba(var(--color-sf-primary));
605
- border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
606
- color: rgba(var(--color-sf-on-primary));
607
- }
608
- .e-card .e-card-actions .e-card-btn:focus,
609
- .e-card .e-card-actions a:focus {
610
- background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
611
- border: 1px solid;
612
- color: var(--color-sf-on-surface);
613
- }
614
- .e-card .e-card-actions .e-card-btn:active,
615
- .e-card .e-card-actions a:active {
616
- background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
617
- border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
618
- color: rgba(var(--color-sf-on-surface));
619
- }
620
- .e-card .e-card-content {
621
- color: rgba(var(--color-sf-on-surface));
622
- }
1
+ @import '@syncfusion/ej2-layouts/styles/card/material3.css';