feat: moved some background.scss styles to the contentLinkShare.vue component

This commit is contained in:
Dominik Pschenitschni 2021-10-18 14:23:25 +02:00
parent bfeadde0a6
commit 584ade68d2
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 11 additions and 9 deletions

View File

@ -42,3 +42,14 @@ export default {
}),
}
</script>
<style lang="scss" scoped>
.link-share-container.has-background .view {
background: transparent;
border: none;
.logout .button {
box-shadow: none;
}
}
</style>

View File

@ -31,13 +31,4 @@
border-radius: $radius !important;
}
}
}
.link-share-container.has-background .view {
background: transparent;
border: none;
.logout .button {
box-shadow: none;
}
}