nanka iroiro

Closes #1168, #1169
This commit is contained in:
syuilo
2018-03-03 07:32:18 +09:00
parent 165c93b248
commit 6ba1035b69
10 changed files with 45 additions and 11 deletions

View File

@@ -86,6 +86,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-switch
display flex
margin 8px 0
cursor pointer
transition all 0.3s
@@ -134,7 +135,9 @@ export default Vue.extend({
display inline-block
margin 0
width 40px
min-width 40px
height 20px
min-height 20px
background #dcdfe6
border 1px solid #dcdfe6
outline none
@@ -154,17 +157,18 @@ export default Vue.extend({
> .label
margin-left 8px
display block
font-size 14px
cursor pointer
transition inherit
> span
display block
line-height 20px
color #4a535a
transition inherit
> p
margin 0
font-size 90%
color #9daab3
</style>