Skip to content

Commit 9afec43

Browse files
author
pipeline
committed
v16.2.41 is released
1 parent 172d9f9 commit 9afec43

File tree

120 files changed

+660
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+660
-86
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

avatar/bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-layouts/styles/avatar/bootstrap.scss";

avatar/compatibility/bootstrap.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$css: '.e-css' !default;
2+
$imported-modules: () !default;
3+
.e-control {
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

avatar/compatibility/fabric.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$css: '.e-css' !default;
2+
$imported-modules: () !default;
3+
.e-control {
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$css: '.e-css' !default;
2+
$imported-modules: () !default;
3+
.e-control {
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

avatar/compatibility/material.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$css: '.e-css' !default;
2+
$imported-modules: () !default;
3+
.e-control {
4+
@at-root
5+
{
6+
@import "../material.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

avatar/fabric.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-layouts/styles/avatar/fabric.scss";

avatar/highcontrast.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-layouts/styles/avatar/highcontrast.scss";

avatar/material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-layouts/styles/avatar/material.scss";

badge/bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-notifications/styles/badge/bootstrap.scss";

0 commit comments

Comments
 (0)