Skip to content

Commit

Permalink
no gutters update
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Nov 27, 2023
1 parent cbb405d commit c5691eb
Show file tree
Hide file tree
Showing 59 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion ppr-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Breadcrumb v-if="haveData" />
<Tombstone v-if="haveData" />
<v-container>
<v-row no-gutters>
<v-row noGutters>
<v-col cols="12">
<router-view
:appLoadingData="!haveData"
Expand Down
4 changes: 2 additions & 2 deletions ppr-ui/src/components/collateral/Collateral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="summaryView || registrationFlowType == RegistrationFlowType.AMENDMENT"
id="collateral-component"
fluid
class="bg-white pa-0 rounded-bottom no-gutters"
class="bg-white pa-0 rounded-bottom noGutters"
:class="!valid && registrationFlowType !== RegistrationFlowType.AMENDMENT ? '' : 'pb-10'"
>
<v-card
Expand Down Expand Up @@ -63,7 +63,7 @@
<v-container
v-else
id="collateral-edit"
class="pa-0 no-gutters"
class="pa-0 noGutters"
fluid
>
<v-row noGutters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<v-container
v-else
class="no-gutters"
class="noGutters"
:class="containerClass"
fluid
>
Expand Down
4 changes: 2 additions & 2 deletions ppr-ui/src/components/common/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="breadcrumb-row">
<v-container class="view-container py-0">
<v-row
no-gutters
noGutters
class="py-2"
>
<v-col cols="auto">
<v-row no-gutters>
<v-row noGutters>
<v-col cols="auto">
<v-btn
id="breadcrumb-back-btn"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/ButtonFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/>

<v-container class="pt-8 pb-15">
<v-row no-gutters>
<v-row noGutters>
<v-col cols="6">
<span
v-if="buttonConfig.showCancel"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/ButtonsStacked.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="buttons-stacked">
<div v-if="isDoubledUp">
<v-row no-gutters>
<v-row noGutters>
<v-col v-if="setBackBtn">
<v-btn
id="btn-stacked-back"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/CertifyInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="certify-summary"
class="px-0"
>
<v-row no-gutters>
<v-row noGutters>
<v-col class="generic-label">
<h2>
{{ `${sectionNumber ? sectionNumber + '.' : ''} Authorization` }}
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/ContactInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class="pa-8 pr-6"
:class="{ 'border-error-left': showBorderError }"
>
<v-row no-gutters>
<v-row noGutters>
<v-col
cols="12"
sm="3"
Expand Down
18 changes: 9 additions & 9 deletions ppr-ui/src/components/common/CourtOrder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
style="padding: 40px 30px;"
>
<v-row
no-gutters
noGutters
class="pb-7"
>
<v-col
Expand All @@ -29,7 +29,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
class="pb-7"
>
<v-col
Expand All @@ -46,7 +46,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
class="pb-7"
>
<v-col
Expand All @@ -63,7 +63,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
class="pb-7"
>
<v-col
Expand All @@ -79,7 +79,7 @@
{{ computedDateFormatted }}
</v-col>
</v-row>
<v-row no-gutters>
<v-row noGutters>
<v-col
cols="3"
class="generic-label"
Expand All @@ -97,7 +97,7 @@
</v-container>
<v-container v-else-if="isSummary">
<v-row
no-gutters
noGutters
class="py-2"
>
<v-col
Expand All @@ -110,7 +110,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
style="padding: 15px 30px;"
>
<v-col class="generic-label">
Expand All @@ -124,7 +124,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
style="padding: 15px 30px;"
>
<v-col class="generic-label">
Expand Down Expand Up @@ -183,7 +183,7 @@
<v-container
v-else
fluid
class="pb-6 px-0 rounded no-gutters"
class="pb-6 px-0 rounded noGutters"
>
<v-card
id="court-order"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/DischargeConfirmSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
style="background-color: white;"
>
<v-row
no-gutters
noGutters
style="padding: 40px 30px;"
>
<v-col
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/DocumentId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:class="[{ 'border-error-left': showBorderError }, { 'pb-8': content.hintText }]"
flat
>
<v-row no-gutters>
<v-row noGutters>
<v-col
cols="12"
sm="3"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/ErrorContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
v-for="(item, index) in contactInfo"
:key="index"
class="contact-item pt-1"
no-gutters
noGutters
>
<v-col
class="contact-label"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/FolioNumberSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ref="form"
v-model="isValid"
>
<v-row no-gutters>
<v-row noGutters>
<v-col class="generic-label">
<h2>1. Folio or Reference Number</h2>
</v-col>
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/FormCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flat
class="pa-8"
>
<v-row no-gutters>
<v-row noGutters>
<v-col cols="3">
<label
class="generic-label"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/FormField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-row no-gutters>
<v-row noGutters>
<v-col :cols="labelColWidth">
<label
class="generic-label"
Expand Down
10 changes: 5 additions & 5 deletions ppr-ui/src/components/common/HomeLocationInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<template v-if="isReserve">
<v-row
no-gutters
noGutters
class="pt-5"
>
<v-col
Expand Down Expand Up @@ -54,7 +54,7 @@
</template>

<v-row
no-gutters
noGutters
class="pt-4"
>
<v-col>
Expand All @@ -69,7 +69,7 @@
</v-col>
</v-row>

<v-row no-gutters>
<v-row noGutters>
<v-col>
<v-text-field
id="land-district"
Expand All @@ -82,7 +82,7 @@
</v-col>
</v-row>

<v-row no-gutters>
<v-row noGutters>
<v-col>
<v-text-field
id="plan"
Expand All @@ -95,7 +95,7 @@
</v-col>
</v-row>

<v-row no-gutters>
<v-row noGutters>
<v-col
cols="4"
class="pr-2"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/LienAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Lien Information -->
<v-row
id="lien-information"
no-gutters
noGutters
class="pt-10"
>
<v-card
Expand Down
8 changes: 4 additions & 4 deletions ppr-ui/src/components/common/PartyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- If the data model contains both name types, the selector will render -->
<v-row
v-if="requiresPartyTypeSelect"
no-gutters
noGutters
>
<v-col>
<v-radio-group
Expand Down Expand Up @@ -46,7 +46,7 @@
for="first-name"
>Person's Legal Name</label>

<v-row no-gutters>
<v-row noGutters>
<v-col>
<v-text-field
id="first-name"
Expand Down Expand Up @@ -87,7 +87,7 @@
for="business-name"
>Business Name</label>

<v-row no-gutters>
<v-row noGutters>
<v-col>
<v-text-field
id="business-name"
Expand Down Expand Up @@ -152,7 +152,7 @@
>Phone Number</label>

<v-row
no-gutters
noGutters
class="mt-5"
>
<v-col>
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/PartyReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<slot name="partyInfoLabelSlot" />

<v-row
no-gutters
noGutters
class="px-8 pt-6 pb-2"
>
<!-- Future: Handle person name -->
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/PidNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-row
id="pid-number"
class="pid-text-input"
no-gutters
noGutters
>
<BaseDialog
:setOptions="dialogOptions"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/RegistrationsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Registrations Upper Section -->
<v-row
class="pt-10 px-0"
no-gutters
noGutters
align="center"
>
<v-col
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/Remarks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:class="{ 'border-error-left': showBorderError }"
flat
>
<v-row no-gutters>
<v-row noGutters>
<v-col cols="3">
<label
for="remarks-textarea"
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/SubProductSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:value="subProduct.type"
>
<template #label>
<v-row no-gutters>
<v-row noGutters>
<v-col cols="12">
<label class="sub-product-label generic-label">{{ subProduct.label }}</label>
</v-col>
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/mhrTransfers/ConfirmCompletion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</v-col>
</v-row>
<v-row
no-gutters
noGutters
class="mt-3"
>
<v-col cols="3">
Expand Down
4 changes: 2 additions & 2 deletions ppr-ui/src/components/parties/Parties.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<v-container
v-if="isSummary"
fluid
class="pa-0 no-gutters"
class="pa-0 noGutters"
>
<PartySummary />
</v-container>
<v-container
v-else
class="pa-0 no-gutters"
class="pa-0 noGutters"
>
<v-row noGutters>
<v-col
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/parties/debtor/Debtors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-container
id="debtors-component"
fluid
class="pa-0 no-gutters"
class="pa-0 noGutters"
>
<v-row noGutters>
<v-col cols="auto">
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/parties/party/PartyAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="pl-2 pa-0"
>
<v-col
class="no-gutters"
class="noGutters"
cols="12"
>
<v-list
Expand Down
Loading

0 comments on commit c5691eb

Please sign in to comment.