Update settings.tag

This commit is contained in:
tamaina 2017-02-09 00:46:54 +09:00 committed by GitHub
parent 2238355280
commit 7c1efd67c9
1 changed files with 6 additions and 8 deletions

View File

@ -106,13 +106,11 @@
border-color #aeaeae
> .nav
position absolute
top 0
left 0
width 200px
width 100%
height 100%
padding 16px 0 0 0
border-right solid 1px #ddd
flex: 0 0 200px
> p
display block
@ -139,10 +137,10 @@
color $theme-color !important
> .pages
position absolute
top 0
left 200px
width calc(100% - 200px)
width 100%
height 100%
flex auto
overflow auto
> section
padding 32px