Making styling scoped
This commit is contained in:
parent
110fdd7ba0
commit
8429bc4703
1 changed files with 6 additions and 4 deletions
|
|
@ -139,11 +139,13 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
@import "@/styles/ux-variables.scss";
|
@import "@/styles/ux-variables.scss";
|
||||||
|
|
||||||
.contact-details-drawer .modal-title {
|
.contact-details-drawer {
|
||||||
font-size: $h5-font-size;
|
:deep(.modal-title) {
|
||||||
font-weight: $font-weight-normal !important;
|
font-size: $h5-font-size;
|
||||||
|
font-weight: $font-weight-normal !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue