Добавлена сетка tailwind, изменена архитектура файлов
This commit is contained in:
21
src/components/base/buttons/BaseButtonPlus.vue
Normal file
21
src/components/base/buttons/BaseButtonPlus.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template lang="pug">
|
||||
button.icon-plus(class="button-plus")
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "ButtonPlus",
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
.button-plus
|
||||
outline: none
|
||||
border: none
|
||||
font-size: 12px
|
||||
cursor: pointer
|
||||
color: #4772F2
|
||||
padding: 7px 7px 5px 7px
|
||||
background-color: rgba(65, 105, 225, 0.25)
|
||||
border-radius: 50%
|
||||
</style>
|
||||
Reference in New Issue
Block a user