Изменены стили компонентов 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,13 +1,13 @@
<template lang="pug">
.sidebar-container
.top-button-container
.sidebar.flex.flex-col.justify-between.flex-auto.py-6.box-border
.flex.flex-col.gap-y-6
the-button-sidebar(id="home" path="#/")
.icon-home
the-button-sidebar(id="calendar" path="#/calendar")
.icon-calendar-2
the-button-sidebar(id="user" path="#/user")
.icon-person-2
.bottom-button-container
.flex.text-4xl.flex-col.gap-y-6
the-button-sidebar(id="settings" path="#/settings")
.icon-settings
</template>
@@ -22,21 +22,7 @@
</script>
<style lang="sass" scoped>
#person
font-style: normal
.sidebar-container
display: flex
flex-direction: column
justify-content: space-between
flex: auto
padding: 24px 0 24px 0
box-sizing: border-box
.sidebar
max-width: 80px
background-color: #F8F8FF
.top-button-container
display: flex
font-size: 40px
flex-direction: column
row-gap: 24px
</style>