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