Skip to content

Commit f3f7eeb

Browse files
authored
Add files via upload
1 parent e668079 commit f3f7eeb

File tree

3 files changed

+2
-120
lines changed

3 files changed

+2
-120
lines changed

src/app/app.component.css

Lines changed: 0 additions & 63 deletions
Large diffs are not rendered by default.

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ import {registerLicense} from '@syncfusion/ej2-base';
55
registerLicense("Ngo9BigBOggjHTQxAR8/V1NAaF5cWWJCfEx0THxbf1x0ZFJMY1hbRX5PMyBoS35RckViWn9ed3dRR2lcUkJw");
66

77

8+
89
bootstrapApplication(AppComponent, appConfig)
910
.catch((err) => console.error(err));

src/styles.css

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* You can add global styles to this file, and also import other style files */
2-
/* You can add global styles to this file, and also import other style files */
32
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
43
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
54
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@@ -9,59 +8,4 @@
98
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
109
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
1110
@import "../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css";
12-
@import '../node_modules/@syncfusion/ej2-angular-pivotview/styles/material.css';
13-
14-
#PivotView {
15-
width: 100%;
16-
height: 100%;
17-
display: block;
18-
}
19-
20-
.sb-sample-content-area {
21-
min-height: 255px !important;
22-
}
23-
.control-section {
24-
min-height: 255px !important;
25-
}
26-
27-
.e-pivotview .e-columnsheader .tempwrap {
28-
display: none;
29-
}
30-
.e-pivotview .e-rowsheader .tempwrap {
31-
display: none;
32-
}
33-
34-
.pv-icons {
35-
font-family: 'e-pivot';
36-
font-style: normal;
37-
font-variant: normal;
38-
font-weight: normal;
39-
text-transform: none;
40-
line-height: 1;
41-
}
42-
43-
.sb-icon-profit::before {
44-
content: '\e234';
45-
padding-left: 30px;
46-
margin: auto !important;
47-
color: #219122;
48-
size: 20px;
49-
}
50-
51-
.sb-icon-neutral::before {
52-
content: '\e84d';
53-
padding-left: 30px;
54-
/* display: flex !important;
55-
justify-content: center; */
56-
margin: auto !important;
57-
color: #82b5e9;
58-
}
59-
60-
.sb-icon-loss::before {
61-
content: '\e239';
62-
padding-left: 30px;
63-
/* display: flex !important;
64-
justify-content: center; */
65-
margin: auto !important;
66-
color: #ff2222;
67-
}
11+
@import '../node_modules/@syncfusion/ej2-angular-pivotview/styles/material.css';

0 commit comments

Comments
 (0)