Skip to content

Commit

Permalink
🎨 style(CGIDivider): Correção no CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Moo-rie committed Jun 10, 2024
1 parent 674a356 commit 38fa3de
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions cids/lib/components/CgiDivider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ defineProps({

<style scoped>
.v-theme--cgi .custom-divider-light {
color: #ababab;
}
.v-theme--cgi .custom-divider-light ::v-deep * {
color: initial;
border-color: #ababab !important;
}
.v-theme--dark .custom-divider-dark {
color: #757575;
}
.v-theme--dark .custom-divider-dark ::v-deep * {
color: initial;
border-color: #757575 !important;
}
</style>

0 comments on commit 38fa3de

Please sign in to comment.