Внесла правки

This commit is contained in:
Daria Golova
2022-10-13 11:40:11 +03:00
parent 820d181527
commit bd7c4eabfc
6 changed files with 12 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
button.arrow-button.flex.items-center.icon-down-arrow.px-2.pt-px
button.arrow-button.flex.items-center.icon-down-arrow.text-base.px-2.pt-1
</template>
<script>
@@ -18,7 +18,6 @@ export default {
background: var(--btn-light-blue-color)
color: var(--btn-blue-color)
border-radius: 50%
font-size: 16px
&:hover
background: #a0b4f0
</style>