Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rounded Style Fix #84

Open
z0lo13 opened this issue Mar 18, 2022 · 0 comments
Open

Rounded Style Fix #84

z0lo13 opened this issue Mar 18, 2022 · 0 comments

Comments

@z0lo13
Copy link

z0lo13 commented Mar 18, 2022

image
instead of
image

Scss i have used:

.vue-tel-input-vuetify {
  .v-input.v-text-field--rounded {
    &:nth-child(2) {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
  }
  .country-code {
    .v-text-field--rounded {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;;
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant