@syncfusion/ej2-vue-layouts 21.2.9 → 22.1.36

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