This commit is contained in:
syuilo 2018-09-20 16:21:51 +09:00
parent 1dd1b9084f
commit 77a0450b5d
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ root(isDark)
display flex display flex
justify-content center justify-content center
margin 0 auto margin 0 auto
max-width 1230px max-width 1240px
&.withBg &.withBg
background rgba(isDark ? #000 : #fff, 0.5) background rgba(isDark ? #000 : #fff, 0.5)
@ -358,7 +358,7 @@ root(isDark)
> .main > .main
padding 16px padding 16px
width calc(100% - 275px * 2) width calc(100% - 280px * 2)
order 2 order 2
> .form > .form
@ -374,7 +374,7 @@ root(isDark)
border-radius 0 border-radius 0
> *:not(.main) > *:not(.main)
width 275px width 280px
padding 16px 0 16px 0 padding 16px 0 16px 0
> *:not(:last-child) > *:not(:last-child)