This commit is contained in:
syuilo
2018-04-29 08:51:17 +09:00
parent e9940c9221
commit f2874d778a
75 changed files with 265 additions and 190 deletions

View File

@ -74,7 +74,7 @@ export default Vue.extend({
justify-content center
margin 0 auto
max-width 600px
border-bottom solid 1px rgba(0, 0, 0, 0.2)
border-bottom solid 1px rgba(#000, 0.2)
> span
display block
@ -97,7 +97,7 @@ export default Vue.extend({
font-size 12px
line-height 1
color #fff
background rgba(0, 0, 0, 0.3)
background rgba(#000, 0.3)
border-radius 20px
> .users
@ -106,14 +106,14 @@ export default Vue.extend({
width calc(100% - 16px)
background #fff
border-radius 8px
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
box-shadow 0 0 0 1px rgba(#000, 0.2)
@media (min-width 500px)
margin 16px auto
width calc(100% - 32px)
> *
border-bottom solid 1px rgba(0, 0, 0, 0.05)
border-bottom solid 1px rgba(#000, 0.05)
> .no
margin 0