From 0f54acda0f6d36dd6f3d279c2273264e00b34064 Mon Sep 17 00:00:00 2001 From: Felipe Barreta Date: Wed, 6 Nov 2024 12:48:07 -0800 Subject: [PATCH] ALCS-2350 Remove borders when there is a residential warning --- .../pfrs-proposal/pfrs-proposal.component.html | 8 ++++---- .../pfrs-proposal/pfrs-proposal.component.scss | 8 ++++++++ .../pofo-proposal/pofo-proposal.component.html | 8 ++++---- .../pofo-proposal/pofo-proposal.component.scss | 8 ++++++++ .../roso-proposal/roso-proposal.component.html | 8 ++++---- .../roso-proposal/roso-proposal.component.scss | 8 ++++++++ .../additional-information.component.html | 10 +++++----- .../additional-information.component.scss | 8 ++++++++ 8 files changed, 49 insertions(+), 17 deletions(-) diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.html b/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.html index 15628501f5..b2bcc17ca0 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.html +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.html @@ -314,12 +314,12 @@

Proposal

- + - - -
#{{ i + 1 }}{{ i + 1 }} Type + Proposal Total Floor Area + Proposal Action + diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.scss b/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.scss index 715791d050..890ca73899 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.scss +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/pfrs-proposal/pfrs-proposal.component.scss @@ -36,3 +36,11 @@ section { margin: rem(10) 0 rem(20) rem(5); line-height: rem(24); } + +.no-top-border { + border-top-style: hidden; +} + +.no-bottom-border { + border-bottom-style: hidden; +} diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.html b/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.html index a89b6780c1..860cc87bb4 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.html +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.html @@ -222,12 +222,12 @@

Proposal

- + - - -
#{{ i + 1 }}{{ i + 1 }} Type + Proposal Total Floor Area + Proposal Action + diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.scss b/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.scss index 715791d050..890ca73899 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.scss +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/pofo-proposal/pofo-proposal.component.scss @@ -36,3 +36,11 @@ section { margin: rem(10) 0 rem(20) rem(5); line-height: rem(24); } + +.no-top-border { + border-top-style: hidden; +} + +.no-bottom-border { + border-bottom-style: hidden; +} diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.html b/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.html index 4e485e0c94..7fcd27aee0 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.html +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.html @@ -224,12 +224,12 @@

Proposal

- + - - -
#{{ i + 1 }}{{ i + 1 }} Type + Proposal Total Floor Area + Proposal Action + diff --git a/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.scss b/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.scss index 715791d050..890ca73899 100644 --- a/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.scss +++ b/portal-frontend/src/app/features/applications/edit-submission/proposal/roso-proposal/roso-proposal.component.scss @@ -36,3 +36,11 @@ section { margin: rem(10) 0 rem(20) rem(5); line-height: rem(24); } + +.no-top-border { + border-top-style: hidden; +} + +.no-bottom-border { + border-bottom-style: hidden; +} diff --git a/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.html b/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.html index 950c6b04f2..a79f4e2a60 100644 --- a/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.html +++ b/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.html @@ -82,12 +82,12 @@

Additional Proposal Information

- + - - - -
#{{ i + 1 }}{{ i + 1 }} Type + Additional Proposal Information Total Floor Area + Additional Proposal Information Action + @@ -162,7 +162,7 @@

Additional Proposal Information

+
The proposed residential structure and its total floor area must be allowed under the ALC Act and/or ALR Use Regulation. diff --git a/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.scss b/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.scss index e5b2d80790..a38c5a6a6b 100644 --- a/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.scss +++ b/portal-frontend/src/app/features/notice-of-intents/edit-submission/additional-information/additional-information.component.scss @@ -36,3 +36,11 @@ margin: rem(10) 0 rem(20) rem(5); line-height: rem(24); } + +.no-top-border { + border-top-style: hidden; +} + +.no-bottom-border { + border-bottom-style: hidden; +}