Изменила кнопки и аватары

This commit is contained in:
Daria Golova
2022-10-28 13:49:14 +03:00
parent 4c2cce443b
commit fc20bea224
5 changed files with 21 additions and 67 deletions

View File

@@ -1,20 +0,0 @@
<template lang="pug">
button.arrow-button.flex.items-center.icon-down-arrow.text-base.px-2.pt-3px
</template>
<script>
export default {
name: "ArrowButton",
};
</script>
<style lang="sass" scoped>
.arrow-button
width: 32px
height: 32px
background-color: var(--btn-blue-color-1)
color: var(--btn-blue-color)
border-radius: 50%
&:hover
background-color: var(--btn-blue-color-2)
</style>