@syncfusion/ej2-react-layouts 23.1.36 → 24.1.41
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.
- package/dist/ej2-react-layouts.min.js +2 -2
- package/dist/ej2-react-layouts.umd.min.js +2 -2
- package/package.json +9 -9
- package/src/dashboard-layout/dashboardlayout.component.d.ts +2 -2
- package/src/splitter/splitter.component.d.ts +2 -2
- package/styles/avatar/bootstrap-dark.css +1 -45
- package/styles/avatar/bootstrap.css +1 -45
- package/styles/avatar/bootstrap4.css +1 -45
- package/styles/avatar/bootstrap5-dark.css +1 -60
- package/styles/avatar/bootstrap5.css +1 -60
- package/styles/avatar/fabric-dark.css +1 -45
- package/styles/avatar/fabric.css +1 -45
- package/styles/avatar/fluent-dark.css +1 -58
- package/styles/avatar/fluent.css +1 -58
- package/styles/avatar/highcontrast-light.css +1 -45
- package/styles/avatar/highcontrast.css +1 -45
- package/styles/avatar/material-dark.css +1 -45
- package/styles/avatar/material.css +1 -45
- package/styles/avatar/material3-dark.css +1 -113
- package/styles/avatar/material3.css +1 -169
- package/styles/avatar/tailwind-dark.css +1 -58
- package/styles/avatar/tailwind.css +1 -58
- package/styles/bootstrap-dark.css +1 -1351
- package/styles/bootstrap.css +1 -1352
- package/styles/bootstrap4.css +1 -1357
- package/styles/bootstrap5-dark.css +1 -1368
- package/styles/bootstrap5.css +1 -1368
- package/styles/card/bootstrap-dark.css +1 -513
- package/styles/card/bootstrap.css +1 -514
- package/styles/card/bootstrap4.css +1 -520
- package/styles/card/bootstrap5-dark.css +1 -513
- package/styles/card/bootstrap5.css +1 -513
- package/styles/card/fabric-dark.css +1 -513
- package/styles/card/fabric.css +1 -524
- package/styles/card/fluent-dark.css +1 -534
- package/styles/card/fluent.css +1 -534
- package/styles/card/highcontrast-light.css +1 -513
- package/styles/card/highcontrast.css +1 -525
- package/styles/card/material-dark.css +1 -513
- package/styles/card/material.css +1 -513
- package/styles/card/material3-dark.css +1 -566
- package/styles/card/material3.css +1 -622
- package/styles/card/tailwind-dark.css +1 -514
- package/styles/card/tailwind.css +1 -514
- package/styles/dashboard-layout/bootstrap-dark.css +1 -296
- package/styles/dashboard-layout/bootstrap.css +1 -296
- package/styles/dashboard-layout/bootstrap4.css +1 -296
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
- package/styles/dashboard-layout/bootstrap5.css +1 -305
- package/styles/dashboard-layout/fabric-dark.css +1 -296
- package/styles/dashboard-layout/fabric.css +1 -296
- package/styles/dashboard-layout/fluent-dark.css +1 -300
- package/styles/dashboard-layout/fluent.css +1 -300
- package/styles/dashboard-layout/highcontrast-light.css +1 -234
- package/styles/dashboard-layout/highcontrast.css +1 -292
- package/styles/dashboard-layout/material-dark.css +1 -296
- package/styles/dashboard-layout/material.css +1 -296
- package/styles/dashboard-layout/material3-dark.css +1 -356
- package/styles/dashboard-layout/material3.css +1 -412
- package/styles/dashboard-layout/tailwind-dark.css +1 -317
- package/styles/dashboard-layout/tailwind.css +1 -317
- package/styles/fabric-dark.css +1 -1351
- package/styles/fabric.css +1 -1362
- package/styles/fluent-dark.css +1 -1382
- package/styles/fluent.css +1 -1382
- package/styles/highcontrast-light.css +1 -1289
- package/styles/highcontrast.css +1 -1359
- package/styles/material-dark.css +1 -1350
- package/styles/material.css +1 -1351
- package/styles/material3-dark.css +1 -1581
- package/styles/material3.css +1 -1805
- package/styles/splitter/bootstrap-dark.css +1 -496
- package/styles/splitter/bootstrap.css +1 -496
- package/styles/splitter/bootstrap4.css +1 -495
- package/styles/splitter/bootstrap5-dark.css +1 -489
- package/styles/splitter/bootstrap5.css +1 -489
- package/styles/splitter/fabric-dark.css +1 -496
- package/styles/splitter/fabric.css +1 -496
- package/styles/splitter/fluent-dark.css +1 -489
- package/styles/splitter/fluent.css +1 -489
- package/styles/splitter/highcontrast-light.css +1 -496
- package/styles/splitter/highcontrast.css +1 -496
- package/styles/splitter/material-dark.css +1 -495
- package/styles/splitter/material.css +1 -496
- package/styles/splitter/material3-dark.css +1 -544
- package/styles/splitter/material3.css +1 -600
- package/styles/splitter/tailwind-dark.css +1 -489
- package/styles/splitter/tailwind.css +1 -489
- package/styles/tailwind-dark.css +1 -1379
- package/styles/tailwind.css +1 -1379
@@ -1,45 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #bcbcbc;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 5px;
|
11
|
-
color: #fff;
|
12
|
-
display: -ms-inline-flexbox;
|
13
|
-
display: inline-flex;
|
14
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
15
|
-
font-size: 1em;
|
16
|
-
font-weight: 400;
|
17
|
-
height: 3em;
|
18
|
-
-ms-flex-pack: center;
|
19
|
-
justify-content: center;
|
20
|
-
overflow: hidden;
|
21
|
-
position: relative;
|
22
|
-
width: 3em;
|
23
|
-
}
|
24
|
-
.e-avatar img {
|
25
|
-
height: 100%;
|
26
|
-
width: auto;
|
27
|
-
}
|
28
|
-
.e-avatar.e-avatar-circle {
|
29
|
-
border-radius: 50%;
|
30
|
-
}
|
31
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
-
border-radius: 50%;
|
33
|
-
}
|
34
|
-
.e-avatar.e-avatar-xsmall {
|
35
|
-
font-size: 0.6em;
|
36
|
-
}
|
37
|
-
.e-avatar.e-avatar-small {
|
38
|
-
font-size: 0.8em;
|
39
|
-
}
|
40
|
-
.e-avatar.e-avatar-large {
|
41
|
-
font-size: 1.2em;
|
42
|
-
}
|
43
|
-
.e-avatar.e-avatar-xlarge {
|
44
|
-
font-size: 1.4em;
|
45
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/material-dark.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #bcbcbc;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 5px;
|
11
|
-
color: #fff;
|
12
|
-
display: -ms-inline-flexbox;
|
13
|
-
display: inline-flex;
|
14
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
15
|
-
font-size: 1em;
|
16
|
-
font-weight: 400;
|
17
|
-
height: 3em;
|
18
|
-
-ms-flex-pack: center;
|
19
|
-
justify-content: center;
|
20
|
-
overflow: hidden;
|
21
|
-
position: relative;
|
22
|
-
width: 3em;
|
23
|
-
}
|
24
|
-
.e-avatar img {
|
25
|
-
height: 100%;
|
26
|
-
width: auto;
|
27
|
-
}
|
28
|
-
.e-avatar.e-avatar-circle {
|
29
|
-
border-radius: 50%;
|
30
|
-
}
|
31
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
-
border-radius: 50%;
|
33
|
-
}
|
34
|
-
.e-avatar.e-avatar-xsmall {
|
35
|
-
font-size: 0.6em;
|
36
|
-
}
|
37
|
-
.e-avatar.e-avatar-small {
|
38
|
-
font-size: 0.8em;
|
39
|
-
}
|
40
|
-
.e-avatar.e-avatar-large {
|
41
|
-
font-size: 1.2em;
|
42
|
-
}
|
43
|
-
.e-avatar.e-avatar-xlarge {
|
44
|
-
font-size: 1.4em;
|
45
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/material.css';
|
@@ -1,113 +1 @@
|
|
1
|
-
|
2
|
-
--color-sf-black: 0, 0, 0;
|
3
|
-
--color-sf-white: 255, 255, 255;
|
4
|
-
--color-sf-primary: 208, 188, 255;
|
5
|
-
--color-sf-primary-container: 79, 55, 139;
|
6
|
-
--color-sf-secondary: 204, 194, 220;
|
7
|
-
--color-sf-secondary-container: 74, 68, 88;
|
8
|
-
--color-sf-tertiary: 239, 184, 200;
|
9
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
10
|
-
--color-sf-surface: 28, 27, 31;
|
11
|
-
--color-sf-surface-variant: 73, 69, 79;
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
13
|
-
--color-sf-on-primary: 55, 30, 115;
|
14
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
15
|
-
--color-sf-on-secondary: 51, 45, 65;
|
16
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
17
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
18
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
19
|
-
--color-sf-on-surface: 230, 225, 229;
|
20
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
21
|
-
--color-sf-on-background: 230, 225, 229;
|
22
|
-
--color-sf-outline: 147, 143, 153;
|
23
|
-
--color-sf-outline-variant: 68, 71, 70;
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
25
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
26
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
27
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
28
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
30
|
-
--color-sf-error: 242, 184, 181;
|
31
|
-
--color-sf-error-container: 140, 29, 24;
|
32
|
-
--color-sf-on-error: 96, 20, 16;
|
33
|
-
--color-sf-on-error-container: 249, 222, 220;
|
34
|
-
--color-sf-success: 83, 202, 23;
|
35
|
-
--color-sf-success-container: 22, 62, 2;
|
36
|
-
--color-sf-on-success: 13, 39, 0;
|
37
|
-
--color-sf-on-success-container: 183, 250, 150;
|
38
|
-
--color-sf-info: 71, 172, 251;
|
39
|
-
--color-sf-info-container: 0, 67, 120;
|
40
|
-
--color-sf-on-info: 0, 51, 91;
|
41
|
-
--color-sf-on-info-container: 173, 219, 255;
|
42
|
-
--color-sf-warning: 245, 180, 130;
|
43
|
-
--color-sf-warning-container: 123, 65, 0;
|
44
|
-
--color-sf-on-warning: 99, 52, 0;
|
45
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
46
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
48
|
-
--color-sf-success-text: 0, 0, 0;
|
49
|
-
--color-sf-warning-text: 0, 0, 0;
|
50
|
-
--color-sf-info-text: 0, 0, 0;
|
51
|
-
--color-sf-danger-text: 0, 0, 0;
|
52
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
54
|
-
}
|
55
|
-
|
56
|
-
.e-avatar {
|
57
|
-
-ms-flex-line-pack: center;
|
58
|
-
align-content: center;
|
59
|
-
-ms-flex-align: center;
|
60
|
-
align-items: center;
|
61
|
-
background-color: rgba(var(--color-sf-primary-container));
|
62
|
-
background-position: center;
|
63
|
-
background-repeat: no-repeat;
|
64
|
-
background-size: cover;
|
65
|
-
border-radius: 4px;
|
66
|
-
color: rgba(var(--color-sf-on-primary-container));
|
67
|
-
display: -ms-inline-flexbox;
|
68
|
-
display: inline-flex;
|
69
|
-
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
70
|
-
font-size: 20px;
|
71
|
-
font-weight: 500;
|
72
|
-
height: 40px;
|
73
|
-
-ms-flex-pack: center;
|
74
|
-
justify-content: center;
|
75
|
-
overflow: hidden;
|
76
|
-
position: relative;
|
77
|
-
width: 40px;
|
78
|
-
line-height: 20px;
|
79
|
-
}
|
80
|
-
.e-avatar img {
|
81
|
-
height: 100%;
|
82
|
-
width: auto;
|
83
|
-
}
|
84
|
-
.e-avatar.e-avatar-circle {
|
85
|
-
border-radius: 50%;
|
86
|
-
}
|
87
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
88
|
-
border-radius: 50%;
|
89
|
-
}
|
90
|
-
.e-avatar.e-avatar-xsmall {
|
91
|
-
font-size: 14px;
|
92
|
-
height: 24px;
|
93
|
-
line-height: 14px;
|
94
|
-
width: 24px;
|
95
|
-
}
|
96
|
-
.e-avatar.e-avatar-small {
|
97
|
-
font-size: 18px;
|
98
|
-
height: 32px;
|
99
|
-
line-height: 18px;
|
100
|
-
width: 32px;
|
101
|
-
}
|
102
|
-
.e-avatar.e-avatar-large {
|
103
|
-
font-size: 26px;
|
104
|
-
height: 48px;
|
105
|
-
line-height: 26px;
|
106
|
-
width: 48px;
|
107
|
-
}
|
108
|
-
.e-avatar.e-avatar-xlarge {
|
109
|
-
font-size: 30px;
|
110
|
-
height: 56px;
|
111
|
-
line-height: 30px;
|
112
|
-
width: 56px;
|
113
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/material3-dark.css';
|
@@ -1,169 +1 @@
|
|
1
|
-
|
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 #000000, 0 0 0 3px #ffffff;
|
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
|
-
.e-avatar {
|
113
|
-
-ms-flex-line-pack: center;
|
114
|
-
align-content: center;
|
115
|
-
-ms-flex-align: center;
|
116
|
-
align-items: center;
|
117
|
-
background-color: rgba(var(--color-sf-primary-container));
|
118
|
-
background-position: center;
|
119
|
-
background-repeat: no-repeat;
|
120
|
-
background-size: cover;
|
121
|
-
border-radius: 4px;
|
122
|
-
color: rgba(var(--color-sf-on-primary-container));
|
123
|
-
display: -ms-inline-flexbox;
|
124
|
-
display: inline-flex;
|
125
|
-
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
126
|
-
font-size: 20px;
|
127
|
-
font-weight: 500;
|
128
|
-
height: 40px;
|
129
|
-
-ms-flex-pack: center;
|
130
|
-
justify-content: center;
|
131
|
-
overflow: hidden;
|
132
|
-
position: relative;
|
133
|
-
width: 40px;
|
134
|
-
line-height: 20px;
|
135
|
-
}
|
136
|
-
.e-avatar img {
|
137
|
-
height: 100%;
|
138
|
-
width: auto;
|
139
|
-
}
|
140
|
-
.e-avatar.e-avatar-circle {
|
141
|
-
border-radius: 50%;
|
142
|
-
}
|
143
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
144
|
-
border-radius: 50%;
|
145
|
-
}
|
146
|
-
.e-avatar.e-avatar-xsmall {
|
147
|
-
font-size: 14px;
|
148
|
-
height: 24px;
|
149
|
-
line-height: 14px;
|
150
|
-
width: 24px;
|
151
|
-
}
|
152
|
-
.e-avatar.e-avatar-small {
|
153
|
-
font-size: 18px;
|
154
|
-
height: 32px;
|
155
|
-
line-height: 18px;
|
156
|
-
width: 32px;
|
157
|
-
}
|
158
|
-
.e-avatar.e-avatar-large {
|
159
|
-
font-size: 26px;
|
160
|
-
height: 48px;
|
161
|
-
line-height: 26px;
|
162
|
-
width: 48px;
|
163
|
-
}
|
164
|
-
.e-avatar.e-avatar-xlarge {
|
165
|
-
font-size: 30px;
|
166
|
-
height: 56px;
|
167
|
-
line-height: 30px;
|
168
|
-
width: 56px;
|
169
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/material3.css';
|
@@ -1,58 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #4b5563;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 4px;
|
11
|
-
color: #9ca3af;
|
12
|
-
display: -ms-inline-flexbox;
|
13
|
-
display: inline-flex;
|
14
|
-
font-family: "Inter";
|
15
|
-
font-size: 14px;
|
16
|
-
font-weight: 500;
|
17
|
-
height: 40px;
|
18
|
-
-ms-flex-pack: center;
|
19
|
-
justify-content: center;
|
20
|
-
overflow: hidden;
|
21
|
-
position: relative;
|
22
|
-
width: 40px;
|
23
|
-
line-height: 22px;
|
24
|
-
}
|
25
|
-
.e-avatar img {
|
26
|
-
height: 100%;
|
27
|
-
width: auto;
|
28
|
-
}
|
29
|
-
.e-avatar.e-avatar-circle {
|
30
|
-
border-radius: 50%;
|
31
|
-
}
|
32
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
33
|
-
border-radius: 50%;
|
34
|
-
}
|
35
|
-
.e-avatar.e-avatar-xsmall {
|
36
|
-
font-size: 10px;
|
37
|
-
height: 24px;
|
38
|
-
line-height: 16px;
|
39
|
-
width: 24px;
|
40
|
-
}
|
41
|
-
.e-avatar.e-avatar-small {
|
42
|
-
font-size: 12px;
|
43
|
-
height: 32px;
|
44
|
-
line-height: 18px;
|
45
|
-
width: 32px;
|
46
|
-
}
|
47
|
-
.e-avatar.e-avatar-large {
|
48
|
-
font-size: 18px;
|
49
|
-
height: 48px;
|
50
|
-
line-height: 28px;
|
51
|
-
width: 48px;
|
52
|
-
}
|
53
|
-
.e-avatar.e-avatar-xlarge {
|
54
|
-
font-size: 20px;
|
55
|
-
height: 56px;
|
56
|
-
line-height: 28px;
|
57
|
-
width: 56px;
|
58
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/tailwind-dark.css';
|
@@ -1,58 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #e5e7eb;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 4px;
|
11
|
-
color: #6b7280;
|
12
|
-
display: -ms-inline-flexbox;
|
13
|
-
display: inline-flex;
|
14
|
-
font-family: "Inter";
|
15
|
-
font-size: 14px;
|
16
|
-
font-weight: 500;
|
17
|
-
height: 40px;
|
18
|
-
-ms-flex-pack: center;
|
19
|
-
justify-content: center;
|
20
|
-
overflow: hidden;
|
21
|
-
position: relative;
|
22
|
-
width: 40px;
|
23
|
-
line-height: 22px;
|
24
|
-
}
|
25
|
-
.e-avatar img {
|
26
|
-
height: 100%;
|
27
|
-
width: auto;
|
28
|
-
}
|
29
|
-
.e-avatar.e-avatar-circle {
|
30
|
-
border-radius: 50%;
|
31
|
-
}
|
32
|
-
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
33
|
-
border-radius: 50%;
|
34
|
-
}
|
35
|
-
.e-avatar.e-avatar-xsmall {
|
36
|
-
font-size: 10px;
|
37
|
-
height: 24px;
|
38
|
-
line-height: 16px;
|
39
|
-
width: 24px;
|
40
|
-
}
|
41
|
-
.e-avatar.e-avatar-small {
|
42
|
-
font-size: 12px;
|
43
|
-
height: 32px;
|
44
|
-
line-height: 18px;
|
45
|
-
width: 32px;
|
46
|
-
}
|
47
|
-
.e-avatar.e-avatar-large {
|
48
|
-
font-size: 18px;
|
49
|
-
height: 48px;
|
50
|
-
line-height: 28px;
|
51
|
-
width: 48px;
|
52
|
-
}
|
53
|
-
.e-avatar.e-avatar-xlarge {
|
54
|
-
font-size: 20px;
|
55
|
-
height: 56px;
|
56
|
-
line-height: 28px;
|
57
|
-
width: 56px;
|
58
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/tailwind.css';
|