Поправлены стили формы добавления ивента, исправлены зависимости package.json

This commit is contained in:
DwCay
2022-10-12 01:14:21 +03:00
parent 75b1f361ac
commit f86702f653
22 changed files with 1654 additions and 1267 deletions

View File

@@ -3,20 +3,20 @@
</template>
<script>
export default {
name: "ButtonPlus",
}
export default {
name: "ButtonPlus",
};
</script>
<style lang="sass" scoped>
.button-plus
outline: none
border: none
cursor: pointer
width: 24px
height: 24px
max-height: 24px
color: #4772F2
background-color: rgba(65, 105, 225, 0.25)
border-radius: 50%
.button-plus
outline: none
border: none
cursor: pointer
width: 24px
height: 24px
max-height: 24px
color: #4772F2
background-color: rgba(65, 105, 225, 0.25)
border-radius: 50%
</style>