Добавила 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

@@ -24,6 +24,6 @@ export default {
<style lang="sass" scoped>
.sidebar
max-width: 80px
background-color: #FFFFFF
background-color: var(--default-white)
border-top-right-radius: 4px
</style>