remove needless importing

ci-fixes
taehoon 5 years ago
parent 2231025c41
commit 9709075476

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

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

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

Loading…
Cancel
Save