Skip to content

Commit

Permalink
12963-Fix Styling on Civic Address (#907)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Boucher <[email protected]>
  • Loading branch information
ChasBoucher and Charles Boucher authored Aug 18, 2022
1 parent a304ec7 commit 1168595
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,18 @@ export default defineComponent({

<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
.address-region {::v-deep .v-input__slot{
border-bottom: thin dashed;
color: #212529;
}}
.address-region {::v-deep input{
color: #212529 !important;
font-size: 16px;
}}
.address-region {::v-deep .v-label{
color: #495057;
}}
.address-region {::v-deep .v-text-field__details{
color: #495057;
}}
</style>

0 comments on commit 1168595

Please sign in to comment.