Skip to content

Commit

Permalink
Merge pull request #1980 from bcgov/hotfix/ALCS-2379-naru-text-changes
Browse files Browse the repository at this point in the history
ALCS-2379 Naru text changes
  • Loading branch information
fbarreta authored Nov 14, 2024
2 parents b86e630 + e9d437b commit 0aa9c9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ <h2>Proposal</h2>
Non-Adhering Residential Use within the ALR</a
>
</li>
<li>
<a
href="https://www.alc.gov.bc.ca/resources/alc-policies-and-bulletins/#housing"
target="_blank"
>
Housing in the ALR</a
>
</li>
</ul>
</app-warning-banner>
<form [formGroup]="form">
Expand All @@ -30,7 +38,6 @@ <h2>Proposal</h2>
<mat-label for="will-be-over-five-hundred-m2">
Is your proposal for a principal residence with a total floor area greater than 500 m<sup>2</sup>?
</mat-label>
<div class="subtext">Total floor area includes the basement and any attached garage</div>
<mat-button-toggle-group
(change)="onChangeOver500m2($event.value)"
class="input"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ <h2 *ngIf="data.isEdit">
<div class="form-container">
<div class="form-field-floor-area">
<div class="label">
<label for="floorAreaId">Total Floor Area (m2)</label>
<label for="floorAreaId">Total Floor Area (<span matTextSuffix>m<sup>2</sup></span>) according to the ALC's definition(s)</label>
</div>
<div class="subtext">Include the basement and any attached garage</div>
<div class="subtext">Please refer to <a
href="https://www.alc.gov.bc.ca/resources/alc-policies-and-bulletins/#housing"
target="_blank"
>Housing in the ALR</a> on the ALC website for more detail.</div>
<mat-form-field appearance="outline">
<input
min="0.01"
Expand Down Expand Up @@ -47,7 +50,7 @@ <h2 *ngIf="data.isEdit">
<div class="label">
<label for="descriptionId">Description of the Residence</label>
</div>
<div class="subtext">Include if it has an attached garage or basement</div>
<div class="subtext">Include measurements (<span matTextSuffix>m<sup>2</sup></span>) of any basement or attached garage</div>
<mat-form-field appearance="outline">
<textarea
formControlName="description"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
display: grid;
flex-direction: column;
align-items: flex-start;
width: 40%;
width: 50%;
}

.form-field-description {
Expand Down

0 comments on commit 0aa9c9d

Please sign in to comment.