@syncfusion/ej2-layouts 27.2.3 → 28.1.33
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/README.md +3 -3
- package/dist/ej2-layouts.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +25 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +25 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +3 -3
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/splitter/splitter.js +25 -1
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind3-definition.scss +26 -0
- package/styles/avatar/bds.css +69 -0
- package/styles/avatar/bds.scss +3 -0
- package/styles/avatar/fluent2.css +1 -1
- package/styles/avatar/tailwind3.css +65 -0
- package/styles/avatar/tailwind3.scss +3 -0
- package/styles/bds-lite.css +1557 -0
- package/styles/bds-lite.scss +14 -0
- package/styles/bds.css +1796 -0
- package/styles/bds.scss +18 -0
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/card/_bigger.scss +8 -2
- package/styles/card/_layout.scss +15 -4
- package/styles/card/_tailwind3-definition.scss +126 -0
- package/styles/card/bds.css +561 -0
- package/styles/card/bds.scss +4 -0
- package/styles/card/fabric.css +0 -1
- package/styles/card/fluent2.css +2 -3
- package/styles/card/highcontrast.css +0 -1
- package/styles/card/tailwind3.css +551 -0
- package/styles/card/tailwind3.scss +4 -0
- package/styles/dashboard-layout/_bigger.scss +1 -1
- package/styles/dashboard-layout/_layout.scss +3 -3
- package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
- package/styles/dashboard-layout/_theme.scss +8 -1
- package/styles/dashboard-layout/bds.css +328 -0
- package/styles/dashboard-layout/bds.scss +5 -0
- package/styles/dashboard-layout/fluent2.css +1 -1
- package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
- package/styles/dashboard-layout/tailwind-dark.css +3 -0
- package/styles/dashboard-layout/tailwind.css +3 -0
- package/styles/dashboard-layout/tailwind3.css +314 -0
- package/styles/dashboard-layout/tailwind3.scss +5 -0
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-lite.css +1 -2
- package/styles/fabric.css +1 -2
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +6 -7
- package/styles/fluent2.css +6 -7
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-lite.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-lite.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark-lite.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3-lite.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/splitter/_tailwind3-definition.scss +31 -0
- package/styles/splitter/bds.css +547 -0
- package/styles/splitter/bds.scss +5 -0
- package/styles/splitter/fluent2.css +1 -1
- package/styles/splitter/icons/_tailwind3.scss +21 -0
- package/styles/splitter/tailwind3.css +547 -0
- package/styles/splitter/tailwind3.scss +5 -0
- package/styles/tailwind-dark-lite.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind-lite.css +4 -1
- package/styles/tailwind.css +4 -1
- package/styles/tailwind3-lite.css +1538 -0
- package/styles/tailwind3-lite.scss +14 -0
- package/styles/tailwind3.css +1767 -0
- package/styles/tailwind3.scss +18 -0
- package/styles/timeline/_layout.scss +1 -1
- package/styles/timeline/_tailwind3-definition.scss +18 -0
- package/styles/timeline/bds.css +303 -0
- package/styles/timeline/bds.scss +4 -0
- package/styles/timeline/bootstrap-dark.css +1 -1
- package/styles/timeline/bootstrap.css +1 -1
- package/styles/timeline/bootstrap4.css +1 -1
- package/styles/timeline/bootstrap5-dark.css +1 -1
- package/styles/timeline/bootstrap5.3.css +1 -1
- package/styles/timeline/bootstrap5.css +1 -1
- package/styles/timeline/fabric-dark.css +1 -1
- package/styles/timeline/fabric.css +1 -1
- package/styles/timeline/fluent-dark.css +1 -1
- package/styles/timeline/fluent.css +1 -1
- package/styles/timeline/fluent2.css +1 -1
- package/styles/timeline/highcontrast-light.css +1 -1
- package/styles/timeline/highcontrast.css +1 -1
- package/styles/timeline/material-dark.css +1 -1
- package/styles/timeline/material.css +1 -1
- package/styles/timeline/material3-dark.css +1 -1
- package/styles/timeline/material3.css +1 -1
- package/styles/timeline/tailwind-dark.css +1 -1
- package/styles/timeline/tailwind.css +1 -1
- package/styles/timeline/tailwind3.css +303 -0
- package/styles/timeline/tailwind3.scss +4 -0
package/dist/global/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version :
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
3
|
+
* version : 28.1.33
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-layouts@21.4.6",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-92StvO4fbRN6YGb4IgUyal1wHizH99XJ0dhLLZzVr+d/X0VpBPE2xuwK1IZ7n42WjaHZCic3hCVOQRMJ+a6HJQ==",
|
6
6
|
"_location": "/@syncfusion/ej2-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -26,16 +26,16 @@
|
|
26
26
|
"/@syncfusion/ej2-react-layouts",
|
27
27
|
"/@syncfusion/ej2-vue-layouts"
|
28
28
|
],
|
29
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
30
|
-
"_shasum": "
|
29
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-21.4.6.tgz",
|
30
|
+
"_shasum": "49561da959d8e856a733b0aee27efda61bd976b2",
|
31
31
|
"_spec": "@syncfusion/ej2-layouts@*",
|
32
|
-
"_where": "/jenkins/workspace/elease-
|
32
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
33
33
|
"author": {
|
34
34
|
"name": "Syncfusion Inc."
|
35
35
|
},
|
36
36
|
"bundleDependencies": false,
|
37
37
|
"dependencies": {
|
38
|
-
"@syncfusion/ej2-base": "~
|
38
|
+
"@syncfusion/ej2-base": "~28.1.33"
|
39
39
|
},
|
40
40
|
"deprecated": false,
|
41
41
|
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
|
76
76
|
},
|
77
77
|
"typings": "index.d.ts",
|
78
|
-
"version": "
|
78
|
+
"version": "28.1.33",
|
79
79
|
"sideEffects": false,
|
80
80
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
81
81
|
}
|
package/src/splitter/splitter.js
CHANGED
@@ -2227,7 +2227,6 @@ var Splitter = /** @class */ (function (_super) {
|
|
2227
2227
|
while (this.element.attributes.length > 0) {
|
2228
2228
|
this.element.removeAttribute(this.element.attributes[0].name);
|
2229
2229
|
}
|
2230
|
-
this.element.innerHTML = this.wrapper.innerHTML;
|
2231
2230
|
for (var i = 0; i < this.wrapper.attributes.length; i++) {
|
2232
2231
|
this.element.setAttribute(this.wrapper.attributes[i].name, this.wrapper.attributes[i].value);
|
2233
2232
|
}
|
@@ -2241,11 +2240,36 @@ var Splitter = /** @class */ (function (_super) {
|
|
2241
2240
|
if (this.isReact) {
|
2242
2241
|
this.clearTemplate();
|
2243
2242
|
}
|
2243
|
+
var separators = this.element.querySelectorAll('.e-split-bar');
|
2244
|
+
if (separators.length > 0) {
|
2245
|
+
for (var i = 0; i < separators.length; i++) {
|
2246
|
+
EventHandler.remove(separators[i], 'touchstart', this.clickHandler);
|
2247
|
+
EventHandler.remove(separators[i], 'touchstart', this.onMouseDown);
|
2248
|
+
EventHandler.remove(separators[i], 'click', this.clickHandler);
|
2249
|
+
EventHandler.remove(separators[i], 'mousedown', this.onMouseDown);
|
2250
|
+
separators[i].parentNode.removeChild(separators[i]); // Use parentNode for broader compatibility
|
2251
|
+
}
|
2252
|
+
}
|
2253
|
+
var panes = this.element.querySelectorAll('.e-pane');
|
2254
|
+
if (panes.length > 0) {
|
2255
|
+
for (var i = 0; i < panes.length; i++) {
|
2256
|
+
panes[i].classList.remove(SPLIT_H_PANE, SPLIT_V_PANE, STATIC_PANE, SCROLL_PANE, PANE, RESIZABLE_PANE, HIDE_HANDLER, COLLAPSIBLE, EXPAND_PANE, PANE_HIDDEN);
|
2257
|
+
while (panes[i].attributes.length > 0) {
|
2258
|
+
panes[i].removeAttribute(panes[i].attributes[0].name);
|
2259
|
+
}
|
2260
|
+
}
|
2261
|
+
}
|
2244
2262
|
this.allBars = [];
|
2263
|
+
this.allBars = null;
|
2245
2264
|
this.allPanes = [];
|
2265
|
+
this.allPanes = null;
|
2246
2266
|
this.previousPane = null;
|
2247
2267
|
this.nextPane = null;
|
2248
2268
|
this.currentSeparator = null;
|
2269
|
+
this.wrapper = null;
|
2270
|
+
this.prevBar = null;
|
2271
|
+
this.nextBar = null;
|
2272
|
+
this.templateElement = null;
|
2249
2273
|
}
|
2250
2274
|
};
|
2251
2275
|
Splitter.prototype.restoreElem = function () {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
overflow: hidden;
|
24
24
|
position: relative;
|
25
25
|
width: $avatar-base-width;
|
26
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
26
|
+
@if ($skin-name == 'tailwind3' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
27
27
|
line-height: $avatar-base-line-height;
|
28
28
|
}
|
29
29
|
|
@@ -48,21 +48,21 @@
|
|
48
48
|
|
49
49
|
&.e-avatar-xsmall {
|
50
50
|
font-size: $avatar-xsmall-font-size;
|
51
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
51
|
+
@if ($skin-name == 'tailwind3' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
52
52
|
@include avatar-size(24px, 24px, $avatar-base-xsmall-line-height);
|
53
53
|
}
|
54
54
|
}
|
55
55
|
|
56
56
|
&.e-avatar-small {
|
57
57
|
font-size: $avatar-small-font-size;
|
58
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
58
|
+
@if ($skin-name == 'tailwind3' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
59
59
|
@include avatar-size(32px, 32px, $avatar-base-small-line-height);
|
60
60
|
}
|
61
61
|
}
|
62
62
|
|
63
63
|
&.e-avatar-large {
|
64
64
|
font-size: $avatar-large-font-size;
|
65
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
65
|
+
@if ($skin-name == 'tailwind3' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
66
66
|
@include avatar-size(48px, 48px, $avatar-base-large-line-height);
|
67
67
|
}
|
68
68
|
@if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3') {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
&.e-avatar-xlarge {
|
74
74
|
font-size: $avatar-xlarge-font-size;
|
75
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
75
|
+
@if ($skin-name == 'tailwind3' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
76
76
|
@include avatar-size(56px, 56px, $avatar-base-xlarge-line-height);
|
77
77
|
}
|
78
78
|
@if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3') {
|
@@ -0,0 +1,26 @@
|
|
1
|
+
// Avatar Base
|
2
|
+
$avatar-base-border-radius: 6px !default;
|
3
|
+
$avatar-base-background-color: $content-bg-color-alt2 !default;
|
4
|
+
$avatar-base-font-size: $text-2xl !default;
|
5
|
+
$avatar-base-width: 40px !default;
|
6
|
+
$avatar-base-height: 40px !default;
|
7
|
+
$avatar-base-line-height: 24px !default;
|
8
|
+
$avatar-base-text-color: $icon-color !default;
|
9
|
+
$avatar-base-font-weight: $font-weight-normal !default;
|
10
|
+
$avatar-base-img-height: 100% !default;
|
11
|
+
|
12
|
+
// Circle Avatar
|
13
|
+
$avatar-circle-border-radius: 50% !default;
|
14
|
+
|
15
|
+
// Avatar size
|
16
|
+
$avatar-xsmall-font-size: $text-base !default;
|
17
|
+
$avatar-small-font-size: $text-lg !default;
|
18
|
+
$avatar-large-font-size: $text-3xl !default;
|
19
|
+
$avatar-xlarge-font-size: 34px !default;
|
20
|
+
$avatar-large-border-radius: 4px !default;
|
21
|
+
|
22
|
+
// Avatar Line Height
|
23
|
+
$avatar-base-xsmall-line-height: 16px !default;
|
24
|
+
$avatar-base-small-line-height: 18px !default;
|
25
|
+
$avatar-base-large-line-height: 30px !default;
|
26
|
+
$avatar-base-xlarge-line-height: 34px !default;
|
@@ -0,0 +1,69 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
.e-avatar {
|
6
|
+
border: 1px solid var(--color-sf-utility-avatar-border-color);
|
7
|
+
}
|
8
|
+
|
9
|
+
.e-avatar {
|
10
|
+
-ms-flex-line-pack: center;
|
11
|
+
align-content: center;
|
12
|
+
-webkit-box-align: center;
|
13
|
+
-ms-flex-align: center;
|
14
|
+
align-items: center;
|
15
|
+
background-color: var(--color-sf-bg-tertiary);
|
16
|
+
background-position: center;
|
17
|
+
background-repeat: no-repeat;
|
18
|
+
background-size: cover;
|
19
|
+
border-radius: 8px;
|
20
|
+
color: var(--color-sf-text-tertiary);
|
21
|
+
display: -webkit-inline-box;
|
22
|
+
display: -ms-inline-flexbox;
|
23
|
+
display: inline-flex;
|
24
|
+
font-family: "Inter";
|
25
|
+
font-size: 14px;
|
26
|
+
font-weight: 500;
|
27
|
+
height: 40px;
|
28
|
+
-webkit-box-pack: center;
|
29
|
+
-ms-flex-pack: center;
|
30
|
+
justify-content: center;
|
31
|
+
overflow: hidden;
|
32
|
+
position: relative;
|
33
|
+
width: 40px;
|
34
|
+
line-height: 22px;
|
35
|
+
}
|
36
|
+
.e-avatar img {
|
37
|
+
height: 100%;
|
38
|
+
width: auto;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-circle {
|
41
|
+
border-radius: 50%;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
44
|
+
border-radius: 50%;
|
45
|
+
}
|
46
|
+
.e-avatar.e-avatar-xsmall {
|
47
|
+
font-size: 10px;
|
48
|
+
height: 24px;
|
49
|
+
width: 24px;
|
50
|
+
line-height: 16px;
|
51
|
+
}
|
52
|
+
.e-avatar.e-avatar-small {
|
53
|
+
font-size: 12px;
|
54
|
+
height: 32px;
|
55
|
+
width: 32px;
|
56
|
+
line-height: 18px;
|
57
|
+
}
|
58
|
+
.e-avatar.e-avatar-large {
|
59
|
+
font-size: 18px;
|
60
|
+
height: 48px;
|
61
|
+
width: 48px;
|
62
|
+
line-height: 28px;
|
63
|
+
}
|
64
|
+
.e-avatar.e-avatar-xlarge {
|
65
|
+
font-size: 20px;
|
66
|
+
height: 56px;
|
67
|
+
width: 56px;
|
68
|
+
line-height: 28px;
|
69
|
+
}
|
@@ -19,7 +19,7 @@
|
|
19
19
|
display: -webkit-inline-box;
|
20
20
|
display: -ms-inline-flexbox;
|
21
21
|
display: inline-flex;
|
22
|
-
font-family: "Segoe UI", -apple-system,
|
22
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
23
23
|
font-size: 14px;
|
24
24
|
font-weight: 400;
|
25
25
|
height: 40px;
|
@@ -0,0 +1,65 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
.e-avatar {
|
6
|
+
-ms-flex-line-pack: center;
|
7
|
+
align-content: center;
|
8
|
+
-webkit-box-align: center;
|
9
|
+
-ms-flex-align: center;
|
10
|
+
align-items: center;
|
11
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
12
|
+
background-position: center;
|
13
|
+
background-repeat: no-repeat;
|
14
|
+
background-size: cover;
|
15
|
+
border-radius: 6px;
|
16
|
+
color: var(--color-sf-icon-color);
|
17
|
+
display: -webkit-inline-box;
|
18
|
+
display: -ms-inline-flexbox;
|
19
|
+
display: inline-flex;
|
20
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
|
21
|
+
font-size: 24px;
|
22
|
+
font-weight: 400;
|
23
|
+
height: 40px;
|
24
|
+
-webkit-box-pack: center;
|
25
|
+
-ms-flex-pack: center;
|
26
|
+
justify-content: center;
|
27
|
+
overflow: hidden;
|
28
|
+
position: relative;
|
29
|
+
width: 40px;
|
30
|
+
line-height: 24px;
|
31
|
+
}
|
32
|
+
.e-avatar img {
|
33
|
+
height: 100%;
|
34
|
+
width: auto;
|
35
|
+
}
|
36
|
+
.e-avatar.e-avatar-circle {
|
37
|
+
border-radius: 50%;
|
38
|
+
}
|
39
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
40
|
+
border-radius: 50%;
|
41
|
+
}
|
42
|
+
.e-avatar.e-avatar-xsmall {
|
43
|
+
font-size: 16px;
|
44
|
+
height: 24px;
|
45
|
+
width: 24px;
|
46
|
+
line-height: 16px;
|
47
|
+
}
|
48
|
+
.e-avatar.e-avatar-small {
|
49
|
+
font-size: 18px;
|
50
|
+
height: 32px;
|
51
|
+
width: 32px;
|
52
|
+
line-height: 18px;
|
53
|
+
}
|
54
|
+
.e-avatar.e-avatar-large {
|
55
|
+
font-size: 30px;
|
56
|
+
height: 48px;
|
57
|
+
width: 48px;
|
58
|
+
line-height: 30px;
|
59
|
+
}
|
60
|
+
.e-avatar.e-avatar-xlarge {
|
61
|
+
font-size: 34px;
|
62
|
+
height: 56px;
|
63
|
+
width: 56px;
|
64
|
+
line-height: 34px;
|
65
|
+
}
|