@syncfusion/ej2-react-layouts 25.1.37 → 26.1.35

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