Добавлена сетка tailwind, изменена архитектура файлов

This commit is contained in:
DwCay
2022-10-11 17:57:29 +03:00
parent 777ae13d9c
commit eaffd2462b
23 changed files with 628 additions and 322 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script>
import TheButtonSidebar from "@/components/TheButtonSidebar";
import TheButtonSidebar from "@/components/base/buttons/BaseSidebarButton";
export default {
name: "SidebarComponent",
@@ -39,5 +39,4 @@
font-size: 40px
flex-direction: column
row-gap: 24px
color: #9C27B0
</style>