mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
🎨
This commit is contained in:
parent
b694bf1f41
commit
93fa28991e
@ -67,7 +67,7 @@ root(isDark)
|
|||||||
z-index 10
|
z-index 10
|
||||||
background isDark ? #313543 : #fff
|
background isDark ? #313543 : #fff
|
||||||
border-radius 6px 6px 0 0
|
border-radius 6px 6px 0 0
|
||||||
box-shadow 0 1px rgba(0, 0, 0, 0.08)
|
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
|
||||||
|
|
||||||
> button
|
> button
|
||||||
position absolute
|
position absolute
|
||||||
|
Loading…
Reference in New Issue
Block a user