@colijnit/corecomponents_v12 12.0.81 → 12.0.82
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/lib/components/input-date-picker/style/_layout.scss +1 -0
- package/lib/components/pivot/style/_layout.scss +89 -0
- package/lib/components/pivot/style/_material-definition.scss +2 -0
- package/lib/components/simple-grid/style/_layout.scss +2 -0
- package/lib/components/simple-grid/style/_material-definition.scss +1 -0
- package/package.json +1 -1
|
@@ -1,3 +1,92 @@
|
|
|
1
1
|
@include export-module('cc-co-pivot-layout') {
|
|
2
|
+
.co-pivot {
|
|
3
|
+
span {
|
|
4
|
+
color: $cc-pivot-text-color;
|
|
5
|
+
font-weight: bolder;
|
|
6
|
+
}
|
|
2
7
|
|
|
8
|
+
.e-cellvalue {
|
|
9
|
+
color: $cc-pivot-text-color;
|
|
10
|
+
font-weight: bolder;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-stackedheadercelldiv {
|
|
14
|
+
color: $cc-pivot-text-color;
|
|
15
|
+
font-weight: bolder;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-pivotview .e-rowcell .e-cellvalue {
|
|
19
|
+
color: $cc-pivot-text-color;
|
|
20
|
+
font-weight: bolder;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-header-text {
|
|
24
|
+
color: $cc-pivot-text-color;
|
|
25
|
+
font-weight: bolder;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-pivotview .e-stackedheadercelldiv, .e-pivotview .e-headertext, .e-pivotview .e-rowsheader .e-cellvalue {
|
|
29
|
+
color: $cc-pivot-text-color;
|
|
30
|
+
font-weight: bolder;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-pivotview .e-grouping-bar .e-pivot-button, .e-pivotview .e-group-rows .e-pivot-button {
|
|
34
|
+
background-color: #FFFFFF;
|
|
35
|
+
border-radius: 0;
|
|
36
|
+
border: none;
|
|
37
|
+
}
|
|
38
|
+
.e-pivotview .e-group-row .e-group-rows {
|
|
39
|
+
background-color: #FFFFFF;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-pivotview .e-axis-value .e-group-values {
|
|
43
|
+
background-color: #FFFFFF;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-pivotview .e-group-filters, .e-pivotview .e-group-columns {
|
|
47
|
+
background-color: #FFFFFF;
|
|
48
|
+
}
|
|
49
|
+
.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter {
|
|
50
|
+
border: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
54
|
+
border: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
58
|
+
background-color: #FFFFFF;
|
|
59
|
+
border: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
63
|
+
border: none;
|
|
64
|
+
background-color: #FFFFFF;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-pivotview .e-grid .e-rowcell {
|
|
68
|
+
background-color: #FFFFFF;
|
|
69
|
+
border: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
.e-pivotview .e-frozenheader > .e-table, .e-pivotview .e-frozencontent > .e-table {
|
|
74
|
+
border: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-grid .e-headercell, .e-grid .e-detailheadercell {
|
|
78
|
+
border: none;
|
|
79
|
+
background-color: #FFFFFF;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-grid.e-default .e-gridheader th.e-firstcell {
|
|
83
|
+
border: none;
|
|
84
|
+
background-color: #FFFFFF;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-pivotview .e-collapse::before {
|
|
88
|
+
color: $cc-pivot-text-color;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
}
|
|
3
92
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
$cc-simple-grid-font-familiy: $cc-font-family !default;
|
|
2
2
|
$cc-simple-grid-font-size: $cc-font-size-default !default;
|
|
3
|
+
$cc-simple-grid-text-color: #172121 !default;
|
|
3
4
|
|
|
4
5
|
$cc-simple-grid-header-font-familiy: $cc-font-family !default;
|
|
5
6
|
$cc-simple-grid-header-font-size: 10px !default;
|