@syncfusion/ej2-layouts 20.1.47 → 20.1.55

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 (86) hide show
  1. package/dist/ej2-layouts.umd.min.js +2 -2
  2. package/dist/ej2-layouts.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-layouts.es2015.js +8 -5
  4. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es5.js +8 -5
  6. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  7. package/dist/global/ej2-layouts.min.js +2 -2
  8. package/dist/global/ej2-layouts.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/package.json +6 -6
  11. package/src/splitter/splitter.js +8 -5
  12. package/styles/avatar/bootstrap-dark.css +1 -7
  13. package/styles/avatar/bootstrap.css +1 -7
  14. package/styles/avatar/bootstrap4.css +1 -7
  15. package/styles/avatar/bootstrap5-dark.css +1 -7
  16. package/styles/avatar/bootstrap5.css +1 -7
  17. package/styles/avatar/fabric-dark.css +1 -7
  18. package/styles/avatar/fabric.css +1 -7
  19. package/styles/avatar/fluent-dark.css +1 -7
  20. package/styles/avatar/fluent.css +1 -7
  21. package/styles/avatar/highcontrast-light.css +1 -7
  22. package/styles/avatar/highcontrast.css +1 -7
  23. package/styles/avatar/material-dark.css +1 -7
  24. package/styles/avatar/material.css +1 -7
  25. package/styles/avatar/tailwind-dark.css +1 -7
  26. package/styles/avatar/tailwind.css +1 -7
  27. package/styles/bootstrap-dark.css +43 -312
  28. package/styles/bootstrap.css +43 -312
  29. package/styles/bootstrap4.css +43 -314
  30. package/styles/bootstrap5-dark.css +41 -309
  31. package/styles/bootstrap5.css +41 -309
  32. package/styles/card/bootstrap-dark.css +1 -85
  33. package/styles/card/bootstrap.css +1 -85
  34. package/styles/card/bootstrap4.css +1 -87
  35. package/styles/card/bootstrap5-dark.css +1 -85
  36. package/styles/card/bootstrap5.css +1 -85
  37. package/styles/card/fabric-dark.css +1 -85
  38. package/styles/card/fabric.css +1 -87
  39. package/styles/card/fluent-dark.css +1 -85
  40. package/styles/card/fluent.css +1 -85
  41. package/styles/card/highcontrast-light.css +1 -85
  42. package/styles/card/highcontrast.css +1 -87
  43. package/styles/card/material-dark.css +1 -85
  44. package/styles/card/material.css +1 -85
  45. package/styles/card/tailwind-dark.css +1 -87
  46. package/styles/card/tailwind.css +1 -87
  47. package/styles/dashboard-layout/bootstrap-dark.css +28 -116
  48. package/styles/dashboard-layout/bootstrap.css +28 -116
  49. package/styles/dashboard-layout/bootstrap4.css +28 -116
  50. package/styles/dashboard-layout/bootstrap5-dark.css +28 -117
  51. package/styles/dashboard-layout/bootstrap5.css +28 -117
  52. package/styles/dashboard-layout/fabric-dark.css +28 -116
  53. package/styles/dashboard-layout/fabric.css +28 -116
  54. package/styles/dashboard-layout/fluent-dark.css +28 -117
  55. package/styles/dashboard-layout/fluent.css +28 -117
  56. package/styles/dashboard-layout/highcontrast-light.css +16 -85
  57. package/styles/dashboard-layout/highcontrast.css +28 -115
  58. package/styles/dashboard-layout/material-dark.css +28 -116
  59. package/styles/dashboard-layout/material.css +28 -116
  60. package/styles/dashboard-layout/tailwind-dark.css +28 -119
  61. package/styles/dashboard-layout/tailwind.css +28 -119
  62. package/styles/fabric-dark.css +43 -312
  63. package/styles/fabric.css +43 -314
  64. package/styles/fluent-dark.css +41 -309
  65. package/styles/fluent.css +41 -309
  66. package/styles/highcontrast-light.css +31 -281
  67. package/styles/highcontrast.css +43 -313
  68. package/styles/material-dark.css +53 -322
  69. package/styles/material.css +43 -312
  70. package/styles/splitter/bootstrap-dark.css +16 -107
  71. package/styles/splitter/bootstrap.css +16 -107
  72. package/styles/splitter/bootstrap4.css +16 -107
  73. package/styles/splitter/bootstrap5-dark.css +14 -103
  74. package/styles/splitter/bootstrap5.css +14 -103
  75. package/styles/splitter/fabric-dark.css +16 -107
  76. package/styles/splitter/fabric.css +16 -107
  77. package/styles/splitter/fluent-dark.css +14 -103
  78. package/styles/splitter/fluent.css +14 -103
  79. package/styles/splitter/highcontrast-light.css +16 -107
  80. package/styles/splitter/highcontrast.css +16 -107
  81. package/styles/splitter/material-dark.css +26 -117
  82. package/styles/splitter/material.css +16 -107
  83. package/styles/splitter/tailwind-dark.css +14 -103
  84. package/styles/splitter/tailwind.css +14 -103
  85. package/styles/tailwind-dark.css +41 -313
  86. package/styles/tailwind.css +41 -313
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.47
3
+ * version : 20.1.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@19.6.9",
3
+ "_id": "@syncfusion/ej2-layouts@20.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vFQ/1dU1Mufhh5X4nxZfPm6B1MDsUQx73+48FEY1Gt1AeMh6GM8RjlvdjsJo02CdpIbOewKAaVE7xpJvihWssA==",
5
+ "_integrity": "sha512-SJdbGojr4E+rPb/etHTUFuH9K3DzkNwIMTTMmqgmT73xsBwoQGXnT0M3TsxOvnUobwlXZP9J+Dxm1lJGII8V+Q==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.6.9.tgz",
31
- "_shasum": "10ac1634e328f00c2525e459f31ae4d74e7075a4",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.1.47.tgz",
31
+ "_shasum": "6203be48fbf92ecdbe10d1902709cd3eaf927b66",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.1.47"
39
+ "@syncfusion/ej2-base": "~20.1.55"
40
40
  },
41
41
  "deprecated": false,
42
42
  "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.",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.1.47",
79
+ "version": "20.1.55",
80
80
  "sideEffects": false
81
81
  }
@@ -1063,7 +1063,7 @@ var Splitter = /** @class */ (function (_super) {
1063
1063
  paneMinRange = this.convertPercentageToPixel(this.paneSettings[i].min);
1064
1064
  }
1065
1065
  minValue = this.convertPixelToNumber((paneMinRange).toString());
1066
- if (this.allPanes[i].offsetWidth < minValue) {
1066
+ if (this.orientation === 'Horizontal' ? this.allPanes[i].offsetWidth : this.allPanes[i].offsetHeight < minValue) {
1067
1067
  if (i === paneIndex) {
1068
1068
  updatePane = this.allPanes[i];
1069
1069
  flexPane = this.allPanes[i + 1];
@@ -1072,12 +1072,15 @@ var Splitter = /** @class */ (function (_super) {
1072
1072
  updatePane = this.allPanes[i];
1073
1073
  flexPane = this.allPanes[i - 1];
1074
1074
  }
1075
- var sizeDiff = minValue - this.allPanes[i].offsetWidth;
1075
+ var sizeDiff = minValue - (this.orientation === 'Horizontal' ?
1076
+ this.allPanes[i].offsetWidth : this.allPanes[i].offsetHeight);
1076
1077
  var isPercent = updatePane.style.flexBasis.indexOf('%') > -1;
1077
- updatePane.style.flexBasis = isPercent ? this.convertPixelToPercentage(updatePane.offsetWidth + sizeDiff) + '%'
1078
- : (updatePane.offsetWidth + sizeDiff) + 'px';
1078
+ var updatePaneOffset = this.orientation === 'Horizontal' ? updatePane.offsetWidth : updatePane.offsetHeight;
1079
+ updatePane.style.flexBasis = isPercent ? this.convertPixelToPercentage(updatePaneOffset + sizeDiff) + '%'
1080
+ : (updatePaneOffset + sizeDiff) + 'px';
1081
+ var flexPaneOffset = this.orientation === 'Horizontal' ? flexPane.offsetWidth : flexPane.offsetHeight;
1079
1082
  flexPane.style.flexBasis = flexPane.style.flexBasis.indexOf('%') > -1 ?
1080
- this.convertPixelToPercentage(flexPane.offsetWidth - sizeDiff) + '%' : (flexPane.offsetWidth - sizeDiff) + 'px';
1083
+ this.convertPixelToPercentage(flexPaneOffset - sizeDiff) + '%' : (flexPaneOffset - sizeDiff) + 'px';
1081
1084
  }
1082
1085
  }
1083
1086
  }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 2.5em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.65em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.85em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.25em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.45em;
48
- }
42
+ }
@@ -22,30 +22,25 @@
22
22
  width: 40px;
23
23
  line-height: 22px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 18px;
51
46
  border-radius: 4px;
@@ -53,11 +48,10 @@
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  border-radius: 4px;
60
54
  height: 56px;
61
55
  line-height: 28px;
62
56
  width: 56px;
63
- }
57
+ }
@@ -22,30 +22,25 @@
22
22
  width: 40px;
23
23
  line-height: 22px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 18px;
51
46
  border-radius: 4px;
@@ -53,11 +48,10 @@
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  border-radius: 4px;
60
54
  height: 56px;
61
55
  line-height: 28px;
62
56
  width: 56px;
63
- }
57
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -22,40 +22,34 @@
22
22
  width: 40px;
23
23
  line-height: 24px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 20px;
51
46
  height: 48px;
52
47
  line-height: 28px;
53
48
  width: 48px;
54
49
  }
55
-
56
50
  .e-avatar.e-avatar-xlarge {
57
51
  font-size: 24px;
58
52
  height: 56px;
59
53
  line-height: 28px;
60
54
  width: 56px;
61
- }
55
+ }
@@ -22,40 +22,34 @@
22
22
  width: 40px;
23
23
  line-height: 24px;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 10px;
37
34
  height: 24px;
38
35
  line-height: 16px;
39
36
  width: 24px;
40
37
  }
41
-
42
38
  .e-avatar.e-avatar-small {
43
39
  font-size: 12px;
44
40
  height: 32px;
45
41
  line-height: 18px;
46
42
  width: 32px;
47
43
  }
48
-
49
44
  .e-avatar.e-avatar-large {
50
45
  font-size: 20px;
51
46
  height: 48px;
52
47
  line-height: 28px;
53
48
  width: 48px;
54
49
  }
55
-
56
50
  .e-avatar.e-avatar-xlarge {
57
51
  font-size: 24px;
58
52
  height: 56px;
59
53
  line-height: 28px;
60
54
  width: 56px;
61
- }
55
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -21,28 +21,22 @@
21
21
  position: relative;
22
22
  width: 3em;
23
23
  }
24
-
25
24
  .e-avatar img {
26
25
  height: 100%;
27
26
  width: auto;
28
27
  }
29
-
30
28
  .e-avatar.e-avatar-circle {
31
29
  border-radius: 50%;
32
30
  }
33
-
34
31
  .e-avatar.e-avatar-xsmall {
35
32
  font-size: 0.6em;
36
33
  }
37
-
38
34
  .e-avatar.e-avatar-small {
39
35
  font-size: 0.8em;
40
36
  }
41
-
42
37
  .e-avatar.e-avatar-large {
43
38
  font-size: 1.2em;
44
39
  }
45
-
46
40
  .e-avatar.e-avatar-xlarge {
47
41
  font-size: 1.4em;
48
- }
42
+ }
@@ -22,28 +22,22 @@
22
22
  position: relative;
23
23
  width: 3em;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 0.6em;
37
34
  }
38
-
39
35
  .e-avatar.e-avatar-small {
40
36
  font-size: 0.8em;
41
37
  }
42
-
43
38
  .e-avatar.e-avatar-large {
44
39
  font-size: 1.2em;
45
40
  }
46
-
47
41
  .e-avatar.e-avatar-xlarge {
48
42
  font-size: 1.4em;
49
- }
43
+ }
@@ -22,28 +22,22 @@
22
22
  position: relative;
23
23
  width: 3em;
24
24
  }
25
-
26
25
  .e-avatar img {
27
26
  height: 100%;
28
27
  width: auto;
29
28
  }
30
-
31
29
  .e-avatar.e-avatar-circle {
32
30
  border-radius: 50%;
33
31
  }
34
-
35
32
  .e-avatar.e-avatar-xsmall {
36
33
  font-size: 0.6em;
37
34
  }
38
-
39
35
  .e-avatar.e-avatar-small {
40
36
  font-size: 0.8em;
41
37
  }
42
-
43
38
  .e-avatar.e-avatar-large {
44
39
  font-size: 1.2em;
45
40
  }
46
-
47
41
  .e-avatar.e-avatar-xlarge {
48
42
  font-size: 1.4em;
49
- }
43
+ }
@@ -23,40 +23,34 @@
23
23
  width: 40px;
24
24
  line-height: 22px;
25
25
  }
26
-
27
26
  .e-avatar img {
28
27
  height: 100%;
29
28
  width: auto;
30
29
  }
31
-
32
30
  .e-avatar.e-avatar-circle {
33
31
  border-radius: 50%;
34
32
  }
35
-
36
33
  .e-avatar.e-avatar-xsmall {
37
34
  font-size: 10px;
38
35
  height: 24px;
39
36
  line-height: 16px;
40
37
  width: 24px;
41
38
  }
42
-
43
39
  .e-avatar.e-avatar-small {
44
40
  font-size: 12px;
45
41
  height: 32px;
46
42
  line-height: 18px;
47
43
  width: 32px;
48
44
  }
49
-
50
45
  .e-avatar.e-avatar-large {
51
46
  font-size: 18px;
52
47
  height: 48px;
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  height: 56px;
60
54
  line-height: 28px;
61
55
  width: 56px;
62
- }
56
+ }
@@ -23,40 +23,34 @@
23
23
  width: 40px;
24
24
  line-height: 22px;
25
25
  }
26
-
27
26
  .e-avatar img {
28
27
  height: 100%;
29
28
  width: auto;
30
29
  }
31
-
32
30
  .e-avatar.e-avatar-circle {
33
31
  border-radius: 50%;
34
32
  }
35
-
36
33
  .e-avatar.e-avatar-xsmall {
37
34
  font-size: 10px;
38
35
  height: 24px;
39
36
  line-height: 16px;
40
37
  width: 24px;
41
38
  }
42
-
43
39
  .e-avatar.e-avatar-small {
44
40
  font-size: 12px;
45
41
  height: 32px;
46
42
  line-height: 18px;
47
43
  width: 32px;
48
44
  }
49
-
50
45
  .e-avatar.e-avatar-large {
51
46
  font-size: 18px;
52
47
  height: 48px;
53
48
  line-height: 28px;
54
49
  width: 48px;
55
50
  }
56
-
57
51
  .e-avatar.e-avatar-xlarge {
58
52
  font-size: 20px;
59
53
  height: 56px;
60
54
  line-height: 28px;
61
55
  width: 56px;
62
- }
56
+ }