This commit is contained in:
syuilo 2018-12-30 14:00:57 +09:00
parent 12286f4915
commit 4f76acd249
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
30 changed files with 67 additions and 43 deletions

View file

@ -41,7 +41,7 @@ export default Vue.extend({
> section
padding 20px 16px
border-top solid 1px var(--faceDivider)
border-top solid var(--lineWidth) var(--faceDivider)
@media (min-width 500px)
padding 32px

View file

@ -29,7 +29,6 @@ export default Vue.extend({
required: false
},
value: {
type: String,
required: false
},
disabled: {