Skip to content

Commit

Permalink
BRS-688: Added tooltips to frontcountry cabins (#157)
Browse files Browse the repository at this point in the history
* Added tooltips to frontcountry cabins

* Condense extra lines
  • Loading branch information
wilwong89 authored Aug 8, 2022
1 parent a281793 commit 1f7e403
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
[type]="'number'"
></app-text-input>
</div>
<app-info-text class="text-block"
[text]="'Includes all adults, youth, and kids.'"
></app-info-text>
</div>
<div class="mt-auto">
<app-calculation-display
Expand All @@ -20,14 +23,17 @@
</div>
</div>
<div class="equal-width d-flex flex-column ms-3">
<div class="d-flex align-items-end">
<div class="d-flex align-items-end flex-row flex-wrap equal-height">
<div class="input-box">
<app-text-input
[label]="'Gross camping revenue'"
[control]="revenueGrossCampingField"
[moneyMode]="true"
></app-text-input>
</div>
<app-info-text class="text-block"
[text]="'Camping fee revenue only. Subtract onsite refunds before entering.'"
></app-info-text>
</div>
<div class="mt-auto">
<app-calculation-display
Expand Down

0 comments on commit 1f7e403

Please sign in to comment.