This commit is contained in:
syuilo
2018-06-07 00:53:31 +09:00
parent c1b320710b
commit ebb98d975b
3 changed files with 2 additions and 8 deletions

View File

@@ -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