Merge pull request #4 from dderbentsov/add_sidebar

исправлены стили для нормализации отображения страницы, элементов hea…
This commit is contained in:
DuCay
2022-10-04 13:09:27 +03:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
<template lang="pug"> <template lang="pug">
div div(class="app-container")
header-component header-component
div(class="pages-container") div(class="pages-container")
sidebar-component sidebar-component
@@ -17,9 +17,6 @@
<style lang="sass"> <style lang="sass">
#app #app
display: flex
flex-direction: column
row-gap: 8px
height: 100% height: 100%
width: 100% width: 100%
font-family: Raleway, sans-serif font-family: Raleway, sans-serif
@@ -31,6 +28,12 @@
.pages-container .pages-container
display: flex display: flex
flex: auto flex: auto
.app-container
height: 100%
width: 100%
row-gap: 8px
display: flex
flex-direction: column
body body
margin: 0 margin: 0
padding: 0 padding: 0