coolcare-lite-scada-component 2.0.20 → 2.0.21
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/es/global.css +16 -16
- package/es/x6Reset.css +16 -0
- package/package.json +1 -1
package/es/global.css
CHANGED
|
@@ -34,6 +34,22 @@ div.x6-cell-tool-editor {
|
|
|
34
34
|
g[data-shape='ele-container'] {
|
|
35
35
|
pointer-events: none;
|
|
36
36
|
}
|
|
37
|
+
.big .anticon-exclamation-circle {
|
|
38
|
+
font-size: 44px;
|
|
39
|
+
}
|
|
40
|
+
.big .ant-modal-confirm-title {
|
|
41
|
+
font-size: 64px;
|
|
42
|
+
}
|
|
43
|
+
.big .ant-modal-confirm-content {
|
|
44
|
+
font-size: 48px;
|
|
45
|
+
}
|
|
46
|
+
.big .ant-modal-body {
|
|
47
|
+
padding: 64px 64px 48px;
|
|
48
|
+
}
|
|
49
|
+
.big .ant-btn {
|
|
50
|
+
font-size: 28px !important;
|
|
51
|
+
height: auto !important;
|
|
52
|
+
}
|
|
37
53
|
@keyframes line-animate {
|
|
38
54
|
to {
|
|
39
55
|
stroke-dashoffset: -1000;
|
|
@@ -160,19 +176,3 @@ body svg {
|
|
|
160
176
|
.secondary-collapse.ant-collapse .ant-collapse-arrow {
|
|
161
177
|
font-size: 10px !important;
|
|
162
178
|
}
|
|
163
|
-
.big .anticon-exclamation-circle {
|
|
164
|
-
font-size: 44px;
|
|
165
|
-
}
|
|
166
|
-
.big .ant-modal-confirm-title {
|
|
167
|
-
font-size: 64px;
|
|
168
|
-
}
|
|
169
|
-
.big .ant-modal-confirm-content {
|
|
170
|
-
font-size: 48px;
|
|
171
|
-
}
|
|
172
|
-
.big .ant-modal-body {
|
|
173
|
-
padding: 64px 64px 48px;
|
|
174
|
-
}
|
|
175
|
-
.big .ant-btn {
|
|
176
|
-
font-size: 28px !important;
|
|
177
|
-
height: auto !important;
|
|
178
|
-
}
|
package/es/x6Reset.css
CHANGED
|
@@ -34,3 +34,19 @@ div.x6-cell-tool-editor {
|
|
|
34
34
|
g[data-shape='ele-container'] {
|
|
35
35
|
pointer-events: none;
|
|
36
36
|
}
|
|
37
|
+
.big .anticon-exclamation-circle {
|
|
38
|
+
font-size: 44px;
|
|
39
|
+
}
|
|
40
|
+
.big .ant-modal-confirm-title {
|
|
41
|
+
font-size: 64px;
|
|
42
|
+
}
|
|
43
|
+
.big .ant-modal-confirm-content {
|
|
44
|
+
font-size: 48px;
|
|
45
|
+
}
|
|
46
|
+
.big .ant-modal-body {
|
|
47
|
+
padding: 64px 64px 48px;
|
|
48
|
+
}
|
|
49
|
+
.big .ant-btn {
|
|
50
|
+
font-size: 28px !important;
|
|
51
|
+
height: auto !important;
|
|
52
|
+
}
|