This commit is contained in:
syuilo
2018-09-22 20:39:12 +09:00
parent 93e5e4afc0
commit 3e5330a92b
17 changed files with 72 additions and 18 deletions

View File

@ -116,12 +116,13 @@ export default Vue.extend({
root(isDark)
background isDark ? #282C37 : #fff
border-radius var(--round)
overflow hidden
> header
padding 0 8px
z-index 10
background isDark ? #313543 : #fff
border-radius 6px 6px 0 0
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
> span