mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
✌️
This commit is contained in:
parent
c1b320710b
commit
ebb98d975b
@ -42,8 +42,3 @@ html
|
||||
|
||||
&:active
|
||||
background-color $theme-color
|
||||
|
||||
body
|
||||
display flex
|
||||
flex-direction column
|
||||
min-height 100%
|
||||
|
@ -140,6 +140,7 @@ export default Vue.extend({
|
||||
root(isDark)
|
||||
display flex
|
||||
flex 1
|
||||
justify-content center
|
||||
padding 16px 0 16px 16px
|
||||
overflow auto
|
||||
|
||||
|
@ -83,9 +83,7 @@ export default Vue.extend({
|
||||
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
|
||||
|
||||
root(isDark)
|
||||
display flex
|
||||
flex-direction column
|
||||
flex 1
|
||||
min-height 100vh
|
||||
background-image isDark ? url('/assets/welcome-bg.dark.svg') : url('/assets/welcome-bg.light.svg')
|
||||
background-size cover
|
||||
background-position center
|
||||
|
Loading…
Reference in New Issue
Block a user