From 5da09b4eb254576d4e3060e6488d13d87f7c78cf Mon Sep 17 00:00:00 2001 From: MishaZhem Date: Mon, 15 Jul 2024 14:31:03 +0300 Subject: [PATCH] chore: Add heading to Climate Control --- .../climate-control.component.html" | 1 + .../climate-control.component.less" | 6 ++++++ 2 files changed, 7 insertions(+) diff --git "a/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.html" "b/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.html" index 097f67cee..b8de7ec66 100644 --- "a/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.html" +++ "b/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.html" @@ -1,4 +1,5 @@
+

Climate control

Room temperature С° Water temperature
diff --git "a/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.less" "b/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.less" index 9d15ce656..705db8616 100644 --- "a/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.less" +++ "b/apps/taiga-lumbermill/src/dashboards/iot/components/\320\241limate\320\241ontrol/climate-control.component.less" @@ -6,3 +6,9 @@ padding: 20px; border: 1px var(--tui-border-normal) solid; } + +.title { + display: inline-block; + text-align: center; + margin: 0; +}