jobdone-shared-files 0.0.1-beta.89 → 0.0.1-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lightboxWithOverview.vue +1 -0
- package/package.json +1 -1
- package/paginate.vue +2 -1
- package/treeItem.vue +2 -1
package/lightboxWithOverview.vue
CHANGED
package/package.json
CHANGED
package/paginate.vue
CHANGED
|
@@ -104,7 +104,8 @@
|
|
|
104
104
|
</script>
|
|
105
105
|
|
|
106
106
|
<style scoped lang="scss">
|
|
107
|
-
@import "
|
|
107
|
+
@import "../../node_modules/bootstrap/mixins";
|
|
108
|
+
@import "./style/scss/Settings/bs-variables";
|
|
108
109
|
@import "./style/scss/Settings/Mixins";
|
|
109
110
|
|
|
110
111
|
.page-link{
|
package/treeItem.vue
CHANGED