Added cover image support for the beta

This commit is contained in:
2016-11-20 19:26:11 +09:00
parent c89add3967
commit 614ff87246
16 changed files with 316 additions and 23 deletions

View File

@ -6,10 +6,10 @@ input[type="password"]
input[type="url"]
input[type="number"]
button
font-family "Ubuntu", sans-serif
font-size 1em
font-family inherit
font-size 1rem
border-radius 3px
transition all 0.5s ease
transition all transitionSpeed ease
margin 0 0 10px
padding 0.4em 0.8em
width calc(100% - 1.6em)
@ -23,7 +23,7 @@ button
input[type="submit"]
button
.button
font-family "Ubuntu", sans-serif
font-family inherit
font-size 1em
color black
padding 0.5em 2em
@ -41,7 +41,7 @@ textarea
border-radius 3px
padding 0.2em 0.4em
font-size 1em
font-family "Open Sans", Ubuntu, sans-serif
font-family inherit
line-height 1.7em
outline none
resize vertical