How to add a colored lateral border on only one side of a v-card component.
Example:

You can target the specific Vuetify class. You can use Chrome Dev Tools to find out what class the v-card has and you can modify it using that class.
Example:
.v-content .v-card.v-sheet.theme--light {
background-color: #ffffff !important;
border-left: 5px solid red !important
}
Codepen
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With