summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui/button-group.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/views/components/ui/button-group.vue')
-rw-r--r--src/client/app/common/views/components/ui/button-group.vue21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/client/app/common/views/components/ui/button-group.vue b/src/client/app/common/views/components/ui/button-group.vue
deleted file mode 100644
index 0db3b5ee70..0000000000
--- a/src/client/app/common/views/components/ui/button-group.vue
+++ /dev/null
@@ -1,21 +0,0 @@
-<template>
-<div class="pfzekjfwkwvadvlujpdnnxfggqgqjoze">
- <slot></slot>
-</div>
-</template>
-
-<script lang="ts">
-import Vue from 'vue';
-export default Vue.extend({});
-</script>
-
-<style lang="stylus" scoped>
-.pfzekjfwkwvadvlujpdnnxfggqgqjoze
- display flex
-
- > *
- flex 1
-
- &:not(:last-child)
- margin-right 16px
-</style>