edisdev / vue-datepicker-ui

Datepicker Component For Vue

Home Page:https://edisdev.github.io/vue-datepicker-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applying custom styles

nbozoglu opened this issue · comments

Hello
Thanks for the great component.

I'm trying to decrease height of the date picker from 50px to 40px.
I've added scoped style on my vue component. such as:

<style scoped>
.v-calendar .input-field input {
    height: 40px;
}
</style>

but it doesn't apply. What am I doing wrong?

Tesekkurler 😊

I found the issue. I'm not supposed to use "scoped".
Closing this issue.