I am usig Vue.js in this i am applied inspect v-data-table claSS BASED I gave styles but not applying.
<style lang="scss" scoped>
.v-toolbar__title {
color: indigo;
}
v-data-table-header{
background: rgba(0, 0, 0, .05);
}
tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
}
</style>