This commit is contained in:
syuilo 2018-04-20 02:09:53 +09:00
parent 25e4cebc0f
commit 51f0a5e30b
2 changed files with 6 additions and 6 deletions

View file

@ -76,8 +76,6 @@ export default Vue.extend({
> .is-suspended
> .is-remote
padding 16px
&.is-suspended
color #570808
background #ffdbdb
@ -88,7 +86,9 @@ export default Vue.extend({
> p
margin 0 auto
max-width 1024px
padding 14px 16px
max-width 1200px
font-size 14px
> a
font-weight bold

View file

@ -113,8 +113,6 @@ export default Vue.extend({
main
> .is-suspended
> .is-remote
padding 16px
&.is-suspended
color #570808
background #ffdbdb
@ -125,13 +123,15 @@ main
> p
margin 0 auto
max-width 1024px
padding 14px
max-width 600px
font-size 14px
> a
font-weight bold
@media (max-width 500px)
padding 12px
font-size 12px
> header