[WIP] Add events, buttons and teammates
This commit is contained in:
21
src/components/base/buttons/BaseOpenButton.vue
Normal file
21
src/components/base/buttons/BaseOpenButton.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template lang="pug">
|
||||
button.cursor-pointer.icon-long-arrow.open-button.text-xs.pt-1
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "OpenButton",
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
.open-button
|
||||
outline: none
|
||||
border: none
|
||||
width: 24px
|
||||
height: 24px
|
||||
max-height: 24px
|
||||
color: var(--btn-blue-color)
|
||||
background-color: var(--bg-ligth-blue-color)
|
||||
border-radius: 50%
|
||||
</style>
|
||||
Reference in New Issue
Block a user