Изменены стили компонентов sidebar и base-компонентов под использование сетки

This commit is contained in:
DwCay
2022-10-11 22:21:04 +03:00
parent 68c639569d
commit ba04a9edde
5 changed files with 14 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
button.icon-plus(class="button-plus")
button.icon-plus.button-plus.text-xs.pt-1
</template>
<script>
@@ -12,10 +12,11 @@
.button-plus
outline: none
border: none
font-size: 12px
cursor: pointer
width: 24px
height: 24px
max-height: 24px
color: #4772F2
padding: 7px 7px 5px 7px
background-color: rgba(65, 105, 225, 0.25)
border-radius: 50%
</style>