Apply button styles to submit and reset inputs (#136)
* Apply button styles to submit and reset inputs
This commit is contained in:
parent
7412a98815
commit
0093c72f2d
2 changed files with 21 additions and 8 deletions
|
|
@ -138,7 +138,9 @@
|
|||
They are given 12px of horizontal padding by default.
|
||||
</p>
|
||||
|
||||
<%- example(`<button>Click me</button>`) %>
|
||||
<%- example(`<button>Click me</button>
|
||||
<input type="submit" />
|
||||
<input type="reset" /> `)%>
|
||||
|
||||
<p>
|
||||
When buttons are clicked, the raised borders become sunken.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue