Remove v-deep use pt

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-24 15:35:30 +03:00
parent 7570226206
commit 55c3a7e231
7 changed files with 223 additions and 173 deletions

View file

@ -44,16 +44,3 @@ export default {
}
};
</script>
<style scoped>
::v-deep(.styled-box-green .p-ink) {
background: rgba(75, 175, 80, 0.3);
}
::v-deep(.styled-box-orange .p-ink) {
background: rgba(#ffc106, 0.3);
}
::v-deep(.styled-box-purple .p-ink) {
background: rgba(#9c27b0, 0.3);
}
</style>