mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✌️
This commit is contained in:
parent
a738055583
commit
9473f9b70d
3 changed files with 2 additions and 8 deletions
|
@ -42,8 +42,3 @@ html
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background-color $theme-color
|
background-color $theme-color
|
||||||
|
|
||||||
body
|
|
||||||
display flex
|
|
||||||
flex-direction column
|
|
||||||
min-height 100%
|
|
||||||
|
|
|
@ -140,6 +140,7 @@ export default Vue.extend({
|
||||||
root(isDark)
|
root(isDark)
|
||||||
display flex
|
display flex
|
||||||
flex 1
|
flex 1
|
||||||
|
justify-content center
|
||||||
padding 16px 0 16px 16px
|
padding 16px 0 16px 16px
|
||||||
overflow auto
|
overflow auto
|
||||||
|
|
||||||
|
|
|
@ -83,9 +83,7 @@ export default Vue.extend({
|
||||||
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
|
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
|
||||||
|
|
||||||
root(isDark)
|
root(isDark)
|
||||||
display flex
|
min-height 100vh
|
||||||
flex-direction column
|
|
||||||
flex 1
|
|
||||||
background-image isDark ? url('/assets/welcome-bg.dark.svg') : url('/assets/welcome-bg.light.svg')
|
background-image isDark ? url('/assets/welcome-bg.dark.svg') : url('/assets/welcome-bg.light.svg')
|
||||||
background-size cover
|
background-size cover
|
||||||
background-position center
|
background-position center
|
||||||
|
|
Loading…
Add table
Reference in a new issue