Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
index 4ff2ed55d..ba9bfc773 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
@@ -72,23 +72,4 @@ export default {
</script>
<style lang="scss" scoped>
-
-.participants-list {
- &__icon {
- margin-top: 40px;
- }
- &__warning {
- margin-top: 20px;
- text-align: center;
- }
- &__hint {
- margin: 20px 0;
- cursor: pointer;
- p {
- margin-top: 20px;
- text-align: center;
- }
- }
-}
-
</style>