forked from FoundKeyGang/FoundKey
Update settings.tag
This commit is contained in:
parent
2238355280
commit
7c1efd67c9
1 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue