Добавила css переменные

This commit is contained in:
Daria Golova
2022-10-13 14:34:25 +03:00
parent 82b7a45676
commit df6ced8662
9 changed files with 35 additions and 37 deletions

View File

@@ -15,9 +15,9 @@ export default {
.arrow-button
width: 32px
height: 32px
background: var(--btn-light-blue-color)
background-color: var(--btn-blue-color-1)
color: var(--btn-blue-color)
border-radius: 50%
&:hover
background: #a0b4f0
background-color: var(--btn-blue-color-2)
</style>