Добавлена сетка tailwind, изменена архитектура файлов
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
color: var(--btn-blue-color)
|
||||
height: 100%
|
||||
box-sizing: border-box
|
||||
font-family: Raleway
|
||||
font-style: normal
|
||||
font-weight: 500
|
||||
font-size: 16px
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
outline: none
|
||||
border: none
|
||||
cursor: pointer
|
||||
font-family: Raleway
|
||||
font-style: normal
|
||||
line-height: 19px
|
||||
font-size: 16px
|
||||
width: fit-content
|
||||
color: var(--bg-white-color)
|
||||
Reference in New Issue
Block a user