@syncfusion/ej2-vue-layouts 21.1.36 → 21.1.42

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