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
|
border-color #aeaeae
|
||||||
|
|
||||||
> .nav
|
> .nav
|
||||||
position absolute
|
width 100%
|
||||||
top 0
|
|
||||||
left 0
|
|
||||||
width 200px
|
|
||||||
height 100%
|
height 100%
|
||||||
padding 16px 0 0 0
|
padding 16px 0 0 0
|
||||||
border-right solid 1px #ddd
|
border-right solid 1px #ddd
|
||||||
|
flex: 0 0 200px
|
||||||
|
|
||||||
> p
|
> p
|
||||||
display block
|
display block
|
||||||
|
@ -139,10 +137,10 @@
|
||||||
color $theme-color !important
|
color $theme-color !important
|
||||||
|
|
||||||
> .pages
|
> .pages
|
||||||
position absolute
|
width 100%
|
||||||
top 0
|
height 100%
|
||||||
left 200px
|
flex auto
|
||||||
width calc(100% - 200px)
|
overflow auto
|
||||||
|
|
||||||
> section
|
> section
|
||||||
padding 32px
|
padding 32px
|
||||||
|
|
Loading…
Reference in a new issue