Added cover image support for the beta
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user