dont use scoped styles for demos

This commit is contained in:
Philipp Kühn
2020-10-30 17:52:46 +01:00
parent 2aab7c3659
commit 1ab817295c
5 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
/* A list of all available users */ /* A list of all available users */
.collaboration-users { .collaboration-users {
margin-top: 0.5rem; margin-top: 0.5rem;

View File

@@ -101,7 +101,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
.export { .export {
padding: 1rem 0 0; padding: 1rem 0 0;

View File

@@ -58,7 +58,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
.has-focus { .has-focus {
border-radius: 3px; border-radius: 3px;
box-shadow: 0 0 0 3px #3ea4ffe6; box-shadow: 0 0 0 3px #3ea4ffe6;

View File

@@ -52,7 +52,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
.checkbox { .checkbox {
margin-bottom: 1rem; margin-bottom: 1rem;

View File

@@ -61,7 +61,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
/* Give a remote user a caret */ /* Give a remote user a caret */
.collaboration-cursor__caret { .collaboration-cursor__caret {
position: relative; position: relative;