uncomment

This commit is contained in:
Katie Kroell 2024-03-08 15:12:23 -05:00
parent 7970013a17
commit 225e8d9d21
3 changed files with 7 additions and 7 deletions

View file

@ -262,7 +262,7 @@ export default {
} }
return { return {
url: URL, url: URL,
name: type, name: type
// eslint-disable-next-line import/no-dynamic-require, global-require // eslint-disable-next-line import/no-dynamic-require, global-require
// icon: require(`@/assets/img/icons/${type}.svg`) // icon: require(`@/assets/img/icons/${type}.svg`)
}; };
@ -287,7 +287,7 @@ export default {
} }
}; };
</script> </script>
<!-- <style scoped> <style scoped>
.add-to-calendar-text { .add-to-calendar-text {
margin: 0 0 0 7px; margin: 0 0 0 7px;
color: #1574a1; color: #1574a1;
@ -314,4 +314,4 @@ export default {
display: inline; display: inline;
width: 20px; width: 20px;
} }
</style> --> </style>

View file

@ -27,7 +27,7 @@ export default {
mixins: [inputButtonWrapperMixin] mixins: [inputButtonWrapperMixin]
}; };
</script> </script>
<!-- <style lang="scss" scoped> <style lang="scss" scoped>
.list-button { .list-button {
outline: none; outline: none;
input[type="radio"], input[type="radio"],
@ -78,4 +78,4 @@ export default {
.position-relative { .position-relative {
position: relative; position: relative;
} }
</style> --> </style>

View file

@ -164,7 +164,7 @@ export default {
} }
}; };
</script> </script>
<!-- <style lang="scss" scoped> <style lang="scss" scoped>
.calendar-modal.modal.modal-component { .calendar-modal.modal.modal-component {
> .modal-dialog > .modal-content { > .modal-dialog > .modal-content {
margin-top: 24px; margin-top: 24px;
@ -174,4 +174,4 @@ export default {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
} }
</style> --> </style>