Skip to content

Commit

Permalink
chore: Add heading to Climate Control
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 15, 2024
1 parent d814329 commit 5da09b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="climate-control">
<h3 class="title">Climate control</h3>
<tui-input-number [(ngModel)]="value">Room temperature С°</tui-input-number>
<tui-input-number [(ngModel)]="value2">Water temperature</tui-input-number>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
padding: 20px;
border: 1px var(--tui-border-normal) solid;
}

.title {
display: inline-block;
text-align: center;
margin: 0;
}

0 comments on commit 5da09b4

Please sign in to comment.