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' ;
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