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>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
@import "@/styles/ux-variables.scss";
|
||||
|
||||
.contact-details-drawer .modal-title {
|
||||
font-size: $h5-font-size;
|
||||
font-weight: $font-weight-normal !important;
|
||||
.contact-details-drawer {
|
||||
:deep(.modal-title) {
|
||||
font-size: $h5-font-size;
|
||||
font-weight: $font-weight-normal !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue