@syncfusion/ej2-react-layouts 25.2.3 → 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 -593
@@ -1 +1,779 @@
1
- @import '@syncfusion/ej2-layouts/styles/card/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ .e-bigger .e-card,
224
+ .e-bigger.e-card {
225
+ line-height: 48px;
226
+ min-height: 48px;
227
+ }
228
+ .e-bigger .e-card > .e-card-header-title,
229
+ .e-bigger.e-card > .e-card-header-title {
230
+ line-height: 1.5;
231
+ padding: 16px;
232
+ }
233
+ .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
234
+ .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
235
+ margin-top: 0;
236
+ padding-top: 0;
237
+ }
238
+ .e-bigger .e-card > .e-card-title,
239
+ .e-bigger.e-card > .e-card-title {
240
+ line-height: 1.5;
241
+ padding: 16px;
242
+ }
243
+ .e-bigger .e-card > .e-card-title + :not(.e-card-title),
244
+ .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
245
+ margin-top: 0;
246
+ padding-top: 0;
247
+ }
248
+ .e-bigger .e-card.e-card-horizontal .e-card-image,
249
+ .e-bigger .e-card.e-card-horizontal img,
250
+ .e-bigger .e-card .e-card-horizontal .e-card-image,
251
+ .e-bigger .e-card .e-card-horizontal img,
252
+ .e-bigger.e-card.e-card-horizontal .e-card-image,
253
+ .e-bigger.e-card.e-card-horizontal img,
254
+ .e-bigger.e-card .e-card-horizontal .e-card-image,
255
+ .e-bigger.e-card .e-card-horizontal img {
256
+ margin: 2px;
257
+ }
258
+ .e-bigger .e-card .e-card-header,
259
+ .e-bigger.e-card .e-card-header {
260
+ min-height: 30px;
261
+ padding: 16px;
262
+ }
263
+ .e-bigger .e-card .e-card-header .e-card-content,
264
+ .e-bigger.e-card .e-card-header .e-card-content {
265
+ padding-left: 0;
266
+ padding-right: 0;
267
+ }
268
+ .e-bigger .e-card .e-card-header .e-card-header-caption,
269
+ .e-bigger.e-card .e-card-header .e-card-header-caption {
270
+ padding: 0 0 0 16px;
271
+ }
272
+ .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
273
+ .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
274
+ padding: 0;
275
+ }
276
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
277
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
278
+ font-size: 16px;
279
+ line-height: 1.5;
280
+ }
281
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
282
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
283
+ font-size: 14px;
284
+ line-height: 1.5;
285
+ padding: 8px 0 0;
286
+ }
287
+ .e-bigger .e-card .e-card-header .e-card-header-image,
288
+ .e-bigger.e-card .e-card-header .e-card-header-image {
289
+ background-size: cover;
290
+ height: 60px;
291
+ width: 55px;
292
+ }
293
+ .e-bigger .e-card .e-card-image,
294
+ .e-bigger.e-card .e-card-image {
295
+ min-height: 150px;
296
+ }
297
+ .e-bigger .e-card .e-card-image .e-card-title,
298
+ .e-bigger.e-card .e-card-image .e-card-title {
299
+ font-size: 16px;
300
+ line-height: 1.25;
301
+ min-height: 40px;
302
+ padding: 12px 16px;
303
+ }
304
+ .e-bigger .e-card .e-card-actions,
305
+ .e-bigger.e-card .e-card-actions {
306
+ padding: 16px;
307
+ }
308
+ .e-bigger .e-card .e-card-actions.e-card-vertical,
309
+ .e-bigger.e-card .e-card-actions.e-card-vertical {
310
+ padding: 16px 20px;
311
+ }
312
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
313
+ .e-bigger .e-card .e-card-actions.e-card-vertical a,
314
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
315
+ .e-bigger.e-card .e-card-actions.e-card-vertical a {
316
+ margin: 0 0 7px 0;
317
+ }
318
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
319
+ .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
320
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
321
+ .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
322
+ margin-bottom: 0;
323
+ }
324
+ .e-bigger .e-card .e-card-actions .e-card-btn span,
325
+ .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
326
+ .e-bigger.e-card .e-card-actions .e-card-btn span,
327
+ .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
328
+ height: 24px;
329
+ width: 24px;
330
+ }
331
+ .e-bigger .e-card .e-card-actions .e-card-btn,
332
+ .e-bigger .e-card .e-card-actions a,
333
+ .e-bigger.e-card .e-card-actions .e-card-btn,
334
+ .e-bigger.e-card .e-card-actions a {
335
+ line-height: 38px;
336
+ margin: 0 0 0 13px;
337
+ min-height: 38px;
338
+ padding: 0 8px;
339
+ }
340
+ .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
341
+ .e-bigger .e-card .e-card-actions a:first-child,
342
+ .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
343
+ .e-bigger.e-card .e-card-actions a:first-child {
344
+ margin-left: 0;
345
+ }
346
+ .e-bigger .e-card .e-card-content,
347
+ .e-bigger.e-card .e-card-content {
348
+ padding: 16px;
349
+ }
350
+ .e-bigger .e-card .e-card-content + :not(.e-card-content),
351
+ .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
352
+ .e-bigger.e-card .e-card-content + :not(.e-card-content),
353
+ .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
354
+ margin-top: 0;
355
+ padding-top: 0;
356
+ }
357
+
358
+ .e-card {
359
+ border-radius: 12px;
360
+ -webkit-box-sizing: border-box;
361
+ box-sizing: border-box;
362
+ display: -webkit-box;
363
+ display: -ms-flexbox;
364
+ display: flex;
365
+ -webkit-box-orient: vertical;
366
+ -webkit-box-direction: normal;
367
+ -ms-flex-direction: column;
368
+ flex-direction: column;
369
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
370
+ font-size: 15px;
371
+ -webkit-box-pack: center;
372
+ -ms-flex-pack: center;
373
+ justify-content: center;
374
+ line-height: 36px;
375
+ min-height: 36px;
376
+ overflow: hidden;
377
+ position: relative;
378
+ text-overflow: ellipsis;
379
+ vertical-align: middle;
380
+ width: 100%;
381
+ }
382
+ .e-card > * {
383
+ -webkit-box-pack: center;
384
+ -ms-flex-pack: center;
385
+ justify-content: center;
386
+ }
387
+ .e-card > .e-card-header-title {
388
+ -webkit-box-sizing: border-box;
389
+ box-sizing: border-box;
390
+ font-size: 14px;
391
+ line-height: 1.375;
392
+ padding: 12px;
393
+ }
394
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
395
+ margin-top: 0;
396
+ padding-top: 0;
397
+ }
398
+ .e-card > .e-card-title {
399
+ font-size: 14px;
400
+ line-height: 1.5;
401
+ padding: 12px;
402
+ }
403
+ .e-card > .e-card-title + :not(.e-card-title) {
404
+ margin-top: 0;
405
+ padding-top: 0;
406
+ }
407
+ .e-card > .e-card-header-title,
408
+ .e-card > .e-card-title {
409
+ overflow: hidden;
410
+ text-overflow: ellipsis;
411
+ }
412
+ .e-card .e-card-header-caption {
413
+ line-height: normal;
414
+ }
415
+ .e-card .e-card-header-caption .e-card-header-title {
416
+ font-size: 14px;
417
+ }
418
+ .e-card .e-card-header-caption .e-card-sub-title {
419
+ font-size: 12px;
420
+ }
421
+ .e-card .e-card-stacked {
422
+ display: -webkit-box;
423
+ display: -ms-flexbox;
424
+ display: flex;
425
+ -webkit-box-orient: vertical;
426
+ -webkit-box-direction: normal;
427
+ -ms-flex-direction: column;
428
+ flex-direction: column;
429
+ -webkit-box-pack: center;
430
+ -ms-flex-pack: center;
431
+ justify-content: center;
432
+ overflow: hidden;
433
+ }
434
+ .e-card.e-card-horizontal,
435
+ .e-card .e-card-horizontal {
436
+ display: -webkit-box;
437
+ display: -ms-flexbox;
438
+ display: flex;
439
+ -webkit-box-orient: horizontal;
440
+ -webkit-box-direction: normal;
441
+ -ms-flex-direction: row;
442
+ flex-direction: row;
443
+ -webkit-box-pack: center;
444
+ -ms-flex-pack: center;
445
+ justify-content: center;
446
+ }
447
+ .e-card.e-card-horizontal .e-card-image,
448
+ .e-card.e-card-horizontal img,
449
+ .e-card .e-card-horizontal .e-card-image,
450
+ .e-card .e-card-horizontal img {
451
+ margin: 2px;
452
+ }
453
+ .e-card .e-card-horizontal {
454
+ line-height: normal;
455
+ padding: 2px;
456
+ }
457
+ .e-card.e-card-horizontal > * {
458
+ -webkit-box-flex: 1;
459
+ -ms-flex: 1;
460
+ flex: 1;
461
+ }
462
+ .e-card.e-card-horizontal .e-card-stacked {
463
+ display: -webkit-box;
464
+ display: -ms-flexbox;
465
+ display: flex;
466
+ -webkit-box-flex: 1;
467
+ -ms-flex: 1;
468
+ flex: 1;
469
+ -webkit-box-orient: vertical;
470
+ -webkit-box-direction: normal;
471
+ -ms-flex-direction: column;
472
+ flex-direction: column;
473
+ overflow: hidden;
474
+ }
475
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
476
+ -webkit-box-flex: 1;
477
+ -ms-flex-positive: 1;
478
+ flex-grow: 1;
479
+ }
480
+ .e-card .e-card-separator {
481
+ display: block;
482
+ }
483
+ .e-card .e-card-corner {
484
+ border-radius: 50%;
485
+ }
486
+ .e-card .e-card-header {
487
+ -webkit-box-sizing: border-box;
488
+ box-sizing: border-box;
489
+ display: -webkit-box;
490
+ display: -ms-flexbox;
491
+ display: flex;
492
+ -webkit-box-orient: horizontal;
493
+ -webkit-box-direction: normal;
494
+ -ms-flex-direction: row;
495
+ flex-direction: row;
496
+ -webkit-box-pack: center;
497
+ -ms-flex-pack: center;
498
+ justify-content: center;
499
+ line-height: normal;
500
+ min-height: 22.5px;
501
+ padding: 12px;
502
+ width: inherit;
503
+ }
504
+ .e-card .e-card-header .e-card-content {
505
+ padding-left: 0;
506
+ padding-right: 0;
507
+ }
508
+ .e-card .e-card-header .e-card-actions {
509
+ -webkit-box-pack: start;
510
+ -ms-flex-pack: start;
511
+ justify-content: flex-start;
512
+ }
513
+ .e-card .e-card-header .e-card-header-image {
514
+ -ms-flex-item-align: center;
515
+ align-self: center;
516
+ display: -webkit-box;
517
+ display: -ms-flexbox;
518
+ display: flex;
519
+ }
520
+ .e-card .e-card-header .e-card-header-caption {
521
+ -ms-flex-item-align: center;
522
+ align-self: center;
523
+ display: -webkit-box;
524
+ display: -ms-flexbox;
525
+ display: flex;
526
+ -webkit-box-flex: 1;
527
+ -ms-flex: 1;
528
+ flex: 1;
529
+ -webkit-box-orient: vertical;
530
+ -webkit-box-direction: normal;
531
+ -ms-flex-direction: column;
532
+ flex-direction: column;
533
+ overflow: hidden;
534
+ padding: 0 0 0 12px;
535
+ }
536
+ .e-card .e-card-header .e-card-header-caption:first-child {
537
+ padding: 0;
538
+ }
539
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
540
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
541
+ display: inline-block;
542
+ overflow: hidden;
543
+ text-overflow: ellipsis;
544
+ white-space: nowrap;
545
+ }
546
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
547
+ font-size: 14px;
548
+ font-weight: normal;
549
+ line-height: 1.5;
550
+ }
551
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
552
+ font-size: 12px;
553
+ font-weight: normal;
554
+ line-height: 1.5;
555
+ padding: 4px 0 0;
556
+ }
557
+ .e-card .e-card-header .e-card-header-image {
558
+ background-repeat: no-repeat;
559
+ background-size: cover;
560
+ height: 50px;
561
+ width: 52px;
562
+ }
563
+ .e-card .e-card-header .e-card-corner {
564
+ border-radius: 50%;
565
+ }
566
+ .e-card .e-card-image {
567
+ background-size: cover;
568
+ min-height: 112.5px;
569
+ position: relative;
570
+ width: 100%;
571
+ }
572
+ .e-card .e-card-image .e-card-title {
573
+ bottom: 0;
574
+ -webkit-box-sizing: border-box;
575
+ box-sizing: border-box;
576
+ font-size: 14px;
577
+ line-height: 30px;
578
+ min-height: 30px;
579
+ overflow: hidden;
580
+ padding: 12px 16px;
581
+ position: absolute;
582
+ text-overflow: ellipsis;
583
+ width: inherit;
584
+ }
585
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
586
+ bottom: auto;
587
+ top: 0;
588
+ }
589
+ .e-card .e-card-image .e-card-title.e-card-top-right {
590
+ text-align: right;
591
+ }
592
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
593
+ text-align: right;
594
+ }
595
+ .e-card .e-card-actions {
596
+ -webkit-box-sizing: border-box;
597
+ box-sizing: border-box;
598
+ display: inline-block;
599
+ -webkit-box-pack: start;
600
+ -ms-flex-pack: start;
601
+ justify-content: flex-start;
602
+ padding: 12px;
603
+ }
604
+ .e-card .e-card-actions.e-card-vertical {
605
+ display: -webkit-box;
606
+ display: -ms-flexbox;
607
+ display: flex;
608
+ -webkit-box-orient: vertical;
609
+ -webkit-box-direction: normal;
610
+ -ms-flex-direction: column;
611
+ flex-direction: column;
612
+ padding: 12px;
613
+ }
614
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
615
+ .e-card .e-card-actions.e-card-vertical a {
616
+ -ms-flex-item-align: initial;
617
+ align-self: initial;
618
+ -webkit-box-sizing: border-box;
619
+ box-sizing: border-box;
620
+ display: inline-block;
621
+ -webkit-box-pack: center;
622
+ -ms-flex-pack: center;
623
+ justify-content: center;
624
+ margin: 0 0 0 8px;
625
+ text-align: center;
626
+ width: 100%;
627
+ }
628
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
629
+ .e-card .e-card-actions.e-card-vertical a:last-child {
630
+ margin-bottom: 0;
631
+ }
632
+ .e-card .e-card-actions button,
633
+ .e-card .e-card-actions a {
634
+ -webkit-box-align: center;
635
+ -ms-flex-align: center;
636
+ align-items: center;
637
+ -ms-flex-item-align: center;
638
+ align-self: center;
639
+ cursor: pointer;
640
+ display: -webkit-inline-box;
641
+ display: -ms-inline-flexbox;
642
+ display: inline-flex;
643
+ overflow: hidden;
644
+ vertical-align: middle;
645
+ white-space: nowrap;
646
+ }
647
+ .e-card .e-card-actions .e-card-btn span,
648
+ .e-card .e-card-actions .e-card-btn span.e-icons {
649
+ display: -webkit-box;
650
+ display: -ms-flexbox;
651
+ display: flex;
652
+ font-size: 12px;
653
+ height: 24px;
654
+ width: 24px;
655
+ }
656
+ .e-card .e-card-actions .e-card-btn span::before,
657
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
658
+ -ms-flex-item-align: center;
659
+ align-self: center;
660
+ display: -webkit-box;
661
+ display: -ms-flexbox;
662
+ display: flex;
663
+ -webkit-box-pack: center;
664
+ -ms-flex-pack: center;
665
+ justify-content: center;
666
+ width: inherit;
667
+ }
668
+ .e-card .e-card-actions .e-card-btn > * {
669
+ overflow: hidden;
670
+ text-overflow: ellipsis;
671
+ width: inherit;
672
+ }
673
+ .e-card .e-card-actions .e-card-btn,
674
+ .e-card .e-card-actions a {
675
+ border-radius: 2px;
676
+ }
677
+ .e-card .e-card-actions .e-card-btn,
678
+ .e-card .e-card-actions a {
679
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
680
+ font-size: 12px;
681
+ line-height: 30px;
682
+ margin: 0 0 0 8px;
683
+ min-height: 30px;
684
+ padding: 0 6px;
685
+ text-decoration: none;
686
+ text-transform: none;
687
+ }
688
+ .e-card .e-card-actions .e-card-btn:first-child,
689
+ .e-card .e-card-actions a:first-child {
690
+ margin-left: 0;
691
+ }
692
+ .e-card .e-card-content {
693
+ font-size: 14px;
694
+ line-height: 1.5;
695
+ padding: 12px;
696
+ word-wrap: break-word;
697
+ }
698
+ .e-card .e-card-content + :not(.e-card-content),
699
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
700
+ margin-top: 0;
701
+ padding-top: 0;
702
+ }
703
+ .e-card .e-card-content,
704
+ .e-card .e-card-content p {
705
+ line-height: 1.5;
706
+ overflow: hidden;
707
+ text-overflow: ellipsis;
708
+ }
709
+
710
+ /* stylelint-disable property-no-vendor-prefix */
711
+ .e-card {
712
+ -webkit-tap-highlight-color: rgba(var(--color-sf-primary));
713
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
714
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
715
+ border: none none none;
716
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
717
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
718
+ color: rgba(var(--color-sf-on-surface));
719
+ outline: none;
720
+ }
721
+ .e-card:hover {
722
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
723
+ border-color: rgba(var(--color-sf-on-surface), 0.38);
724
+ }
725
+ .e-card:focus {
726
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
727
+ border-color: rgba(var(--color-sf-outline-variant));
728
+ }
729
+ .e-card:active {
730
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
731
+ border-color: rgba(var(--color-sf-primary));
732
+ }
733
+ .e-card .e-card-separator {
734
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
735
+ }
736
+ .e-card .e-card-header-caption .e-card-header-title {
737
+ color: rgba(var(--color-sf-on-surface));
738
+ }
739
+ .e-card .e-card-header-caption .e-card-sub-title {
740
+ color: rgba(var(--color-sf-on-surface));
741
+ }
742
+ .e-card .e-card-image .e-card-title {
743
+ background-color: rgba(var(--color-sf-scrim), 0.5);
744
+ color: rgba(var(--color-sf-white));
745
+ }
746
+ .e-card .e-card-actions .e-card-btn span,
747
+ .e-card .e-card-actions .e-card-btn span.e-icons {
748
+ color: rgba(var(--color-sf-primary));
749
+ }
750
+ .e-card .e-card-actions .e-card-btn,
751
+ .e-card .e-card-actions a {
752
+ background: rgba(var(--color-sf-primary));
753
+ border: 1px solid rgba(var(--color-sf-primary));
754
+ color: rgba(var(--color-sf-on-primary));
755
+ outline: 0;
756
+ }
757
+ .e-card .e-card-actions .e-card-btn:hover,
758
+ .e-card .e-card-actions a:hover {
759
+ background: rgba(var(--color-sf-primary));
760
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
761
+ color: rgba(var(--color-sf-on-primary));
762
+ }
763
+ .e-card .e-card-actions .e-card-btn:focus,
764
+ .e-card .e-card-actions a:focus {
765
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
766
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
767
+ border: 1px solid;
768
+ color: var(--color-sf-on-surface);
769
+ }
770
+ .e-card .e-card-actions .e-card-btn:active,
771
+ .e-card .e-card-actions a:active {
772
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
773
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
774
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
775
+ color: rgba(var(--color-sf-on-surface));
776
+ }
777
+ .e-card .e-card-content {
778
+ color: rgba(var(--color-sf-on-surface));
779
+ }