Skip to content

Commit

Permalink
Minor Styling fixes for Home Location Type (bcgov#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Jan 4, 2024
1 parent 8e90a30 commit 44858ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ppr-ui/src/components/common/PidNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/>
</v-col>

<v-divider class="horizontal-divider pb-1" />
<v-divider class="horizontal-divider mx-1 mt-n5" />

<v-col
cols="12"
Expand All @@ -55,7 +55,7 @@
/>
</v-col>

<v-divider class="horizontal-divider pb-1" />
<v-divider class="horizontal-divider mx-1 mt-n5" />

<v-col
cols="12"
Expand All @@ -82,7 +82,7 @@
v-if="enablePidLoader"
indeterminate
color="primary"
class="my-0 mt-n10"
class="my-0 mt-n5"
:size="25"
:width="3"
/>
Expand All @@ -91,6 +91,7 @@
v-else-if="isCompletePid && isValidPid && !showNotFoundDialog"
variant="plain"
color="primary"
class="ml-3 my-0 mt-n5"
:ripple="false"
@click="clearPid()"
>
Expand Down Expand Up @@ -242,12 +243,13 @@ export default defineComponent({
<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
#pid-number{
align-items: baseline;
align-items: center;
}
.pid-text-input {
max-width: 300px;
}
.horizontal-divider {
opacity: 1;
border-color: $gray7;
max-width: 4px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
v-model.trim="additionalDescription"
variant="filled"
color="primary"
class="rounded-top"
class="rounded-top mt-3"
label="Park Name / Additional Description"
:rules="maxLength(80)"
/>
Expand Down

0 comments on commit 44858ef

Please sign in to comment.