@syncfusion/ej2-vue-layouts 26.1.38 → 26.2.4

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