forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
399eb60809
commit
b18013025f
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ root(isDark)
|
||||||
> .fetching
|
> .fetching
|
||||||
> .empty
|
> .empty
|
||||||
margin 0
|
margin 0
|
||||||
padding 12px 16px
|
padding 16px
|
||||||
text-align center
|
text-align center
|
||||||
color #aaa
|
color #aaa
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ root(isDark)
|
||||||
> div
|
> div
|
||||||
display flex
|
display flex
|
||||||
align-items center
|
align-items center
|
||||||
padding 16px
|
padding 14px 16px
|
||||||
|
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
border-bottom solid 1px isDark ? #393f4f : #eee
|
border-bottom solid 1px isDark ? #393f4f : #eee
|
||||||
|
|
Loading…
Reference in a new issue