This commit is contained in:
syuilo
2018-09-26 20:28:13 +09:00
parent 904114740b
commit f5f2215b47
44 changed files with 58 additions and 54 deletions

View File

@@ -273,7 +273,7 @@ root(isDark)
> select
width 100%
padding 12px 14px
background isDark ? #282C37 : #fff
background var(--face)
border 1px solid isDark ? #6a707d : #dcdfe6
border-radius 4px
color isDark ? #fff : #606266
@@ -331,7 +331,7 @@ root(isDark)
.card
max-width 400px
border-radius 4px
background isDark ? #282C37 : #fff
background var(--face)
color isDark ? #fff : #303133
box-shadow 0 2px 12px 0 rgba(#000, isDark ? 0.7 : 0.1)