remove needless importing

This commit is contained in:
taehoon 2019-10-18 07:28:29 -04:00
parent 2231025c41
commit 9709075476
3 changed files with 0 additions and 7 deletions

View File

@ -38,8 +38,6 @@
<script src="./media_modal.js"></script>
<style lang="scss">
@import '../../_variables.scss';
.media-modal-view {
z-index: 1001;
@ -109,5 +107,4 @@
}
}
}
</style>

View File

@ -19,7 +19,6 @@ export default {
</script>
<style lang="scss">
.modal-view {
z-index: 1000;
position: fixed;
@ -39,5 +38,4 @@ export default {
display: none;
}
}
</style>

View File

@ -21,8 +21,6 @@
<script src="./post_status_modal.js"></script>
<style lang="scss">
@import '../../_variables.scss';
.post-form-modal-view {
align-items: flex-start;
}