This commit is contained in:
parent
ccf8e44acc
commit
b4f86feddb
|
@ -225,10 +225,14 @@ root(isDark)
|
||||||
overflow auto
|
overflow auto
|
||||||
|
|
||||||
> header
|
> header
|
||||||
|
z-index 1
|
||||||
padding 0 16px
|
padding 0 16px
|
||||||
line-height 48px
|
line-height 48px
|
||||||
background isDark ? #313543 : #fff
|
background isDark ? #313543 : #fff
|
||||||
|
|
||||||
|
if !isDark
|
||||||
|
box-shadow 0 1px 0px rgba(0, 0, 0, 0.1)
|
||||||
|
|
||||||
& + div
|
& + div
|
||||||
max-height calc(100% - 48px)
|
max-height calc(100% - 48px)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue