Currently, I am working on a project using Vue.js and adding Vuetify. However, I need to use a component.
.horizontal{
border-color: #F4F4F4 !important;
border-width: 2px ;
}
<v-divider horizontal class=" horizontal hidden-md-and-up" ></v-divider>
I attempted to use this code but nothing seems to have happened. When inspecting the element on the web, the divider is displayed as seen in this image https://i.sstatic.net/aTqzB.png. Does anyone have any ideas?