|
@@ -27,6 +27,23 @@
|
|
|
color: var(--antd-color-text);
|
|
|
}
|
|
|
|
|
|
+.hvac-modal {
|
|
|
+ .ant-modal-header {
|
|
|
+ margin-bottom: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-modal-footer {
|
|
|
+ margin-top: 24px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.hvac-input-number {
|
|
|
+ .ant-input-number-group-addon {
|
|
|
+ color: #333;
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.hvac-table.ant-table-wrapper .ant-table-container {
|
|
|
.ant-table-thead > tr > th {
|
|
|
font-weight: 600;
|